diff options
author | Araq <rumpf_a@web.de> | 2013-09-26 17:34:46 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-09-26 17:34:46 +0200 |
commit | a0b82db40229620a29726fa33a4358db2f5fcd44 (patch) | |
tree | 25ec66fb8dd528a1f265c04829f4e4ad34955fa4 /doc | |
parent | c085a1b4f058008b8320ad3a24e6598472f0daf9 (diff) | |
download | Nim-a0b82db40229620a29726fa33a4358db2f5fcd44.tar.gz |
the compiler can now deal with multiple modules of the same name
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nimrodc.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt index 72ee78d68..d494a0922 100644 --- a/doc/nimrodc.txt +++ b/doc/nimrodc.txt @@ -134,7 +134,8 @@ directory structure looks like this:: And ``main`` imports ``x``, ``foo/x`` is imported. If ``other`` imports ``x`` then both ``$lib/x.nim`` and ``$lib/bar/x.nim`` match and so the compiler -rejects it. +should reject it. Currently however this check is not implemented and instead +the first matching file is used. Generated C code directory |