-
Notifications
You must be signed in to change notification settings - Fork 11
WhileAsync statically compiled #99
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
WhileAsync statically compiled #99
Conversation
|
Thanks for this! Awesome stuff :) Will need some more tests, though, specifically as well with the "mutual" test sets and some that mutate state in + outside the Strange that the test reports won't run. The test results are fine. Maybe it is similar to what you had locally, where it gave you access denied to the files in a branch. |
|
Strange 🤷 Yeah definitely should add more tests, I'm unsure of all the scenarios and I just kind of rage coded this out until I was sleepy 😄 |
be5b3b7 to
89dd0ec
Compare
9190789 to
ef2de06
Compare
… in `Task` with `TaskSeq<'T>`
ef2de06 to
16df03d
Compare
94a0704 to
c2d117c
Compare
… forloop-with-iasyncenumerable-with-task-and-async-2
16df03d to
6eac005
Compare
9557a86 to
785af2a
Compare
|
This code is now part of #93. which in turn closed this issue. Thanks again! It'll be part of v0.3.0, probably later today. |
Modified your already available
WhileAsyncfromTaskSeqbuilder. I think this is statically compiling.