00:43
_whitelogger has joined #opal
01:54
elia has quit [Quit: Connection closed for inactivity]
02:06
Kilobyte|StupidC has joined #opal
02:08
Kilo`byte has quit [Ping timeout: 260 seconds]
02:17
fkchang has quit [Ping timeout: 255 seconds]
02:20
tuelz has joined #opal
03:29
meh` has quit [Ping timeout: 258 seconds]
03:53
j_mcnally has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
04:04
j_mcnally has joined #opal
04:08
j_mcnally has quit [Client Quit]
04:51
j_mcnally has joined #opal
05:36
<
ryanstout >
am I supposed to load something else in first now?
05:37
<
ryanstout >
on 0.7.0.beta1
05:40
<
ryanstout >
I’m guessing I’m not setting things up right and it’s because the compiler flags aren’t setup right
06:05
e_dub has quit [Read error: Connection reset by peer]
06:06
e_dub has joined #opal
06:07
ryanstout has quit [Quit: ryanstout]
06:50
j_mcnally has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
06:59
e_dub has quit [Read error: Connection reset by peer]
07:00
e_dub has joined #opal
09:14
wmnnd has joined #opal
09:20
elia has joined #opal
09:23
wmnnd has quit [Ping timeout: 272 seconds]
09:37
elia has quit [Changing host]
09:37
elia has joined #opal
09:53
GitHub9 has joined #opal
09:53
<
GitHub9 >
opal/master 74b1d38 Adam Beynon: module_function support without args to toggle module functions. Fixes #644
09:53
GitHub9 has left #opal [#opal]
09:56
travis-ci has joined #opal
09:56
<
travis-ci >
opal/opal#2119 (master - 74b1d38 : Adam Beynon): The build passed.
09:56
travis-ci has left #opal [#opal]
11:27
wmnnd has joined #opal
11:37
tuelz has quit [Quit: WeeChat 1.0]
11:37
_whitelogger has quit [Ping timeout: 256 seconds]
11:39
_whitelogger has joined #opal
12:01
GitHub70 has joined #opal
12:01
<
GitHub70 >
opal-jquery/master 0f2d82a Adam Beynon: Cleanup HTTP
12:01
GitHub70 has left #opal [#opal]
12:14
tuelz has joined #opal
13:08
mike_ has joined #opal
13:08
mike_ is now known as Guest3468
13:33
_whitelogger has joined #opal
13:59
wmnnd has quit [Read error: Connection reset by peer]
14:49
e_dub has quit [Quit: ZZZzzz…]
15:48
e_dub has joined #opal
16:10
f-3r has joined #opal
16:16
j_mcnally has joined #opal
16:36
f-3r has quit [Quit: Leaving.]
16:36
f-3r has joined #opal
16:44
j_mcnally has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
16:59
e_dub has quit [Quit: ZZZzzz…]
17:12
e_dub has joined #opal
17:28
ryanstout has joined #opal
17:30
f-3r has quit [Ping timeout: 272 seconds]
18:14
fkchang has joined #opal
19:57
<
fkchang >
adambeynon: u mentioned glue code for haml on front/backend?
20:14
elia has quit [Quit: Connection closed for inactivity]
20:21
e_dub has quit [Quit: ZZZzzz…]
20:33
e_dub has joined #opal
20:59
j_mcnally has joined #opal
21:18
e_dub has quit [Quit: ZZZzzz…]
21:20
Zackio has joined #opal
21:25
Zackio has quit [Ping timeout: 250 seconds]
21:26
e_dub has joined #opal
21:38
fkchang has quit [Ping timeout: 245 seconds]
21:48
Zackio has joined #opal
22:02
j_mcnally has quit [Ping timeout: 245 seconds]
23:04
elia has joined #opal
23:16
e_dub has quit [Quit: ZZZzzz…]
23:22
GitHub32 has joined #opal
23:22
<
GitHub32 >
opal/master ddb49e3 Adam Beynon: Fix for escaping backrefs inside regexps. Fixes #646.
23:22
GitHub32 has left #opal [#opal]
23:25
travis-ci has joined #opal
23:25
<
travis-ci >
opal/opal#2120 (master - ddb49e3 : Adam Beynon): The build passed.
23:25
travis-ci has left #opal [#opal]
23:30
<
meh` >
adambeynon, why is the function required?
23:31
<
adambeynon >
meh`: the replace string needed to have “$$” inside it, which has a special meaning inside replace strings themselves. No matter how I escaped it, I simply couldnt get it to work without using the function approach
23:32
<
adambeynon >
the replace string needed to be “$$1"
23:32
<
adambeynon >
sorry “$$2"
23:33
<
adambeynon >
I tried all sorts of escaping and it didnt work, but maybe im too tired to think properly :)
23:34
<
adambeynon >
it still needs some work as not all the string#sub specs work using those escapes