<RageLtMan>
Also looks like we have encoding problems with actionview: actionview-4.2.6/lib/action_view/helpers/javascript_helper.rb:16 is "JS_ESCAPE_MAP["\342\200\250".force_encoding(Encoding::UTF_8).encode!] = '
'" which raises "U+2028 to ASCII-8BIT in conversion from UTF-8 to ASCII-8BIT (Encoding::UndefinedConversionError)"
<RageLtMan>
SIGSTP in IRB raises "RubyLex::TerminateLineInput (RubyLex::TerminateLineInput)"
<RageLtMan>
christ what happened here? I havent used RBX much recently, looking at it again now that we're splitting up MSF core libraries and it seems to have grown some rather rough edges
jemc has joined #rubinius
eregon has quit [Ping timeout: 244 seconds]
eregon has joined #rubinius
amclain has quit [Quit: Leaving]
GinoManWorks has quit [Read error: Connection reset by peer]
jemc has quit [Ping timeout: 276 seconds]
GinoManWorks has joined #rubinius
GinoManWorks has quit [Ping timeout: 260 seconds]
Goddesen has quit [Remote host closed the connection]
GinoManWorks has joined #rubinius
jemc has joined #rubinius
jemc has quit [Ping timeout: 264 seconds]
amclain has joined #rubinius
GitHub128 has joined #rubinius
<GitHub128>
[rubinius] brixen pushed 1 new commit to master: https://git.io/vKRH8
<GitHub128>
rubinius/master 7bf377b Brian Shirai: Improved HAMT Hash....
GitHub128 has left #rubinius [#rubinius]
GitHub118 has joined #rubinius
<GitHub118>
[rubinius] brixen pushed 1 new commit to master: https://git.io/vKRNY
<GitHub118>
rubinius/master 53905be Brian Shirai: Removed 32-bit platform support.
<cremes>
RageLtMan: so I was able to ‘bundle install’ the dap gem. It had an error because I didn’t have some geo lib installed, but otherwise worked. It said it was using bundler 1.12.3.
<cremes>
that was on ubunut 16.06
<cremes>
16.04
<cremes>
i’ll try this on 14.04 to see what happens.
<cremes>
btw, you are right in that rbx has grown some more rough edges. the JIT got deleted, forking was redone, the GC is getting rebuilt…
<RageLtMan>
Why was the JIT removed?
<cremes>
brixen felt the foundation of rubinius was creaky, so he’s doing a lot of runtime work
<RageLtMan>
ah
<cremes>
RageLtMan: he didn’t see any easy path forward to JIT’ing more things. The current JIT was difficult to work with and near impossible to debug, so he’s starting over.
<cremes>
so right now rbx is pretty slow. it’s just interpreted and no JIT, for example.
<cremes>
refinements will never be added from what I hear, so that might be an issue for some projects.
<RageLtMan>
Hmm, whats the last version which DOES have the JIT?
<cremes>
RageLtMan: I think 3.29 is the last release that had it enabled by default.
<cremes>
it didn’t get deleted until a few releases later but it was disabled as of 3.30
<RageLtMan>
Thank you much
<cremes>
hmmm, can’t seem to get llvm 3.8 to install on 14.04. says it can’t find the package even though I updated the /etc/apt/sources.list with the right URLs
<cremes>
ah, had to ‘apt-get update’ first. now it’s installing.
benzrf_ has joined #rubinius
<benzrf_>
hey
<benzrf_>
i'm getting segfaults all over the place
<cremes>
hey benzrf_
<benzrf_>
hi cremes
<benzrf_>
oh, what the fuck
<benzrf_>
i was getting bizarre errors out the wazoo from bundle install, but
<benzrf_>
after repeating it for like the 5th time, it worked
<cremes>
benzrf_: tell me about your segfaults. maybe just do this over on slack?