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
{{ message }}
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
When there are two concepts defined with the same name and both are imported into an Ergo file it is not clear which one is being used and there is no warning or error message produced by the compiler.
The attached archive file (which needs to be renamed back to a .cta file to be used) gives an example of this where there are two LineItem concepts defined and it is not clear if the code should compile or not.
There should at minimum be a warning generated by the compiler if it needs to choose between two different concept definitions and consideration should be given to requiring explicit disambiguation in this case.
When there are two concepts defined with the same name and both are imported into an Ergo file it is not clear which one is being used and there is no warning or error message produced by the compiler.
The attached archive file (which needs to be renamed back to a .cta file to be used) gives an example of this where there are two LineItem concepts defined and it is not clear if the code should compile or not.
There should at minimum be a warning generated by the compiler if it needs to choose between two different concept definitions and consideration should be given to requiring explicit disambiguation in this case.
helloconceptv0.1.zip
The text was updated successfully, but these errors were encountered: