-
Notifications
You must be signed in to change notification settings - Fork 17
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
flushTQueue is broken #133
Labels
bug
Something isn't working
Comments
ch1bo
added a commit
to ch1bo/io-sim
that referenced
this issue
Jan 30, 2024
Fixes input-output-hk#133 by using the default implementation of MonadSTM.
ch1bo
added a commit
to ch1bo/io-sim
that referenced
this issue
Jan 30, 2024
Fixes input-output-hk#133 by using the default implementation of MonadSTM.
ch1bo
added a commit
to ch1bo/io-sim
that referenced
this issue
Jan 30, 2024
ch1bo
added a commit
to ch1bo/io-sim
that referenced
this issue
Jan 30, 2024
ch1bo
added a commit
to ch1bo/io-sim
that referenced
this issue
Jan 30, 2024
4 tasks
ch1bo
added a commit
to ch1bo/io-sim
that referenced
this issue
Jan 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
flushTQueue
inIOSim s
does not empty the queue, while it does inIO
To Reproduce
Execute this program:
Expected behaviour
Same semantics of
STM
inIO
andIOSim
Additional context
The
flushQueueDefault
looks wrong when compared with the one of io-classes and the real one from stmThe text was updated successfully, but these errors were encountered: