Skip to content
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

Interleaved output #121

Open
SeanTAllen opened this issue May 20, 2020 · 1 comment
Open

Interleaved output #121

SeanTAllen opened this issue May 20, 2020 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@SeanTAllen
Copy link
Member

Sometimes I get:

fetch: fetching from /home/sean/code/ponylang/glob
git cloning github.com/ponylang/regex.git into /home/sean/code/ponylang/glob/_repos/github_com_ponylang_regex_gitfetch: fetching dep: github.com/ponylang/regex @ 1.0.0

git checking out @1.0.0 into /home/sean/code/ponylang/glob/_corral/github_com_ponylang_regex
No dep bundle for: github.com/ponylang/regex.git

Where the "\n" at the end of "/home/sean/code/ponylang/glob/_repos/github_com_ponylang_regex_git" got lost.

It appears 1 message is going through STDERR and the other STDOUT.
This could be a pony runtime env out error with the interleaving.

@SeanTAllen SeanTAllen added bug Something isn't working help wanted Extra attention is needed needs investigation This needs to be looked into before its "ready for work" labels May 20, 2020
@SeanTAllen
Copy link
Member Author

As part of this, the custom Logger that Corral is using should be replaced with the Pony standard library logging mechanism which is almost identical in terms of functionality.

https://github.com/ponylang/corral/blob/master/corral/util/log.pony

@SeanTAllen SeanTAllen added good first issue Good for newcomers and removed needs investigation This needs to be looked into before its "ready for work" labels May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant