-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve error message for ambiguous export (#3289)
The error message now lists all possibilities. It also uses the correct word to describe the namespace. E.g. Before ``` /home/jan/projects/anoma-applib/Applib.juvix:1:8-14: error: The symbol ExternalIdentity is exported multiple times in the module Applib ``` After ``` /home/jan/projects/anoma-applib/Applib.juvix:1:8-14: error: The module ExternalIdentity is exported multiple times in the module Applib • Defined in /home/jan/projects/anoma-applib/Applib/Identities.juvix:13:8-24 • Defined in /home/jan/projects/anoma-applib/Anoma/Identity/External.juvix:7:6-22 ```
- Loading branch information
1 parent
2190ea3
commit e84bace
Showing
4 changed files
with
33 additions
and
13 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