adambeynon changed the topic of #opal to: http://opalrb.org - Ruby runtime and library on top of Javascript | 1.0.0 is near | This channel is logged at http://irclog.whitequark.org/opal
elia has quit [Quit: Computer has gone to sleep.]
meh` has quit [Ping timeout: 240 seconds]
fkchang has quit [Ping timeout: 245 seconds]
fkchang has joined #opal
ryanstewart2 has joined #opal
kludge` has quit [*.net *.split]
Kilo`byte has quit [*.net *.split]
ryanstewart has quit [*.net *.split]
Kilo`byte has joined #opal
kludge` has joined #opal
DouweM has quit [Ping timeout: 252 seconds]
adambeynon has joined #opal
elia has joined #opal
GitHub10 has joined #opal
GitHub10 has left #opal [#opal]
<GitHub10> [opal] adambeynon pushed 1 new commit to master: http://git.io/5-b1Dw
<GitHub10> opal/master fbf1140 Adam Beynon: Namespace corelib under corelib/ to prevent core files being loaded
GitHub88 has joined #opal
<GitHub88> opal/master b43acc0 Adam Beynon: Use core/ prefix for corelib. Update README on corelib location
GitHub88 has left #opal [#opal]
<GitHub88> [opal] adambeynon pushed 1 new commit to master: http://git.io/5uf8BQ
kludge` has quit [Ping timeout: 245 seconds]
kludge` has joined #opal
fkchang has quit [Ping timeout: 264 seconds]
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
DouweM has joined #opal
GitHub132 has joined #opal
GitHub132 has left #opal [#opal]
<GitHub132> [opal-rails] adambeynon opened pull request #13: Use correct opal-rspec rake path (master...master) http://git.io/0NX1oQ
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
meh` has joined #opal
<meh`> adambeynon, we need to cleanup some stuff
<adambeynon> meh`: which stuff?
<meh`> adambeynon, directories
<meh`> stdlib in opal/, rubyspec/ and mri_spec/ in spec/
<adambeynon> meh`: I dont want opal and opal/stdlib to both be in the load paths
<adambeynon> we can have opal/
<adambeynon> and put all studlib in there possible
<adambeynon> stdlib*
<meh`> why don't you want both in the loadpath?
elia has quit [Quit: Computer has gone to sleep.]
<adambeynon> its untidy
<meh`> and having opal/core and stdlib/ isn't?
<meh`> ora the dozens of files in opal/?
<meh`> nobody will notice they're both in the loadpath
<meh`> and it will make the dir tree cleaner
<adambeynon> we can go back to the old way of having a joint dir for stdlib and corelib
<adambeynon> opal.rb becomes just a loader for corelib
<adambeynon> lets us standardize `opal/` as the directory for opal related code in gems
<adambeynon> brb, lunch
elia has joined #opal
GitHub37 has joined #opal
GitHub37 has left #opal [#opal]
<GitHub37> [opal-rails] elia closed pull request #13: Use correct opal-rspec rake path (master...master) http://git.io/0NX1oQ
GitHub86 has joined #opal
<GitHub86> [opal-rails] elia pushed 2 new commits to master: http://git.io/F2MQ1A
<GitHub86> opal-rails/master 6a088f2 Elia Schito: Merge pull request #13 from adambeynon/master...
GitHub86 has left #opal [#opal]
<GitHub86> opal-rails/master 11d620f Adam Beynon: Use correct opal-rspec rake path
GitHub129 has joined #opal
<GitHub129> opal-rails/master 3c40071 Elia Schito: Update the changelog
<GitHub129> [opal-rails] elia pushed 2 new commits to master: http://git.io/Gv3joQ
<GitHub129> opal-rails/master fdb0f99 Elia Schito: Bump version
GitHub129 has left #opal [#opal]
GitHub60 has joined #opal
GitHub60 has left #opal [#opal]
<GitHub60> [opal-rails] elia tagged v0.6.1 at ccf3a75: http://git.io/bubRmg
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
e_dub has quit [Quit: It's a hard knock life]
DrShoggoth has joined #opal
elia has quit [Ping timeout: 264 seconds]
davidboy has quit [Remote host closed the connection]
lectrick has quit [Remote host closed the connection]
adrocknaphobia has quit [Remote host closed the connection]
davidboy has joined #opal
lectrick has joined #opal
adrocknaphobia has joined #opal
denysonique has quit [Remote host closed the connection]
Guest26798 has joined #opal
fkchang has joined #opal
adambeynon has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
GitHub42 has joined #opal
GitHub42 has left #opal [#opal]
<GitHub42> [opal] adambeynon pushed 1 new commit to master: http://git.io/4aFMxw
<GitHub42> opal/master 776e171 Adam Beynon: Fix Array#select
alexch has joined #opal
<alexch> Hi, I'm trying to run opal tests and get "Invalid REPL keyword" -- wanted to ask here before posting a bug
<alexch> Failure/Error: expect_output_of{ subject.run }.to eq("hello\n") expected: "hello\n" got: "> ... ... ... ... ... ... ... ... ... Invalid REPL keyword\n... ... ... ... ... ... ... ... ... ... ... ... ... \n"
<alexch> That's what node says when you type ".asdlkaj" on the command line... not sure why it would think we're typing that since we're just piping a (huge) JS program with no dot directives
<alexch> nvm my node version was way out of date... upgrading now
cogitator has joined #opal
<cogitator> Hi. Just a small question: Does Opal supports the "sleep" function of Ruby?
<cogitator> Nevermind, I suppose it doesn't: http://opalrb.org/try/#code:puts%20%22hi%22%0Asleep%285000%29%0Aputs%20%22hi2%0A
adambeynon has joined #opal
<adambeynon> cogitator: no, we cant support it :(
<cogitator> Alrighto; I suppose I have to find a workaround through JS. setTimeout() maybe?
adambeynon has quit [Quit: Textual IRC Client: www.textualapp.com]
<meh`> cogitator, what are you trying to do?
<meh`> cogitator, remember that the whole page runs in the same thread, if you're processing things without breaking it up, the page will hang
<cogitator> By the way, if I remember well, there was a command (to put on cmd) like "opal build file.rb"?
<meh`> opal -c file.rb
<cogitator> Thanks! But while it echoes the compiled source, it doesn't create a .js file...
<cogitator> Found a way: opal -c file.rb 1> file.js
<cogitator> Then again, it compiles only the specified file, but not the ones which are "required" inside that file.
<meh`> cogitator, yeah, it's for simple compilation
<meh`> mainly for debug use
<cogitator> I wrote a batch file to compile multiple files, but it compiles only the first one, then it stops...
<meh`> cogitator, I don't know that part much sadly, I use opal with the opal-sprockets server
<meh`> sorry
DrShoggoth has quit [Remote host closed the connection]
<fkchang> cogitator: u should probably just make a rake task and setup opal-sprockets to know what directories your source is in
<cogitator> Yeah, I am using that myself, too, but I want to make something for a special need. I have accomplished it, just the naming needs a little fix (because the it creates files as "file.rb.js")