mcclurmc has quit [Read error: Connection reset by peer]
mcclurmc_ has quit [Remote host closed the connection]
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] rinfield opened issue #2582: JMX MBean collides when deploying multiple JRuby web apps to a single application server http://git.io/bbvn
JRubyGithub has left #jruby [#jruby]
bffff_ has quit [Quit: Connection closed for inactivity]
Guest75031 has quit [Remote host closed the connection]
djellemah_ has joined #jruby
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
djellemah_ has quit [Client Quit]
febuiles_ has joined #jruby
febuiles has quit [Ping timeout: 246 seconds]
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pgokeeffe has quit [Quit: pgokeeffe]
deobalds has quit [Quit: Computer has gone to sleep.]
pgokeeffe has joined #jruby
donV has quit [Quit: donV]
donV has joined #jruby
rsim has joined #jruby
pgokeeffe has quit [Quit: pgokeeffe]
yfeldblu_ has quit [Read error: Connection reset by peer]
yfeldblum has joined #jruby
Brian has joined #jruby
pitr-ch has joined #jruby
Brian is now known as Guest97584
Guest97584 has quit [Ping timeout: 245 seconds]
Hobogrammer has quit [Ping timeout: 245 seconds]
febuiles_ has quit [Ping timeout: 264 seconds]
febuiles has joined #jruby
lidaaa has quit [Ping timeout: 246 seconds]
mister_solo has joined #jruby
temporalfox has joined #jruby
mister_solo has quit [Ping timeout: 245 seconds]
marr has joined #jruby
PragTob has joined #jruby
drbobbeaty has quit [Ping timeout: 245 seconds]
drbobbeaty has joined #jruby
dinfuehr has joined #jruby
marr has quit []
marr has joined #jruby
skade has joined #jruby
mister_solo has joined #jruby
cajone has quit [Remote host closed the connection]
cajone has joined #jruby
deobalds has joined #jruby
Brian has joined #jruby
Brian is now known as Guest81792
benlovell has joined #jruby
Guest81792 has quit [Ping timeout: 245 seconds]
benlovell has quit [Client Quit]
vtunka has joined #jruby
drbobbeaty_ has joined #jruby
drbobbeaty has quit [Ping timeout: 265 seconds]
PragTob has quit [Remote host closed the connection]
klap has quit [Ping timeout: 245 seconds]
klap has joined #jruby
shellac has joined #jruby
klap has quit [Ping timeout: 245 seconds]
klap has joined #jruby
mister_solo has quit [Ping timeout: 250 seconds]
drbobbeaty_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
drbobbeaty has joined #jruby
drbobbeaty has quit [Client Quit]
e_dub has quit [Quit: e_dub]
Xzyx987X has quit [Quit: Leaving]
donV has quit [Ping timeout: 245 seconds]
deobalds has quit [Quit: Computer has gone to sleep.]
Xzyx987X has joined #jruby
febuiles has quit [Quit: febuiles]
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] eregon pushed 2 new commits to master: http://git.io/bNLU
<elfuego>
is jruby known to get file permission issues when ran on windows? I keep getting these errors when appending to a file on a windows machine.
<enebo>
elfuego: not that I know of but in Windows you cannot normally write to an already open file (unless windows eventualyl fixed that)
benlovell has quit [Ping timeout: 246 seconds]
<elfuego>
what do you mean by “you cannot normally write to an already open file (unless windows eventualyl fixed that)”? enebo
donV has quit [Quit: donV]
<enebo>
enebo: If I open up a file to write in process A and then try and open up the same file in process B to write it does not like it
<enebo>
heh elfuego
<enebo>
I meant to respond to you
<enebo>
elfuego: I don’t remember the various ways it is different in Windows but I have noticed it painfully when running uninstallers and forgetting I had a process running
<enebo>
elfuego: which somewhat implies it is even an issue for reads
<enebo>
elfuego: Something like locking by default maybe?
<enebo>
elfuego: of course we definitely have bugs in JRuby on windows so I am not saying it is not a bug
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
chao has joined #jruby
havenwood has joined #jruby
chao is now known as Guest17881
Guest17881 is now known as cren_
<elfuego>
enebo: do you have backlog of jruby bugs for windows?
<enebo>
elfuego: you can look at github.com/jruby/jruby issues for windows components. I don’t promise all issues are marked against the component though.
xandrews` has quit [Read error: Connection reset by peer]
elux has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] lumeet opened pull request #2583: Make filepaths with null byte fail (master...filename_with_null_byte) http://git.io/bp18
JRubyGithub has left #jruby [#jruby]
<elfuego>
is File.open(path, 'a') thread safe in jruby?
<enebo>
tarcieri: yeah. We have until 20th I think
<tarcieri>
I'm trying to decide if I want to try to do a Ruby org again or not, heh
e_dub has joined #jruby
e_dub has quit [Ping timeout: 245 seconds]
e_dub has joined #jruby
rsim has quit [Quit: Leaving.]
lance|afk is now known as lanceball
baroquebobcat has quit [Quit: baroquebobcat]
<enebo>
mkristian: how old was the start of this merge?
baroquebobcat has joined #jruby
donV has joined #jruby
triple_b_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] lucasallan pushed 1 new commit to master: http://git.io/bheG
<JRubyGithub>
jruby/master 4a5a146 Lucas Allan Amorim: [Truffle] - Implements String#swapcase
JRubyGithub has left #jruby [#jruby]
<mkristian>
enebo, merged from master just before
<enebo>
mkristian: ok
<mkristian>
but that is now two days ago ;)
<enebo>
mkristian: ah ok since I decided to rebase after and I have 44 commits to deal with
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] chrisseaton pushed 1 new commit to master: http://git.io/bhf3
JRubyGithub has left #jruby [#jruby]
<JRubyGithub>
jruby/master a294f73 Chris Seaton: [Truffle] New primitive array node for writing to an array by simple index.
<mkristian>
enebo, the maven looked a lot but was not so much in the end - so if we shall make it differently I am open to suggestions. I can do the maven part again or so
lanceball is now known as lance|afk
triple_b has joined #jruby
Chase has joined #jruby
<enebo>
mkristian: I thought I did something wrong and wiped my merge so I am redoing but I will let you know when I get back to anything which involves maven
<mkristian>
your are welcome
<enebo>
mkristian: :)
triple_b has quit [Ping timeout: 246 seconds]
<enebo>
mkristian: Did you do 42 commits to do your part of the merge
<enebo>
mkristian: I think I am confused ‘Your branch is ahead of 'origin/master' by 42 commits.’
<mkristian>
enebo, sounds wrong . .
<enebo>
mkristian: I did git merge merge on master
<elfuego>
enebo: could you point me to the documentation that show that File.open isn’t thread safe?
<enebo>
ah but I also did a git merge master on merge before that
yfeldblum has joined #jruby
<elfuego>
enebo: sorry for the many questions i’m a bit new to jruby
<enebo>
elfuego: virtually every method in JRuby is not threadsafe so it is not really documented per se
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] lucasallan pushed 1 new commit to master: http://git.io/bhI1
JRubyGithub has left #jruby [#jruby]
<JRubyGithub>
jruby/master 944a8b7 Lucas Allan Amorim: [Truffle] - Implements String#swapcase!
<enebo>
elfuego: anything native is written in Java and we use almost no synchronize keywords
subbu is now known as subbu|lunch
<enebo>
elfuego: so if you are concurrently working with ruby-level concepts generally you need to control access to them in Ruby code
lucasallan has joined #jruby
<enebo>
elfuego: by using a mutex or similar means
<mkristian>
enebo, I just did 'git merge merge' but since here master is still the old jruby.org git. I need new clone I guess
<enebo>
mkristian: Sorry i don’t mean to bother you on this but could you do it against master as of now. I can do the rest pretty easily (in fact all of it is just removing 1.7 part of conflict) except rakelib/test.rake
<enebo>
mkristian: RubyString and RubyStruct is just removing jruby-1_7 part
<enebo>
mkristian: although I think there is something weird with RubyStruct.inspect which loses the last two lines somehow
<mkristian>
yes, no problem - I saw these missing lines but was quiet unsure about the RubyString stuff
<mkristian>
so just let make myself a cup of tea and the I do the merge ;)
<enebo>
mkristian: that was from nirvdrum simplifying on master so a lot of jruby-1_7 I think got confused in those edits but they are all meant to be removed
<nirvdrum>
Did I mess something up?
<enebo>
nirvdrum: no it is just we have not merged in a while and your commits needed to be resolved against 1.7 branch so it is a lot of conflicts
<nirvdrum>
Ahh.
<enebo>
nirvdrum: but the merge is just removing the 1.7 side
<nirvdrum>
Sorry. But I did ask first!
<enebo>
nirvdrum: no it is ok
<enebo>
nirvdrum: it would happen at some point regardless
<nirvdrum>
If you need help, I'm around. I'm done dealing with snow for a little while.
cremes_ has joined #jruby
cremes has quit [Ping timeout: 246 seconds]
cremes_ is now known as cremes
havenwood has quit [Remote host closed the connection]
codefing_ has quit [Quit: Leaving...]
<lopex>
enebo: def (whatever_it_evaluates_to).foo;end doesnt have a speciali treatment right, it's just push that, then use def on it right ?
<enebo>
lopex: yeah it evaluates as expr
<lopex>
enebo: I'm asking since mri likes to have weird specialness here and there
<enebo>
lopex: yeah shouldn’t be for that
jgraichen_ is now known as jgraichen
lucasallan has quit [Remote host closed the connection]
codefinger has quit [Remote host closed the connection]
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] chrisseaton pushed 1 new commit to master: http://git.io/bj8y
<JRubyGithub>
jruby/master e1b597c Chris Seaton: [Truffle] Fix naming errors.
JRubyGithub has left #jruby [#jruby]
codefinger has joined #jruby
Guest36444 has quit [Remote host closed the connection]
<nirvdrum>
enebo: Any idea what's wrong with the build?
camlow325 has quit [Remote host closed the connection]
camlow32_ has joined #jruby
<chrisseaton>
enebo: I removed the GSOC paragraph about Truffle - I think if a keen student specifically comes to us and wants to do GSOC on Truffle and has their own ideas we'll consider it, but otherwise we're not sure we can devote the time to mentoring
fridim_ has quit [Ping timeout: 245 seconds]
Brian has joined #jruby
Brian is now known as Guest53249
<chrisseaton>
enebo: we'll just leave a couple of sentences and contact details in, actually
iamjarvo has joined #jruby
e_dub has quit [Quit: e_dub]
mcclurmc has quit [Remote host closed the connection]
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] nirvdrum pushed 1 new commit to master: http://git.io/bj2R
<JRubyGithub>
jruby/master c4185ef Kevin Menard: [Truffle] Fix processing of empty when clauses.
JRubyGithub has left #jruby [#jruby]
elux has quit [Quit: Bye!]
subbu has quit [Ping timeout: 252 seconds]
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] nirvdrum pushed 1 new commit to master: http://git.io/bjaF
<JRubyGithub>
jruby/master 1fd8e8a Kevin Menard: [Truffle] Guard against potential dead nodes appearing in if/else clauses.
JRubyGithub has left #jruby [#jruby]
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] nirvdrum pushed 1 new commit to master: http://git.io/bjV0
<JRubyGithub>
jruby/master 5e6f311 Kevin Menard: [Truffle] Untagged passing ERB.new spec.