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
In #240, the output_enabled flag was removed from the config because it still required filesystem output for things like pervasives.
We should completely support disabling filesystem access in the compiler, especially if we want to support things like an in-browser compiler, or something like networked filesystems that have high-latency access.
The text was updated successfully, but these errors were encountered:
In #240, the
output_enabled
flag was removed from the config because it still required filesystem output for things like pervasives.We should completely support disabling filesystem access in the compiler, especially if we want to support things like an in-browser compiler, or something like networked filesystems that have high-latency access.
The text was updated successfully, but these errors were encountered: