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
Preferrably uhc should work even if it has not write permissions in the source folders when using --odir. Alternatively, it should print an error message or panic.
(I can work around the problem by copying the Haskell sources to a temporary directory with write permissions, if necessary.)
The text was updated successfully, but these errors were encountered:
Compile fails silently when src dir is not writable
I have some code which can end up in a directory which is not writable ( Haskell sources in Agdas cabal data files installed system-wide ).
Minimal example:
layout:
If the source directory is not writable, no compilation takes place and no error message is printed either. Example commands:
After giving write permissions on src, it works:
Preferrably uhc should work even if it has not write permissions in the source folders when using --odir. Alternatively, it should print an error message or panic.
(I can work around the problem by copying the Haskell sources to a temporary directory with write permissions, if necessary.)
The text was updated successfully, but these errors were encountered: