encore icon indicating copy to clipboard operation
encore copied to clipboard

Importing file with same name as current file results in bug

Open supercooldave opened this issue 8 years ago • 0 comments

If you import a library module (say Random) from a file Random in another directory, then an error results claiming that there is a ambiguity.

The compiler should check that the file being considered for import is not the same as the current file.

This occurs in development (and has not yet been resolved in current module work). Make sure the following boxes are checked before creating an issue:

supercooldave avatar Jun 09 '16 12:06 supercooldave