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
It seems since the release of version 3 compiling an entire directory with --standalone --jobs <some_number_or_"sys"> always results in a single compiler process, building each file in the directory one after another.
(Standalone mode is necessary due to #720)
Error given is CoconutWarning: got --jobs <some_number_or_"sys"> but only compiling one file; disabling --jobs
The text was updated successfully, but these errors were encountered:
It seems since the release of version 3 compiling an entire directory with
--standalone --jobs <some_number_or_"sys">
always results in a single compiler process, building each file in the directory one after another.(Standalone mode is necessary due to #720)
Error given is
CoconutWarning: got --jobs <some_number_or_"sys"> but only compiling one file; disabling --jobs
The text was updated successfully, but these errors were encountered: