josh-k has joined #jruby
josh-k has quit [Read error: Connection reset by peer]
josh-k has joined #jruby
<headius> chrisseaton: I'm betting you're gone but why would I get this error: RubyTckTest>TruffleTCK.testPrimitiveidentityByte:528->TruffleTCK.findGlobalSymbol:958 Symbol identity is not found!
<headius> during build
<chrisseaton> Those are unit tests Truffle gives you to check you can interop
<chrisseaton> What branch? What did you change?
<headius> I changed some things in boot order but I don't see how they'd cause this
<headius> ruby-2.3 branch
<headius> hmm
<headius> I might see the issue
<headius> Caused by: org.jruby.exceptions.RaiseException: (LoadError) no such file to load -- rubygems
<headius> at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:939)
<headius> at RUBY.<top>(uri:classloader:/jruby/kernel/gem_prelude.rb:2)
<headius> at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:957)
<headius> at RUBY.<top>(file:/Users/headius/projects/jruby/core/target/jruby-core-9.0.5.0-SNAPSHOT.jar!/jruby/preludes.rb:1)
<chrisseaton> So if JRuby can't run at all, these tests would fail
<headius> jruby -e 1 works fine
<headius> and Gem.methods looks right
yfeldblum has quit [Ping timeout: 250 seconds]
<headius> these preludes shouldn't even load in truffle compile mode
<chrisseaton> No
<chrisseaton> Actually - I can see how they might in this configuration...
<chrisseaton> Gems are disabled by -X+T but this is running unit tests so no command line flag
<chrisseaton> Can you workaround and I'll fix tomorrow
<headius> that shouldn't be different than before
<headius> this logic was executed in JRuby's ruby kernel before, and that kernel load was blocked by the truffle check
<headius> I'll figure it out
<headius> chrisseaton: I got past it by configuring compile mode to TRUFFLE in RubyLanguage
<headius> where it creates a new runtime
<headius> I'm confused why it wasn't that way before, or why any of my changes would have broken that
<chrisseaton> If you commit on your branch I'll look at it and cherry pick onto the others
<GitHub74> [jruby] headius pushed 6 new commits to ruby-2.3: http://git.io/vEXLT
<GitHub74> jruby/ruby-2.3 66570f0 Charles Oliver Nutter: Update stdlib to 2.3.0.
<GitHub74> jruby/ruby-2.3 12b14d4 Charles Oliver Nutter: Fix up prelude loading to be closer to MRI and update preludes.
<GitHub74> jruby/ruby-2.3 3798e0b Charles Oliver Nutter: Remove old and unnecessary comment.
<headius> it's there, head of ruby-2.3
pawnbox has joined #jruby
<chrisseaton> Ok thanks I'll look tomorrow
pawnbox has quit [Ping timeout: 240 seconds]
<GitHub108> [jruby] enebo commented on commit 97330e0: master without Ruboto runs 1.7+ but 1.5 has no chance of running. Perhaps we update this to 1.7 as a default? http://git.io/vEXto
<GitHub120> [jruby] headius commented on commit 97330e0: Yes, this could be updated to only consider 1.7 and higher. http://git.io/vEXm4
elia_ has quit [Quit: Computer has gone to sleep.]
pawnbox has joined #jruby
<travis-ci> jruby/jruby (ruby-2.3:f4e7faa by Charles Oliver Nutter): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/99035196)
pawnbox has quit [Ping timeout: 240 seconds]
josh-k has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 265 seconds]
yfeldblum has joined #jruby
<GitHub31> [jruby] headius opened issue #3564: [2.3] Rational suffix doesn't work with integers http://git.io/vEXWo
<GitHub11> [jruby] headius opened issue #3565: [2.3] Missing <<~ heredoc form http://git.io/vEXlJ
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 260 seconds]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 245 seconds]
<GitHub119> [jruby] headius opened issue #3566: [2.3] New hangs in MRI suite http://git.io/vEXzN
<GitHub44> [jruby] headius pushed 7 new commits to ruby-2.3: http://git.io/vEXgU
<GitHub44> jruby/ruby-2.3 b27a2b0 Charles Oliver Nutter: Implement more _nonblock forms and remove ugly hacks from MRI....
<GitHub44> jruby/ruby-2.3 b77dc0e Charles Oliver Nutter: Add multiple-argument form of Kernel#warn.
<GitHub44> jruby/ruby-2.3 ae5aaf6 Charles Oliver Nutter: Update tests from MRI 2.3.0.
nirvdrum has quit [Ping timeout: 272 seconds]
kotk has joined #jruby
kotk_ has quit [Ping timeout: 260 seconds]
<travis-ci> jruby/jruby (ruby-2.3:0558663 by Charles Oliver Nutter): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/99045031)
<GitHub35> [jruby] headius pushed 2 new commits to ruby-2.3: http://git.io/vEXwt
<GitHub35> jruby/ruby-2.3 813f664 Charles Oliver Nutter: Fix wait_readable and wait_writable to convert timeout properly.
<GitHub35> jruby/ruby-2.3 3e2ad72 Charles Oliver Nutter: StringIO#read_nonblock is supposed to return nil.
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 246 seconds]
kotk_ has joined #jruby
kotk has quit [Ping timeout: 264 seconds]
Aethenelle has joined #jruby
<travis-ci> jruby/jruby (ruby-2.3:3e2ad72 by Charles Oliver Nutter): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/99047068)
thedarkone2 has quit [Quit: thedarkone2]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
<GitHub12> [jruby] headius opened issue #3567: [2.3] Parser does not recognize lonely operator after do...end http://git.io/vEX1G
<GitHub16> [jruby] headius pushed 5 new commits to ruby-2.3: http://git.io/vEX1z
<GitHub16> jruby/ruby-2.3 282ec21 Charles Oliver Nutter: dig should raise TypeError for items that don't have dig.
<GitHub16> jruby/ruby-2.3 1d51c91 Charles Oliver Nutter: Fix handling of break and exceptions within keep_if and friends....
<GitHub16> jruby/ruby-2.3 4c0f942 Charles Oliver Nutter: Fix to_ary + respond_to_missing? behavior for Array#flatten....
<GitHub62> [jruby] headius closed pull request #3560: port NonBlockingHashMapLong from high-scale-lib (jruby-1_7...test-port-highscale-1_7) http://git.io/vEGaw
<GitHub161> [jruby] headius pushed 1 new commit to jruby-1_7: http://git.io/vEX1Q
<GitHub161> jruby/jruby-1_7 3b1f9eb Charles Oliver Nutter: Merge pull request #3560 from jruby/test-port-highscale-1_7...
<GitHub18> [jruby] headius closed pull request #3553: [Ruby 2.3] Concurrency improvements to Queue/SizedQueue (ruby-2.3...ruby-2-3-improved-queues) http://git.io/vEvAw
<GitHub77> [jruby] headius pushed 2 new commits to ruby-2.3: http://git.io/vEX1h
<GitHub77> jruby/ruby-2.3 7f8c26f thedarkone: Concurrency improvements to Queue/SizedQueue....
<GitHub77> jruby/ruby-2.3 908512a Charles Oliver Nutter: Merge pull request #3553 from thedarkone/ruby-2-3-improved-queues...
<GitHub72> [jruby] headius pushed 2 new commits to ruby-2.3: http://git.io/vEXMm
<GitHub72> jruby/ruby-2.3 0a1f7c4 Charles Oliver Nutter: Name peek_result properly for binding.
<GitHub72> jruby/ruby-2.3 eef3c40 Charles Oliver Nutter: Clean up unused imports.
Aethenelle has quit [Quit: Aethenelle]
<GitHub197> [jruby] kares deleted test-port-highscale-1_7 at ec05575: http://git.io/vEXMr
pawnbox has joined #jruby
<travis-ci> jruby/jruby (ruby-2.3:bfc4393 by Charles Oliver Nutter): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/99051566)
kares has joined #jruby
<travis-ci> jruby/jruby (jruby-1_7:3b1f9eb by Charles Oliver Nutter): The build was broken. (https://travis-ci.org/jruby/jruby/builds/99051818)
<bascule> wtf Thread.exclusive deprecated
<bascule> I don't even know how to solve this particular problem without Thread.exclusive
<bascule> I guess I just get rid of Thread.exclusive and make thread safety an end-user concern?
<bascule> I'm trying to call a native function I want to ensure is only called once
<bascule> with Thread.exclusive I can check a flag, if it's unset call the function and set the flag
<bascule> now what do I do?
<bascule> how about we get rid of Thread.kill and Thread.raise instead?
<travis-ci> jruby/jruby (ruby-2.3:908512a by Charles Oliver Nutter): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/99051942)
ryez has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
<travis-ci> jruby/jruby (ruby-2.3:eef3c40 by Charles Oliver Nutter): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/99052055)
<GitHub50> [jruby] enebo closed issue #3564: Rational suffix doesn't work with 0 http://git.io/vEXWo
<GitHub160> [jruby] enebo pushed 1 new commit to master: http://git.io/vEXNq
<GitHub160> jruby/master 079df3e Thomas E. Enebo: Fixes #3564. Rational suffix doesn't work with 0
pawnbox has joined #jruby
pawnbox_ has joined #jruby
pawnbox has quit [Ping timeout: 260 seconds]
<GitHub73> [jruby] headius pushed 2 new commits to ruby-2.3: http://git.io/vEXj8
<GitHub73> jruby/ruby-2.3 cdb6aa2 Charles Oliver Nutter: Merge remote-tracking branch 'origin/master' into ruby-2.3
<GitHub73> jruby/ruby-2.3 d32ec82 Charles Oliver Nutter: Revert "Make these float syntax until #3564 gets fixed."...
haze has quit [Ping timeout: 264 seconds]
cschneid has quit [Ping timeout: 250 seconds]
cschneid has joined #jruby
haze has joined #jruby
<GitHub55> [jruby] enebo pushed 1 new commit to ruby-2.3: http://git.io/vE1UR
<GitHub55> jruby/ruby-2.3 baecd42 Thomas E. Enebo: Fixes #3567. Parser does not recognize lonely operator after do...end
<travis-ci> jruby/jruby (ruby-2.3:d32ec82 by Charles Oliver Nutter): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/99061581)
pawnbox_ has quit [Remote host closed the connection]
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
skade has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
blaxter has joined #jruby
pawnbox has joined #jruby
elia_ has joined #jruby
<travis-ci> jruby/jruby (ruby-2.3:baecd42 by Thomas E. Enebo): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/99063690)
skade has quit [Quit: Computer has gone to sleep.]
elia_ has quit [Read error: Connection reset by peer]
elia_ has joined #jruby
<GitHub186> [jruby] kares pushed 9 new commits to ruby-2.3: http://git.io/vE1CU
<GitHub186> jruby/ruby-2.3 1917af2 kares: cleanup StringIO - unnecessary casts, unused initial local variable value
<GitHub186> jruby/ruby-2.3 038bbc9 kares: remove unused private makeString + dry out last-arg limit: 0 checking
<GitHub186> jruby/ruby-2.3 0eda51e kares: avoid initial local assingment not-used
ITXpander has joined #jruby
balo has quit [Ping timeout: 260 seconds]
balo has joined #jruby
inossidabile has joined #jruby
<travis-ci> jruby/jruby (ruby-2.3:9ba2d0a by kares): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/99069736)
skade has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
<GitHub93> [jruby] inossidabile opened issue #3568: Resolv::DNS.new.getresource makes it hang forever http://git.io/vE1iN
<inossidabile> :)
robbyoconnor has quit [Max SendQ exceeded]
robbyoconnor has joined #jruby
<GitHub157> [jruby] chrisseaton fast-forwarded master from 079df3e to d26c846: http://git.io/vE11T
<GitHub41> [jruby] chrisseaton pushed 1 new commit to truffle-head: http://git.io/vE11m
<GitHub41> jruby/truffle-head 6206683 Chris Seaton: Merge branch 'master' into truffle-head
<GitHub19> [jruby] chrisseaton pushed 1 new commit to truffle-unpack: http://git.io/vE11O
<GitHub19> jruby/truffle-unpack 777cdb6 Chris Seaton: Merge branch 'master' into truffle-unpack
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
robbyoconnor has quit [Max SendQ exceeded]
robbyoconnor has joined #jruby
robbyoconnor has quit [Client Quit]
robbyoconnor has joined #jruby
ryez has quit [Ping timeout: 252 seconds]
inossidabile has quit [Ping timeout: 276 seconds]
robbyoconnor has quit [Max SendQ exceeded]
<GitHub81> [jruby] kares pushed 4 new commits to ruby-2.3: http://git.io/vE1Ac
<GitHub81> jruby/ruby-2.3 c5a5204 kares: remove runtime.is2_0 checking
<GitHub81> jruby/ruby-2.3 fcbdb5b kares: use JRubyFile instead of NormalizedFile for CWD (so that norm only happens on Win)
<GitHub81> jruby/ruby-2.3 988bde4 kares: less garbage on check-dir + refactor getContents - guess returned array list size
robbyoconnor has joined #jruby
robbyoconnor has quit [Remote host closed the connection]
robbyoconnor has joined #jruby
brauliobo has joined #jruby
brauliobo has quit [Client Quit]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
<travis-ci> jruby/jruby (ruby-2.3:a3a7b91 by kares): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/99081937)
robbyoconnor has quit [Read error: Connection reset by peer]
robbyoconnor has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
r0bby_ has joined #jruby
r0bby_ has quit [Client Quit]
robbyoconnor has quit [Ping timeout: 250 seconds]
robbyoconnor has joined #jruby
yfeldblum has quit [Ping timeout: 240 seconds]
rsim has quit [Quit: Leaving.]
mberg has joined #jruby
mberg is now known as Guest91531
Guest91531 is now known as mberg
elia_ has quit [Quit: Computer has gone to sleep.]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
elia_ has joined #jruby
Aethenelle has joined #jruby
ruurd_ has joined #jruby
ruurd_ has quit [Client Quit]
d-snp_ has joined #jruby
<d-snp_> hi trufflers, if I follow the nightly install guide here: https://github.com/jruby/jruby/wiki/Truffle and I use the jruby+truffle tool to run something with gem dependencies it generates a commandline like:
<d-snp_> /jruby-master/bin/jruby -X\+T -Xtruffle.core.load_path\=/jruby-master/truffle/src/main/ruby -r ./.jruby\+truffle_bundle/bundler/setup.rb
<d-snp_> but that core.load_path does not exist, the truffle/src directory is missing, so it won't run
<d-snp_> should I A. also download the src and put it there or B. remove the load path from that command?
<chrisseaton> d-snp_: hi - give me a second to think about what you're doing...
<d-snp_> cool np, btw I love your thesis, I'm 50% in atm, very readable
<chrisseaton> d-snp_: yes it looks like the tool expects the source code to be checked out... you can just remove the -Xtruffle.core.load_path\=/jruby-master/truffle/src/main/ruby part entirely
<d-snp_> alright thanks :)
<d-snp_> is generating the commandline the only thing the tool does in this case? so can I just run that line?
<chrisseaton> the purpose of that option is so that in backtraces you get a file system path which you can easily open in IDEs - the default is a special internal file path which IDE wouldn't understand
<chrisseaton> I think yes the last thing it does is print the command and then run it, so if you copy, modify and paste its should be the same thing
skade has joined #jruby
dfr has quit [Ping timeout: 240 seconds]
skade has quit [Ping timeout: 272 seconds]
<d-snp_> hm, it still throws a LoadError that it couldn't find 'bundler/setup', somewhere in my project it explicitly does "require 'bundler/setup'", I think that should just work right? I probably did something wrong still
<chrisseaton> we don't support bundler yet, sorry
<chrisseaton> you may just be able to remove that line in your code
<chrisseaton> the tool does the bundle install and then sets the load path, so it should achieve the same thing as bundler/setup
<chrisseaton> same thing with ruby gems - it's handled by the tool so projects don't need to require gems
<chrisseaton> obviously we'll fix this in the future
skade has joined #jruby
dfr has joined #jruby
skade has quit [Client Quit]
<d-snp_> hm, ok I made it not require bundler/setup, but now it misses another gem that's in the bundle
<d-snp_> I ran jruby+truffle setup
<chrisseaton> the command line it runs doesn't include one of the gems in the bundle vendor directory?
<d-snp_> so this file exists: .jruby+truffle_bundle/ruby/2.2.0/gems/rack-1.6.4/lib/rack.rb
<d-snp_> and this is the command I run: exec /jruby-master/bin/jruby -X+T -r "./.jruby+truffle_bundle/bundler/setup.rb" "$@"
<d-snp_> but it says: in `require': cannot load such file -- rack (LoadError)
<d-snp_> that should work right?
<chrisseaton> does .jruby+truffle_bundle/bundler/setup.rb reference rack?
<chrisseaton> and could you just use the rack that comes in the stdlib?
<chrisseaton> just require 'rack' should work anyway I think
thedarkone2 has joined #jruby
<chrisseaton> actually it doesn't... not sure why
<chrisseaton> I thought rack was in the stdlib - maybe it isn't?
<d-snp_> $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rack-1.6.4/lib"
<d-snp_> it does reference it correctly
<d-snp_> maybe #{ruby_version} doesnt match?
<d-snp_> it's 2.2.0
<chrisseaton> so that should be fine
<chrisseaton> are you trying some code that is open source?
<d-snp_> yes, sec, I'll commit and push
<d-snp_> just trying to get a rack hello world running in passenger
<chrisseaton> how do a run a .ru file? what's the command line you'd use if you were using bundle exec as normal?
<d-snp_> bundle exec passenger start, or bundle exec rackup I think
<d-snp_> basically you need some ruby app that knows how to load .ru files, there's pure ruby ones also, I think puma is pure ruby, and rainbows
<d-snp_> and there's thin, and webrick :P
<chrisseaton> is .jruby+truffle_bundle/jruby+truffle a broken link for you? (use the file command on it)
<d-snp_> ah yeah it is
<d-snp_> .jruby+truffle_bundle/jruby+truffle: broken symbolic link to /app/.jruby+truffle_bundle/jruby
<chrisseaton> rename the ruby dir in.jruby+truffle_bundle to jruby
<d-snp_> jay!
<chrisseaton> then /jruby+truffle run -S rackup seems to be working in the right direction
<chrisseaton> but that then fails for me with 'Coercion error: false.to_str => String failed'
<d-snp_> yes definitely, now it's throwing proper errors
<chrisseaton> I don't know enough about passenger to say if this should work or not - this is actually just using webrick at the moment isn't it?
<d-snp_> yes, but it's working in passenger now, that exception I think might be an exception in regular ruby as well
<chrisseaton> could I ask you to open a GH issue with the error that you got a .jruby+truffle_bundle/ruby directory instead of a .jruby+truffle_bundle/jruby one? and say what steps you went through from scratch?
<chrisseaton> you could also open an issue for this failure
<d-snp_> thats in jruby/jruby right?
<chrisseaton> not sure what you mean?
<chrisseaton> it looks like we just can't run message = "Hello World!\n"; message << Truffle.graal? for some reason
<chrisseaton> if you change that code slightly you may get some useful result
<chrisseaton> seems like a basic thing we should be able to run! could you open a GH issue for that, please?
cremes has quit [Remote host closed the connection]
cremes has joined #jruby
<GitHub124> [jruby] tinco opened issue #3569: jruby+truffle setup creates gems in 'ruby' directory but jruby looks in 'jruby' directory http://git.io/vEDGr
<d-snp_> chrisseaton: Ruby 2.1.1 says: -e:1:in `<main>': no implicit conversion of true into String (TypeError)
<d-snp_> so I don't think that code is supposed to work at all :)
<chrisseaton> d-snp_: it looks like we've inherited an incorrect or missing error message from the Rubinius code we use
<chrisseaton> d-snp_: so does Passenger work as a module in NGINX that starts a Ruby process? (trying to make sense of the Wikipedia page)
<chrisseaton> d-snp_: what's the advantage of that over running Ruby normally?
<chrisseaton> is it CGI or something?
<chrisseaton> I'm showing my ignorance of the wider Ruby ecosystem here
<d-snp_> haha
<d-snp_> it's much like CGI yeah
josh-k has joined #jruby
<d-snp_> so Passenger is a C++ plugin to Nginx and Apache, it accepts requests and load balances requests over Ruby processes
<d-snp_> it spawns a ruby process, loads up a rack loader wrapper script, that receives the requests from the passenger c++ module, and feeds it to the loaded rack app
<d-snp_> there's a bunch of other features that make it nice for production environments but that's the gist of it
<d-snp_> which brings me to the next point, Passenger saves memory by forking ruby processes, but it seems like truffle doesn't do fork (yet), I'll have to think about that
<d-snp_> I know we support jruby, I'll read up on how we do that
<chrisseaton> could we just run multiple instances of JRuby+Truffle in the same JVM?
<d-snp_> would that work around your gil?
Aethenelle has quit [Quit: Aethenelle]
<chrisseaton> we don't have a gil any more :)
<d-snp_> oh nice
<d-snp_> so yeah, that would be good, but one of the reasons people like passenger for production is also that if one process crashes you don't have down time
<d-snp_> I don't know if the jvm ever crashes
<chrisseaton> even if it didn't, a Ruby program could still just exit while handling a request
<chrisseaton> and the kernel could still kill it due to OOM or whatever
rsim has joined #jruby
<d-snp_> true
<chrisseaton> we have a Node.js implementation as well btw - I wonder is Passenger could integrate with that in the same way
<d-snp_> oh that's cool, I hadn't seen that yet, does it have a different name?
Aethenelle has joined #jruby
<chrisseaton> GraalJS - it's closed source but it's available from here https://github.com/jruby/jruby/wiki/Downloading-GraalVM
<chrisseaton> that's a JDK with new ruby (JRuby+Truffle) and js (GraalJS) commands
<chrisseaton> also does R
<d-snp_> fancy
elia_ has quit [Read error: Connection reset by peer]
<d-snp_> App 288 stderr: /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:350:in `watch_signal': Signal already used by VM or OS: SIGQUIT (ArgumentError)
<d-snp_> is the next one
<d-snp_> turning off forking was just a configuration
<d-snp_> hmm the code is rather simple, it just traps SIGQUIT, is trapping signals not implemented yet chrisseaton?
elia_ has joined #jruby
subbu is now known as subbu|afk
<chrisseaton> I think to some extent
<chrisseaton> We definitely have some code for it
<chrisseaton> We'd have to find out how JRuby works with passenger
tcrawley-away is now known as tcrawley
tcrawley is now known as tcrawley-away
<GitHub192> [jruby] tinco opened issue #3570: Trapping signals does not work in Truffle http://git.io/vEDdh
anaeem1_ has joined #jruby
anaeem1_ has quit [Remote host closed the connection]
subbu|afk is now known as subbu
pietr0 has joined #jruby
<d-snp_> hey chrisseaton, I saw you project you will be running rails by the end of 2016, why such a long projection, is there some big feature that's missing? or are there so many small things?
<chrisseaton> d-snp_: we got ActiveSupport working in a month or two - 2016 is the long estimate we're saying, but we may be serving simple rails requests much sooner
kares has quit [Ping timeout: 272 seconds]
blaxter has quit [Quit: foo]
elia_ has quit [Quit: Computer has gone to sleep.]
<d-snp_> ohh
<d-snp_> you were right chrisseaton, we make an exception for jruby with the signal handlers
<d-snp_> we list them as non-trappable
byteit101__ has joined #jruby
<d-snp_> chrisseaton: curl 10.99.188.245:3000
<d-snp_> Hello World!
<d-snp_> Running on Truffle!
<d-snp_> Running on graal!
<d-snp_> it works :)
<chrisseaton> great!
<d-snp_> is RUBY_ENGINE == 'jruby+truffle' definite?
<chrisseaton> I'm not sure - we may decide to just say 'jruby'
<d-snp_> if so I'll submit a PR to passenger to add support for it
<d-snp_> ok
<chrisseaton> we'd recommend doing 'defined? Truffle'
yfeldblum has joined #jruby
bb010g has joined #jruby
bjfish2 has joined #jruby
elia_ has joined #jruby
josh-k has quit [Remote host closed the connection]
josh-k has joined #jruby
josh-k has quit [Ping timeout: 256 seconds]
pitr-ch has joined #jruby
baroquebobcat has joined #jruby
byteit101__ has quit [Remote host closed the connection]
elia_ has quit [Quit: Computer has gone to sleep.]
kares has joined #jruby
byteit101__ has joined #jruby
josh-k has joined #jruby
yfeldblum has quit [Ping timeout: 250 seconds]
josh-k has quit [Remote host closed the connection]
josh-k has joined #jruby
josh-k has quit [Ping timeout: 260 seconds]
pawnbox has quit [Remote host closed the connection]
GitHub75 has joined #jruby
<GitHub75> jcodings/master 5e91bdd Marcin Mielzynski: initialize utf8 flag in BaseUTF8Encoding
GitHub75 has left #jruby [#jruby]
<GitHub75> [jcodings] lopex pushed 1 new commit to master: http://git.io/vEy7x
yfeldblum has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 272 seconds]
subbu is now known as subbu|lunch
subbu|lunch is now known as subbu
gaustin has joined #jruby
yfeldblum has quit [Ping timeout: 240 seconds]
elia_ has joined #jruby
pawnbox has joined #jruby
kares has quit [Ping timeout: 276 seconds]
elia_ has quit [Quit: Computer has gone to sleep.]
slash_nick is now known as \nick
rsim has quit [Quit: Leaving.]
elia_ has joined #jruby
\nick is now known as slash_nick
ITXpander1 has joined #jruby
ITXpander has quit [Ping timeout: 272 seconds]
yfeldblum has joined #jruby
pawnbox has quit [Remote host closed the connection]
<GitHub174> [jruby] headius created symbol_to_proc_cache (+1 new commit): http://git.io/vESoh
<GitHub174> jruby/symbol_to_proc_cache 69662ab Charles Oliver Nutter: Various literal to_proc'ed Symbol optimizations....
<GitHub47> [jruby] headius opened pull request #3571: Various literal to_proc'ed Symbol optimizations. (master...symbol_to_proc_cache) http://git.io/vESKI
kith has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 264 seconds]
bjfish2 has quit [Quit: bjfish2]
cremes has quit [Quit: cremes]
cremes has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 256 seconds]
byteit101 has joined #jruby
tcrawley-away is now known as tcrawley
tcrawley is now known as tcrawley-away
byteit101__ has quit [Ping timeout: 240 seconds]