chesterbr has quit [Remote host closed the connection]
Steve445 has joined #opal
e_dub has quit [Ping timeout: 245 seconds]
e_dub has joined #opal
Steve445 has quit [Client Quit]
e_dub has quit [Ping timeout: 245 seconds]
e_dub has joined #opal
e_dub has quit [Ping timeout: 246 seconds]
e_dub has joined #opal
e_dub has quit [Ping timeout: 250 seconds]
e_dub has joined #opal
dimaursu16 has quit [Ping timeout: 246 seconds]
e_dub has quit [Ping timeout: 245 seconds]
Liothen has quit [Quit: System of a down……]
dimaursu16 has joined #opal
dimaursu16 has quit [Ping timeout: 248 seconds]
dimaursu16 has joined #opal
dimaursu16 has quit [Ping timeout: 246 seconds]
ryanstout has quit [Quit: ryanstout]
e_dub has joined #opal
e_dub has quit [Ping timeout: 245 seconds]
e_dub has joined #opal
e_dub has quit [Ping timeout: 246 seconds]
e_dub has joined #opal
dimaursu16 has joined #opal
dleedev has joined #opal
dimaursu16 has quit [Ping timeout: 260 seconds]
e_dub has quit [Ping timeout: 246 seconds]
e_dub has joined #opal
meh` has joined #opal
dimaursu16 has joined #opal
<adambeynon>
meh`: hi. what runtime array stuff?
<meh`>
adambeynon, array inheritance
<meh`>
not being able to override class methods
<adambeynon>
ahhh right, forgot about that
<adambeynon>
meh`: I did also wonder, how many array methods actually make changes on its contents? instead of all this method_missing stuff, it could be worth looking at have implementations of those methods which manually update the .length property
<meh`>
adambeynon, all of them
<meh`>
I think it's better to stay with method_missing for inheritance
<fkchang>
adambeynon: meh` elia - u guys ever discuss a "web require" method? I think that would be useful, we could have it poit to branches and head of the corresponding repos
<meh`>
fkchang, how do you mean?
<elia>
fkchang, like a cdn with builds from master?
<fkchang>
it'd a require you could use in opal-irb or similar that would let you load the files realtime
<meh`>
fkchang, then opal-cdn
<fkchang>
cdn w/builds from master could work, maybe just pull them off of github
<meh`>
I just haven't had the time to work on it yet
GitHub163 has joined #opal
GitHub163 has left #opal [#opal]
<GitHub163>
opal/templates_with_locals 2ca41a3 Adam Beynon: Initial impl of compiled templates accepting locals
<GitHub163>
[opal] adambeynon created templates_with_locals (+1 new commit): http://git.io/zRyUCw
<meh`>
I'm only one man :(
<elia>
meh`, you're *the* man :)
<fkchang>
I don't believe it, anyone who can toy w/the idea of taming IE 5 & 6 is secretly at least siamese twins
<meh`>
lol
<meh`>
sincerely I even thought about going as far back as netscape, when events had to be DOM properties
<meh`>
but then I changed my mind
<meh`>
there's still a note in the code tho, "@todo add polyfill for this"
<meh`>
maybe one day
<fkchang>
I'd work that, I wrote a quick require_js to pull js off of the internet for opal-irb so I could play w/random js. I'd love to be able to load opal-irb or opal-inspector completely off the fly. Something i've thought of is a bookmarklet that lets you add either of those in any page
<meh`>
fkchang, the plan is rather simple
<meh`>
opal-cdn would be a tool
<meh`>
it reads some yaml files
<fkchang>
but I'd have to be able to load it all on the fly. Next best thing is I could precompile it and load that
<meh`>
and generates precompiled/built js files
<meh`>
and serves them
GitHub190 has joined #opal
GitHub190 has left #opal [#opal]
<GitHub190>
[opal] adambeynon pushed 1 new commit to templates_with_locals: http://git.io/gwu8Nw
<GitHub190>
opal/templates_with_locals decf90a Adam Beynon: Fix spec for ruby 1.8 needing rocket style hashes
<GitHub93>
[vienna] adambeynon pushed 1 new commit to master: http://git.io/k3Y5qg
<GitHub93>
vienna/master 709d147 Adam Beynon: Initial implementation of ObservableArray
GitHub93 has left #opal [#opal]
<adambeynon>
elia: I was thinking about adding a hook to github/travis and have a basic sinatra app listen for successful builds and then compile that lib
<adambeynon>
Ive got some spare linodes that could do the work
<meh`>
adambeynon, that's part of the plan for opal-cdn
<adambeynon>
even using bower could be an idea seeing as sprockets has built in support
<elia>
adambeynon, meh`, I tried once on heroku but was too limited
<elia>
+1 for bower compat
travis-ci has joined #opal
<travis-ci>
[travis-ci] opal/vienna#136 (master - 709d147 : Adam Beynon): The build passed.