-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Prepare / release 4.7.2 #2395
Comments
The Swift runtime is passing all my tests, and we got one confirm on #2372, so as far as I'm concerned, the Swift runtime is good to go for 4.7.2. Note that this release will be Swift 4.2 only -- it's incompatible with earlier releases. That's usually not a problem for the Swift ecosystem given how aggressively they're pushing forward at the moment, but it's something to be aware of. I put it in the documentation already. |
Excellent. great. @mike-lischke what more stuff should we get in for 4.7.2? |
I see nothing else that is still pending for 4.7.2, from the C++ runtime side. Good to go... |
Sure, @ericvergnaud i'm in no rush. |
@ericvergnaud Looks like commit dd3af94 from January of this year has already fixed this the bug in master. So, I will close my issue and look forward to the imminent release of 4.7.2. Thank you. (Incidentally, mvn clean for antlr4 master fails for me on both Mac OS and Linux with the error |
@plaurent I believe that you have to do |
@parrt Ok was following the build instructions here (https://github.com/antlr/antlr4/blob/master/doc/building-antlr.md) where the step before mvn install was "mvn clean" and that was failing. Should we just remove the "mvn clean" step? |
ah. maybe so. Forget the clean and try the install. |
ok, gang. i'm starting the release process! |
Hmm...getting
from swith. @ewanmellor @hanjoes ? I have Xcode 10.1 installed. Update: ok with java 7, the Swift target appears to test ok. |
Ugh. Java world has turned to shit. Now I'm getting:
Was working with java 7 last month :( That is apparently a version issue. Yep, this causes multiple java test failures:
That
code has been in there for almost 2 years. grrr...not sure how to fix. java 7 should handle it. |
Re the JDK 7 issue, check out rototor's comment here: plasma-umass/doppio#497 Personally, I think you should drop JDK 7 support. It is no longer receiving public bug fixes from Oracle, so using it in any form is asking for a security problem. |
Hmm...yeah, does moving to java 8 cause anybody problems though in real world? Will it break a lot of stuff? I can't remember the issues...oh, was it android forking off at 1.7? |
Well if it's Android that you actually care about, we should have Android tests running on Travis. Would that just be adding it to the matrix, or is there more to it? I notice that the JDK 7 tests are passing on Travis at the moment, but if I understand correctly from that issue I cross-referenced, this issue would only show up if you compiled on JDK 9 but ran on earlier JDKs. I don't think any of the Travis tests are doing that right now. |
ok, figured it out. I build 4.7.2 with java 10 and installed locally. all tests are passing locally. starting release process. |
Is StringTemplate library updated to the latest version (4.1)? |
ooops. sorry. i left it as 4.0.8. rats. anyway, it's all pushed now, even C++, C# and others |
Howdy folks: @pboyer, @mike-lischke, @janyou, @ewanmellor, @hanjoes, @ericvergnaud et al I'd like to get a 4.7.2 release out some time in the next few weeks. Can you let me know what must go in this release and what would be nice? We have to fix the following for example because it prevents Swift from working and it highlighted a bug in the Java version: issue 2372
The text was updated successfully, but these errors were encountered: