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
the code snippet i added below compiles first time, i mean fresh compile works fine, but if you try to compile it again it produces osError. the error log is at the bottom of the code snippet. the problem is not with this package, because i tried another package and faced same problem. Previous version of nim worked fine.
edit: compiling with -f switch produces no error, but if i remove -f same error appears.
the code snippet i added below compiles first time, i mean fresh compile works fine, but if you try to compile it again it produces osError. the error log is at the bottom of the code snippet. the problem is not with this package, because i tried another package and faced same problem. Previous version of nim worked fine.
edit: compiling with
-f
switch produces no error, but if i remove-f
same error appears.Example
though i can compile
echo "hello world"
as many time as i want without any issue.Additional Information
The text was updated successfully, but these errors were encountered: