-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
Release 9k Preview #2445
Comments
If #2429 (showstopper) is not fixed prior to the 9k preview release, Windows should not be part of the preview release and this should be in the release notes. |
I can provide feedbacks on regular basis with a custom test suite. How can I find all recent daily snapshots? I would need all of them, not
|
Commits leading up to a2ef35f have gotten Windows working well enough to install rails, generate and scaffold an app and serve it successfully. I'm sure there will be other issues, but that's a lot working. |
yes today's CI snapshot confirms the original issue is gone. Yet, installing the gem awesome_print gave this interesting output:
Bound to happen: no stty in Windows... Looking at io/console.rb, it seems the code fails on Windows and it behaves On Wed, Jan 14, 2015 at 8:23 PM, Charles Oliver Nutter <
Christian |
@cmichon Huh yeah, that should work. I took a bare JRuby clone all the way to a running Rails app, which involved a lot of RubyGems (which loads io/console). Let me know what you see and file a bug if you can narrow something down. |
@headius you have cygwin or mingw commands in your path? The code path for io/console.rb looks like windows will follow the else and try to execute |
@enebo It's possible, but it would have had to come in with the git command. I started from a bare Windows 2012 server. I don't think so, because even simple things like |
At @enebo's suggestion, I audited core class method definitions in JRuby and MRI. I added a bunch of small ones that were missing, deleted some, moved some, and changed visibility on some. The remaining (coarse-grained) items are here:
@Who828 and I added a bunch of missing methods and removed some others in commits today. Looking pretty good :-) |
Oops, @Who828 added Array#any? and Hash#any? so I'll update my comment above. |
FYI, current plan is pre1 release on Monday. |
@chrisseaton I heard you're traveling today, but please comment on the bug with any details about JRuby+Truffle in pre1. |
I've started a wiki page for the release notes: https://github.com/jruby/jruby/wiki/JRuby-9.0.0.0.pre1-Release-Notes |
I've added a few sentences on Truffle. It basically says normal users shouldn't even attempt to run their applications on it. Truffle is blocked on #2466, but @mkristian is already looking at it. We'll freeze Truffle development and start double checking to make sure it's ready for release on Monday. |
Truffle is ready to go, apart from @mkristian thinks we need to put Truffle into Maven Central as all JRuby dependencies are supposed to be available there (#2474). I can look into that on Monday when the relevant people are around. |
@headius I think you meant peek_values, not prev_values for Enumerator. (prev_values doesn't exists in MRI). |
@Who828 You're right, I'll fix that. |
It is out! |
This bug will collect release notes and tasks for the 9k preview release we really ought to get out :-)
Here's what I estimate we need:
The text was updated successfully, but these errors were encountered: