00:01
ryanstout has joined #opal
00:03
ryanstout has quit [Client Quit]
00:18
meh` has quit [Ping timeout: 258 seconds]
00:18
boberetezeke has joined #opal
00:43
boberetezeke has quit [Ping timeout: 245 seconds]
00:48
boberetezeke has joined #opal
00:52
boberetezeke has quit [Ping timeout: 245 seconds]
03:05
boberetezeke has joined #opal
04:01
boberetezeke has quit [Quit: boberetezeke]
06:07
mac_cosmo has joined #opal
07:57
dimaursu16 has joined #opal
08:12
tils has joined #opal
08:25
elia has joined #opal
08:49
<
elia >
adambeynon, opening a 0.6.1 milestone, probably will start empty, add stuff at will
09:27
dimaursu16 has quit [Ping timeout: 245 seconds]
09:31
kludge` has quit [Ping timeout: 245 seconds]
09:35
kludge` has joined #opal
09:42
dimaursu16 has joined #opal
09:46
brixen has quit [Ping timeout: 240 seconds]
09:51
brixen has joined #opal
09:58
mac_cosmo has quit [Quit: mac_cosmo]
11:50
<
elia >
adambeynon, yet another proposal, what do you think of backporting compiled requires to master? (with Kernel#require implemented as a noop)
12:16
boberetezeke has joined #opal
12:41
boberetezeke has quit [Quit: boberetezeke]
12:41
boberetezeke has joined #opal
13:12
e_dub has quit [Quit: It's a hard knock life]
13:32
boberetezeke has quit [Quit: boberetezeke]
13:33
boberetezeke has joined #opal
13:50
boberetezeke has quit [Ping timeout: 250 seconds]
14:28
boberetezeke has joined #opal
15:08
fkchang has joined #opal
15:40
ryanstout has joined #opal
16:26
elia has quit [Ping timeout: 276 seconds]
16:26
ylluminate has joined #opal
16:33
ryanstout has quit [Quit: ryanstout]
16:40
e_dub has joined #opal
17:00
e_dub has quit [Quit: It's a hard knock life]
17:09
e_dub has joined #opal
17:23
mac_cosmo has joined #opal
17:29
edub has joined #opal
17:30
e_dub has quit [Ping timeout: 276 seconds]
17:30
boberetezeke has quit [Ping timeout: 250 seconds]
17:50
edub has quit [Ping timeout: 258 seconds]
18:04
e_dub has joined #opal
18:20
e_dub has quit [Ping timeout: 252 seconds]
18:28
ryanstout has joined #opal
18:33
automationaddict has joined #opal
18:36
e_dub has joined #opal
20:23
grios has joined #opal
20:23
grios has quit [Client Quit]
20:28
e_dub has quit [Quit: It's a hard knock life]
20:41
tils has quit [Ping timeout: 250 seconds]
20:59
ryanstout has quit [Quit: ryanstout]
21:00
ryanstout has joined #opal
21:29
elia has joined #opal
21:30
<
elia >
adambeynon, you around?
21:33
<
adambeynon >
hi elia - sorry, been out and about all day, so missed your two messages earlier
21:34
<
elia >
no prob, good moment now? luckily we have all the time in the world, it's OSS after all
21:35
<
elia >
(adambeynon)
21:36
<
adambeynon >
ha, that is true ^_^
21:36
<
adambeynon >
yeah, im around for a bit
21:36
<
adambeynon >
think it would be good to get the requires on master
21:39
<
elia >
adambeynon, you know that requires is 0.7, wanna get out that 0.6.1 first?
21:39
<
elia >
btw right now I'm porting the CompilerWrapper api to Compiler itself
21:42
<
adambeynon >
just browsing through open issues - cant see anything major that needs to hold off the 0.6.1 release
21:42
<
adambeynon >
elia: did you find the bug you had with the requires?
21:42
<
adambeynon >
(never had a chance to try it out locally :( )
21:42
<
elia >
sure, you know…
21:42
<
elia >
I'm a bit ashamed…
21:43
<
elia >
lol, basically I was depending on path requires.size times
21:43
<
elia >
- prerequired.uniq.each { |r| context.depend_on path }
21:43
<
elia >
+ prerequired.uniq.each { |asset| context.depend_on_asset asset }
21:45
<
elia >
adambeynon, I still have the builder discern between js requires and opal ones bc depend_on_asset causes infinite loop…
21:45
GitHub99 has joined #opal
21:45
GitHub99 has left #opal [#opal]
21:45
<
GitHub99 >
opal/real-requires c96fa34 Elia Schito: Switch everything to the (New)Buidler
21:45
<
GitHub99 >
opal/real-requires 39a7535 Elia Schito: Typo
21:45
<
GitHub99 >
opal/real-requires 0a4f67e Elia Schito: Switch from positional to named parameters for NewBuilder
21:48
<
elia >
adambeynon, Compiler api change is this:
21:48
<
elia >
- Compiler.new.compile(source, options)
21:48
<
elia >
+ Compiler.new(source, options).compile
21:52
<
adambeynon >
elia: looks good - makes more sense that way :)
21:53
<
elia >
adambeynon, good, once I get a green bar I'll push
21:53
<
elia >
adambeynon, you doing the 0.6.1 release or want me to do that? (costs nothing)
21:55
automationaddict has quit [Ping timeout: 250 seconds]
21:57
<
adambeynon >
if you could, that would be great!
21:57
<
adambeynon >
are you already able to push?
21:57
<
adambeynon >
I think I added you...
22:01
travis-ci has joined #opal
22:01
travis-ci has left #opal [#opal]
22:01
<
travis-ci >
[travis-ci] opal/opal#1801 (real-requires - 4d492f0 : Elia Schito): The build was broken.
22:02
<
elia >
adambeynon, I do
22:05
elia has quit [Read error: Connection reset by peer]
22:05
GitHub105 has joined #opal
22:05
<
GitHub105 >
opal/real-requires 3b3bd0b Elia Schito: Whitespace
22:05
<
GitHub105 >
opal/real-requires 747c9cd Elia Schito: Use Opal::Compiler instead of the CompileWrapper
22:05
GitHub105 has left #opal [#opal]
22:05
<
GitHub105 >
opal/real-requires f1f6fe8 Elia Schito: Change compiler api to accept options at init time
22:05
elia has joined #opal
22:09
<
elia >
adambeynon, updating opal/version and RUBY_ENGINE_VERSION, should I set RUBY_VERSION to 2.1.1?
22:24
elia has quit [Ping timeout: 240 seconds]
22:26
GitHub152 has joined #opal
22:26
GitHub152 has left #opal [#opal]
22:26
<
GitHub152 >
opal/master 2096e8c Elia Schito: Bump version and update the CHANGELOG
22:29
elia has joined #opal
22:29
travis-ci has joined #opal
22:29
travis-ci has left #opal [#opal]
22:29
<
travis-ci >
[travis-ci] opal/opal#1802 (real-requires - 747c9cd : Elia Schito): The build was fixed.
22:31
* elia
has connectivity issues
22:32
GitHub27 has joined #opal
22:32
GitHub27 has left #opal [#opal]
22:33
travis-ci has joined #opal
22:33
<
travis-ci >
[travis-ci] opal/opal#1802 (real-requires - 747c9cd : Elia Schito): The build was fixed.
22:33
travis-ci has left #opal [#opal]
22:42
travis-ci has joined #opal
22:42
<
travis-ci >
[travis-ci] opal/opal#1802 (real-requires - 747c9cd : Elia Schito): The build was fixed.
22:42
travis-ci has left #opal [#opal]
23:00
travis-ci has joined #opal
23:00
travis-ci has left #opal [#opal]
23:00
<
travis-ci >
[travis-ci] opal/opal#1804 (master - 2096e8c : Elia Schito): The build was broken.
23:01
GitHub109 has joined #opal
23:01
<
GitHub109 >
opal/master 25cf2df Elia Schito: fixup! Bump version and update the CHANGELOG
23:01
GitHub109 has left #opal [#opal]
23:11
GitHub63 has joined #opal
23:11
<
GitHub63 >
opal/real-requires aa34419 Elia Schito, Federico Ravasio & Gianluca Randazzo: Added "requirable" to compiler options to mark files for future requires
23:11
GitHub63 has left #opal [#opal]
23:11
<
GitHub63 >
opal/real-requires bc49740 Elia Schito, Federico Ravasio & Gianluca Randazzo: Compiles require into Javascript as a no-op
23:11
<
GitHub63 >
opal/real-requires 8067ea5 Elia Schito, Federico Ravasio & Gianluca Randazzo: Changed expect_compiled to be just a wrapper around Opal::Compiler
23:13
mac_cosmo_ has joined #opal
23:17
mac_cosmo has quit [Ping timeout: 276 seconds]
23:17
mac_cosmo_ is now known as mac_cosmo
23:21
travis-ci has joined #opal
23:21
<
travis-ci >
[travis-ci] opal/opal#1806 (master - 25cf2df : Elia Schito): The build was fixed.
23:21
travis-ci has left #opal [#opal]
23:21
elia has quit [Quit: Computer has gone to sleep.]
23:26
travis-ci has joined #opal
23:26
travis-ci has left #opal [#opal]
23:26
<
travis-ci >
[travis-ci] opal/opal#1806 (master - 25cf2df : Elia Schito): The build was fixed.
23:29
travis-ci has joined #opal
23:29
<
travis-ci >
[travis-ci] opal/opal#1806 (master - 25cf2df : Elia Schito): The build was fixed.
23:29
travis-ci has left #opal [#opal]
23:34
travis-ci has joined #opal
23:34
<
travis-ci >
[travis-ci] opal/opal#1806 (master - 25cf2df : Elia Schito): The build was fixed.
23:34
travis-ci has left #opal [#opal]
23:47
travis-ci has joined #opal
23:47
<
travis-ci >
[travis-ci] opal/opal#1808 (real-requires - bfedd61 : Elia Schito): The build passed.
23:47
travis-ci has left #opal [#opal]
23:49
travis-ci has joined #opal
23:49
travis-ci has left #opal [#opal]
23:49
<
travis-ci >
[travis-ci] opal/opal#1808 (real-requires - bfedd61 : Elia Schito): The build passed.
23:54
travis-ci has joined #opal
23:54
<
travis-ci >
[travis-ci] opal/opal#1808 (real-requires - bfedd61 : Elia Schito): The build passed.
23:54
travis-ci has left #opal [#opal]
23:59
travis-ci has joined #opal
23:59
<
travis-ci >
[travis-ci] opal/opal#1808 (real-requires - bfedd61 : Elia Schito): The build passed.
23:59
travis-ci has left #opal [#opal]