You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keyboardDrummer
changed the title
Module resolution fails when using import opened on an inner module with an export set
Module resolution fails when using a default export set of an inner module
Jul 24, 2023
keyboardDrummer
changed the title
Module resolution fails when using a default export set of an inner module
Resolution fails when using a default export set of an inner module
Jul 24, 2023
keyboardDrummer
changed the title
Resolution fails when using a default export set of an inner module
Resolution fails when using a symbol from a default export set of an inner module
Jul 24, 2023
Fixes#4328
### Changes
Fix clone method of ModuleExportDecl
### Testing
No tests added.
Instead, we should run part of the testsuite using the IDE instead of
the CLI, since the IDE runs additional code (caching code, which
currently uses cloning, which isn't tested well)
<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT
license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
Fixesdafny-lang#4328
### Changes
Fix clone method of ModuleExportDecl
### Testing
No tests added.
Instead, we should run part of the testsuite using the IDE instead of
the CLI, since the IDE runs additional code (caching code, which
currently uses cloning, which isn't tested well)
<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT
license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
Dafny version
4.2
Code to produce this issue
In the Dafny IDE, not on the CLI, use the following code, and it will show you an error where it should not:
What type of operating system are you experiencing the problem on?
Mac
The text was updated successfully, but these errors were encountered: