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
Some mechanisms needs to be put in place to make sure that the names produced in Data.Conduit.Shell.PATH do not collide with the export list of Data.Conduit.Shell.
Additionally, the user should probably be warned to protect against program names in the PATH clashing with identifiers in his own modules when importing Data.Conduit.Shell.PATH or Data.Conduit.Shell by using qualified imports or explicit import lists.
The text was updated successfully, but these errors were encountered:
If any program in the PATH is called the same as any of the following identifiers, there is some risk that
Data.Conduit.Shell
fails to build as in:Some mechanisms needs to be put in place to make sure that the names produced in
Data.Conduit.Shell.PATH
do not collide with the export list ofData.Conduit.Shell
.Additionally, the user should probably be warned to protect against program names in the PATH clashing with identifiers in his own modules when importing
Data.Conduit.Shell.PATH
orData.Conduit.Shell
by using qualified imports or explicit import lists.The text was updated successfully, but these errors were encountered: