-
Notifications
You must be signed in to change notification settings - Fork 720
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
Handle pipes #4625
Handle pipes #4625
Conversation
3aea0f3
to
8cf789d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I'm a bit confused. How does this work?
In the normal course of operation, we sometimes read files multiple times. This is somewhat unexpected for a user, and doesn't work if the file isn't a real file, but a pipe, since after the contents have been read there's nothing to left to read. |
Thanks for the explanation. Can you add a summary as a comment on top of |
Solved
|
a8ea22e
to
b8282f9
Compare
0d4372b
to
36704ea
Compare
Hi, @LudvikGalois, @saratomaz What about the status of this PR? I need it very much. Thank you! |
@erikd, @Jimbo4350 jFYI. |
I no longer work at IOG, and @Jimbo4350 (who this has likely passed to) is probably drowning in work, so this may not be addressed immediately. However, it is almost "ready to merge". After a rebase, everything apart from the test should be fine. As for the test, the current incarnation of the test doesn't actually need a testnet, so it should move from the testnet project back into the CLI. It also needs some tweaking so it'll compile under windows (it currently fails to compile on Windows due to unused imports, because the test itself does some unix specific things, so the windows implementation of the test is a stub which is then skipped). |
36704ea
to
fac15ab
Compare
I'm working on this to get it merged this week. |
@LudvikGalois, oh, I got it. Thank you for information. @Jimbo4350, I’ll waiting for it, thanks a lot 🙏. |
ade6d4b
to
38c2f4c
Compare
@Jimbo4350 let me know if you want me to test it again |
a31e698
to
6865cb7
Compare
471a73c
to
e52ac45
Compare
bors r+ |
4625: Handle pipes r=newhoggy a=LudvikGalois Fixes #4235 Co-authored-by: Robert 'Probie' Offner <[email protected]>
Build failed: |
e52ac45
to
cef94de
Compare
bors r+ |
4625: Handle pipes r=newhoggy a=LudvikGalois Fixes #4235 Co-authored-by: Robert 'Probie' Offner <[email protected]>
Timed out. |
cef94de
to
cc2853a
Compare
bors r+ |
4625: Handle pipes r=newhoggy a=LudvikGalois Fixes #4235 Co-authored-by: Robert 'Probie' Offner <[email protected]>
Timed out. |
cc2853a
to
ac73752
Compare
bors r+ |
4625: Handle pipes r=Jimbo4350 a=LudvikGalois Fixes #4235 4682: Export `fromShelleyBasedScript` from Cardano.Api r=Jimbo4350 a=eyeinsky New PR based off of a branch in this repo. Old PR here #4386 Co-authored-by: Robert 'Probie' Offner <[email protected]> Co-authored-by: Markus Läll <[email protected]>
This PR was included in a batch that timed out, it will be automatically retried |
4625: Handle pipes r=Jimbo4350 a=LudvikGalois Fixes #4235 4908: Added features to tracing r=jutaro a=jutaro * Generated docu shows tracers, tracers with metrics, silent tracers according to current configuration * Trace message shows tracers with metrics and silent tracers Co-authored-by: Robert 'Probie' Offner <[email protected]> Co-authored-by: Yupanqui <[email protected]>
This PR was included in a batch that timed out, it will be automatically retried |
Fixes #4235 Co-authored-by: John Ky <[email protected]>
ac73752
to
71b5318
Compare
Canceled. |
bors r+ |
Build succeeded: |
Fixes #4235