00:01
ryanstout has quit [Quit: ryanstout]
00:07
ryanstout has joined #opal
00:32
ryanstout has quit [Quit: ryanstout]
00:43
ryanstout has joined #opal
00:49
ryanstout has quit [Quit: ryanstout]
00:51
ryanstout has joined #opal
01:15
GitHub129 has joined #opal
01:15
GitHub129 has left #opal [#opal]
01:15
<
GitHub129 >
opal-rails/master e297f81 Elia Schito: Target latest opal
01:17
GitHub31 has joined #opal
01:17
GitHub31 has left #opal [#opal]
01:17
<
GitHub31 >
opal-rails/master 3a6d7c7 Elia Schito: …and latest opal-sprockets
01:17
travis-ci has joined #opal
01:17
<
travis-ci >
[travis-ci] opal/opal-rails#72 (master - e297f81 : Elia Schito): The build has errored.
01:17
travis-ci has left #opal [#opal]
01:18
travis-ci has joined #opal
01:18
<
travis-ci >
[travis-ci] opal/opal-rails#73 (master - 3a6d7c7 : Elia Schito): The build has errored.
01:18
travis-ci has left #opal [#opal]
01:28
GitHub80 has joined #opal
01:28
<
GitHub80 >
opal-jquery/master bf222f0 Elia Schito: Target master opal
01:28
GitHub80 has left #opal [#opal]
01:33
ryanstout has quit [Quit: ryanstout]
01:34
GitHub111 has joined #opal
01:34
GitHub111 has left #opal [#opal]
01:43
GitHub84 has joined #opal
01:43
GitHub84 has left #opal [#opal]
01:44
travis-ci has joined #opal
01:44
travis-ci has left #opal [#opal]
01:44
<
travis-ci >
[travis-ci] opal/opal-rails#74 (codemotion - 3a6d7c7 : Elia Schito): The build has errored.
01:54
GitHub20 has joined #opal
01:54
GitHub20 has left #opal [#opal]
01:54
<
GitHub20 >
opal-rails/codemotion f864354 Elia Schito: [snapshot]
02:10
ryanstout has joined #opal
02:38
DrShoggoth has quit [Read error: Connection reset by peer]
02:49
meh` has quit [Ping timeout: 265 seconds]
03:47
ryanstout has quit [Quit: ryanstout]
03:50
ryanstout has joined #opal
03:57
ryanstout has quit [Quit: ryanstout]
04:34
elia has quit [Quit: Computer has gone to sleep.]
05:53
e_dub has joined #opal
11:05
e_dub has quit [Ping timeout: 240 seconds]
11:07
meh` has joined #opal
11:12
e_dub has joined #opal
11:40
GitHub13 has joined #opal
11:40
GitHub13 has left #opal [#opal]
11:40
<
GitHub13 >
opal/master 935a771 meh: Make Kernel#respond_to? to use #respond_to_missing?
11:40
<
GitHub13 >
opal/master 3da7a07 meh: Fix Native::Object#respond_to?
11:44
travis-ci has joined #opal
11:44
travis-ci has left #opal [#opal]
11:44
<
travis-ci >
[travis-ci] opal/opal#1541 (master - 3da7a07 : meh): The build passed.
14:05
e_dub has quit [Quit: It's a hard knock life]
15:02
<
adambeynon >
meh`: I was thinking about the opal <=> opal-sprockets dependency thing - that they both rely on each other
15:02
<
adambeynon >
considering that opal-sprockets is now the default builder, and opal is useless without it, Im thinking about merging opal-sprockets back into opal
15:03
<
adambeynon >
It kinda is a runtime dependency to handle requires()
15:15
<
meh` >
adambeynon, my opinion is, merge it back but setup it to be pluggable
15:15
<
meh` >
which I think is already the case
15:22
<
adambeynon >
meh`: yeh, sounds reasonable to keep to that
15:30
<
meh` >
adambeynon, do you have an ETA on fixing parsing of escapes in '' and %x?
15:30
<
meh` >
I'd really like to get that shit out of the way
15:42
<
adambeynon >
meh`: will have a look today at it. Can't imagine it should take that long
15:42
<
adambeynon >
Good excuse to tidy that code up as well :)
15:42
<
meh` >
adambeynon, do you agree we should disable escapes in xstrings?
15:42
<
meh` >
I can't come up with any use of them other than making some code unmaintainable
15:43
<
meh` >
when I write xstrings in Opal I always forget you have to escape escapes
15:43
<
meh` >
because I'm thinking "I'm just writing inline javascript"
15:45
<
adambeynon >
meh`: the only reason I have it that way was because we used to use ruby_parser, and that was how they did it
15:45
<
adambeynon >
But, yes, now I think we can do it our own way
15:58
ryanstout has joined #opal
16:15
GitHub9 has joined #opal
16:15
<
GitHub9 >
opal/master 86fcf97 Adam Beynon: Merge Processor/Server from opal-sprockets
16:15
GitHub9 has left #opal [#opal]
16:18
travis-ci has joined #opal
16:18
<
travis-ci >
[travis-ci] opal/opal#1542 (master - 86fcf97 : Adam Beynon): The build passed.
16:18
travis-ci has left #opal [#opal]
16:30
elia has joined #opal
16:38
<
ryanstout >
adambeynon: just curious, have you had any more thoughts on adding method_added support?
16:41
ryanstout has quit [Quit: ryanstout]
16:41
ryanstout has joined #opal
16:43
<
adambeynon >
ryanstout: I saw the GitHub issue. I think we can work around the Corelib issue by adding that method inside the runtime
16:43
<
adambeynon >
An ugly hack, but it means all methods can support method_added
16:43
<
ryanstout >
yea, I think that would be fine
16:44
<
ryanstout >
thanks for working on it
16:44
<
adambeynon >
ryanstout: was this for the observer DSL you mentioned before?
16:44
<
ryanstout >
its sort of a little reactive programming framework
16:45
<
elia >
meh`, fwiw restored working code from one week ago :)
16:46
<
adambeynon >
ryanstout: nice. I will let you know how I get on
16:48
elia has quit [Quit: Computer has gone to sleep.]
16:50
ryanstout has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
16:53
ryanstout has joined #opal
16:55
ryanstout has quit [Client Quit]
17:12
GitHub51 has joined #opal
17:12
GitHub51 has left #opal [#opal]
17:12
<
GitHub51 >
opal-sprockets/master 0b4dc09 Adam Beynon: Opal 0.5.0
17:12
GitHub159 has joined #opal
17:12
GitHub159 has left #opal [#opal]
17:13
travis-ci has joined #opal
17:13
<
travis-ci >
[travis-ci] opal/opal-sprockets#22 (master - 0b4dc09 : Adam Beynon): The build passed.
17:13
travis-ci has left #opal [#opal]
17:35
ryanstout has joined #opal
17:38
DouweM has joined #opal
17:58
ryanstout has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
18:05
ryanstout has joined #opal
19:53
DouweM has quit [Read error: Connection reset by peer]
20:02
elia has joined #opal
20:13
<
adambeynon >
elia: this looks a better implementation (haml support, etc)
20:13
<
adambeynon >
mind if I borrow it for master? :)
20:13
<
adambeynon >
oh, the link would help..
20:55
elia has quit [Quit: Computer has gone to sleep.]
20:55
elia has joined #opal
21:01
elia has quit [Ping timeout: 272 seconds]
21:05
elia has joined #opal
21:09
<
elia >
adambeynon, go forth, my pleasure
21:09
<
elia >
(just saw your question
21:25
elia has quit [Quit: Computer has gone to sleep.]
21:36
ryanstout has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
23:40
ryanstout has joined #opal