-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gc:arc cannot fully support threadpool with FlowVar #13781
Comments
I do have a fix for this one |
Seems there is a regression. Running the same code as reported outputs the following: Current Output
Nim Compiler Version 1.7.3 [MacOSX: amd64] git hash: cdb136f |
Report it properly. A test program that fails, a new issue, more information, things like that. |
I can create a new issue if that's better, but I used the same code as initially reported and posted the current output. |
Ah ok. |
Duplicate of #14901 |
…owVar (nim-lang#20804) * add acyclic pragmas to FlowVar * add testcases
…owVar (nim-lang#20804) * add acyclic pragmas to FlowVar * add testcases
Example
Current Output
Expected Output
$ nim -v
Nim Compiler Version 1.1.1 [Windows: amd64]
Compiled at 2020-03-27```
The text was updated successfully, but these errors were encountered: