-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
ijar incorrectly handles MANIFESTs with sections #12730
Comments
@comius may I ask why this is P3? |
No, it's P3 - meaning we are accepting community PRs. P2 - somebody in the team would be working on it.
Sorry to hear that. Let me see if I can speed this up a bit. In the future "friendly ping" on the PR would suffice. github has a lot of noise and it's hard to see if there is PR that's been waiting for a long time. Keeping a queue of PRs in my mind just doesn't work everytime. Ideally we'd review things in a week or two, but there are large discrepancies among PRs, so my guess is I'm not the only one having problems keeping up. |
I see. I was looking through the bazel site for explanation on the priorities meaning and the classification of P3 was something super minor or something along those lines.
I did do that twice, just didn't know how to continue... In any case thank you so much for advancing this! |
Description of the problem:
ijar tool incorrectly handles MANIFEST files with sections by removing empty lines and appending main attribute
Target-Label
after them.I've faced this issue by trying to use
java_common.stamp_jar
on external jars.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Repro: https://github.com/liucijus/ijar-stamping-repro
What operating system are you running Bazel on?
Linux (Xubuntu 20.04)
What's the output of
bazel info release
?release 3.7.2
The text was updated successfully, but these errors were encountered: