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

More tests and other fixes #35

Merged
merged 4 commits into from
Aug 14, 2024
Merged

More tests and other fixes #35

merged 4 commits into from
Aug 14, 2024

Conversation

keszybz
Copy link
Owner

@keszybz keszybz commented Aug 13, 2024

No description provided.

Test case created with:
$ javac hello.java
$ jar -cf hello.jar hello.class

"Fixed" version is our output.
The primary exported name is Config, so it's better to call this
config.
The tests started failing with:
fatal runtime error: IO Safety violation: owned file descriptor already closed
(rust-1.80.0-1.fc40.x86_64)

It seems that we were trying to close the fd from two places
and somehow this didn't cause an error before.
With interleaved logs from many workers, it can be hard to to figure
out which worker is logging what.
@keszybz keszybz merged commit 919cd02 into main Aug 14, 2024
8 checks passed
@keszybz keszybz deleted the more-tests-and-other-fixes branch August 14, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant