forked from vyperlang/vyper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix[lang]: transitive exports (vyperlang#3888)
this commit fixes transitive exports, i.e. where `module1` exports `module2.foo`, but it was previously not exportable from `module1`. this is because previously exported functions were not added to the `ModuleT`'s `exposed_functions` list. a test had previously been written for this case, but it had been marked xfail since the desired behavior was not clear until user feedback was received. this commit removes the `xfail` marker from that test case.
- Loading branch information
1 parent
006b0c6
commit 8de8950
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters