[jruby-dev] [jira] (JRUBY-6279) Invokedynamic support is missing 'float_op_equal'

2011-12-16 Thread Chuck Remes (JIRA)
Type: Bug Components: Compiler Affects Versions: JRuby 1.7 Environment: Java7u2, JRuby master from 20111216 Reporter: Chuck Remes Priority: Blocker Looks like MathLinker doesn't have float_op_equal defined yet for invokedynamic. This causes a hard c

[jruby-dev] [jira] (JRUBY-6280) Fails to open fifo for writing.

2011-12-16 Thread Jordan Sissel (JIRA)
Jordan Sissel created JRUBY-6280: Summary: Fails to open fifo for writing. Key: JRUBY-6280 URL: https://jira.codehaus.org/browse/JRUBY-6280 Project: JRuby Issue Type: Bug Affects Versions

[jruby-dev] CI changes for master/release synchronicity

2011-12-16 Thread Charles Oliver Nutter
We have a lot of test runs that we used to only do against master, but recently I realized we ought to be running them against the release branch as weel. In order to make this easier, I've made the following changes: * The jruby.org git repository now has a symbolic ref branch "release" that poin

[jruby-dev] [jira] (JRUBY-6281) [1.9] Applet does not work in the 1.9 mode

2011-12-16 Thread Hiro Asari (JIRA)
Hiro Asari created JRUBY-6281: - Summary: [1.9] Applet does not work in the 1.9 mode Key: JRUBY-6281 URL: https://jira.codehaus.org/browse/JRUBY-6281 Project: JRuby Issue Type: Bug Compo

[jruby-dev] Can't checkout jruby master on WinXP

2011-12-16 Thread Nick Klauer
I'm getting a weird error in WinXP trying to checkout the master branch. This also seems to prevent 'git pull' from working, too. I think it's just falling over trying to create files with ':' in them: PS C:\> git clone https://github.com/jruby/jruby.git Cloning into jruby... remote: Counting obj

Re: [jruby-dev] Can't checkout jruby master on WinXP

2011-12-16 Thread daidoji70
I'm getting this error too on XP. Charles On Fri, Dec 16, 2011 at 7:28 PM, Nick Klauer wrote: > I'm getting a weird error in WinXP trying to checkout the master branch. > This also seems to prevent 'git pull' from working, too. I think it's just > falling over trying to create files with ':' i

[jruby-dev] [jira] (JRUBY-6282) Colon is not allowed in a file name on Windows

2011-12-16 Thread Hiro Asari (JIRA)
Hiro Asari created JRUBY-6282: - Summary: Colon is not allowed in a file name on Windows Key: JRUBY-6282 URL: https://jira.codehaus.org/browse/JRUBY-6282 Project: JRuby Issue Type: Bug C

Re: [jruby-dev] Can't checkout jruby master on WinXP

2011-12-16 Thread Hirotsugu Asari
I created http://bugs.jruby.org/6282 On Dec 16, 2011, at 11:22 PM, daidoji70 wrote: > I'm getting this error too on XP. > > Charles > > On Fri, Dec 16, 2011 at 7:28 PM, Nick Klauer wrote: > I'm getting a weird error in WinXP trying to checkout the master branch. > This also seems to prevent

Re: [jruby-dev] Can't checkout jruby master on WinXP

2011-12-16 Thread Charles Oliver Nutter
I committed a temporary patch. Ultimately it will need to be fixed in minitest, so I also submitted a pull request. - Charlie On Fri, Dec 16, 2011 at 11:53 PM, Hirotsugu Asari wrote: > I created http://bugs.jruby.org/6282 > > On Dec 16, 2011, at 11:22 PM, daidoji70 wrote: > > I'm getting this er