code logs -> 2006 -> Sat, 02 Sep 2006< code.20060901.log - code.20060903.log >
--- Log opened Sat Sep 02 00:00:06 2006
00:00
<@Vornicus>
...this is odd.
00:00
<@Vornicus>
My script no longer works, and I haven't changed anything.
00:02
<@Reiver>
??
00:04
<@Vornicus>
My CI script, the one that I fought with so valiantly, with massive amounts of help from TF, has suddenly stopped working, and I do not know why.
00:05
< ToxicFrog>
o.O
00:06
<@Vornicus>
...there are parentheses in the revision log. Perhaps...
00:07
< ToxicFrog>
Parens must be escaped too.
00:08
<@Vornicus>
...eew
00:11 * Vornicus needs to figure out how to do that.
00:14
<@Vornicus>
sed -r -e 's;\&;\\\\&;g' <--- this is inside a ` and then a "
00:15
<@Vornicus>
I need to figure out how to make it (or a reasonable facsimile thereof) also do parens.
00:17
<@Vornicus>
's;[\&\(\)];\\\\%;g' ?
00:20
< ToxicFrog>
Ummm.
00:20
< ToxicFrog>
's;([\(\)\&]);\\\\\1;g'
00:20
< ToxicFrog>
"\1" expands to "the stuff inside the first set of () in the match"
00:20
<@Vornicus>
% will give the whole match
00:20
< ToxicFrog>
You Aah.
00:21
<@Vornicus>
I thought.
00:21
<@Vornicus>
But apparently it doesn't like that.
00:21
<@Vornicus>
it doesn't like yours, either.
00:22 * Vornicus tries using \0, gets that to work.
00:33
<@Vornicus>
wootence.
00:34
<@Vornicus>
okay, I think that will do it. Next time it blows up I get to look at the revision log and see what /other/ characters it's blowing up on.
00:43
< ToxicFrog>
You could match on . and have it backslash-escape /everything/.
00:44
< ToxicFrog>
Or, somewhat more practically, match [^a-zA-Z0-9_]
00:44
<@Vornicus>
heh
00:52 NeoWolf [NeoWolf@151.83.5.ns-3911] has joined #Code
00:52
< NeoWolf>
hello
00:53 NeoWolf [NeoWolf@151.83.5.ns-3911] has quit [Quit: ]
00:57
<@Vornicus>
awk '{ printf "%s<br>",$0 }' <--- and this isn't doing its job.
00:58
< ToxicFrog>
How so?
00:59
<@Vornicus>
It appears to be supposed to be adding <br> to the end of each line, but stuff going through the filter doesn't get <br> on it.
01:15 Vornicus [~vorn@Nightstar-18307.slkc.qwest.net] has quit [Quit: ]
01:34 Chalcy [~Chalceon@Nightstar-869.bitstream.orcon.net.nz] has joined #code
01:34 mode/#code [+o Chalcy] by ChanServ
01:34 Chalcedon [~Chalceon@Nightstar-869.bitstream.orcon.net.nz] has quit [Ping Timeout]
01:46 Chalcy is now known as Chalcedon
02:16 Vornicus-Latens is now known as Vornicus
02:31 You're now known as TheWatcher
02:47 You're now known as TheWatcher[afk
02:47 You're now known as TheWatcher[afk]
03:48 himi-sleeping is now known as himi
04:06 Chalcy [~Chalceon@Nightstar-869.bitstream.orcon.net.nz] has joined #code
04:06 mode/#code [+o Chalcy] by ChanServ
04:07 Chalcedon [~Chalceon@Nightstar-869.bitstream.orcon.net.nz] has quit [Ping Timeout]
04:41 Reiver is now known as Steve
04:51 himi is now known as himi-coffee
05:53 Mahal [~Mahal@Nightstar-5107.worldnet.co.nz] has quit [Quit: This computer just fell asleep.]
06:09 Steve is now known as Reiver
07:22 Chalcy [~Chalceon@Nightstar-869.bitstream.orcon.net.nz] has quit [Ping Timeout]
09:27 Vornicus is now known as Vornicus-Latens
11:31 himi-coffee is now known as himi-modelling
12:23 Mahal [~Mahal@Nightstar-5107.worldnet.co.nz] has joined #code
12:24 mode/#code [+o Mahal] by ChanServ
12:55 Bobo is now known as Eve
14:01 Reivles [~reaverta@IRCop.Nightstar.Net] has joined #Code
14:02 Reivlin [~reiver@Nightstar-2234.ubs-dsl.xnet.co.nz] has quit [Ping Timeout]
14:02 Reiver [~reaverta@IRCop.Nightstar.Net] has quit [Ping Timeout]
14:03 Reivlin [~reiver@58.28.156.ns-12704] has joined #Code
14:04 Reivles is now known as Reiver
14:12 Reiver [~reaverta@IRCop.Nightstar.Net] has quit [Ping Timeout]
14:13 Reivlin [~reiver@58.28.156.ns-12704] has quit [Ping Timeout]
14:15 Reivlin [~reiver@Nightstar-23744.ubs-dsl.xnet.co.nz] has joined #Code
14:15 Reiver [~reaverta@IRCop.Nightstar.Net] has joined #Code
14:15 mode/#code [+o Reiver] by ChanServ
14:27 Mahal [~Mahal@Nightstar-5107.worldnet.co.nz] has quit [Quit: This computer just fell asleep.]
16:09 Reiver is now known as ReivZzz
18:01 EvilDarkLord is now known as David
21:38 Vornicus [~vorn@Nightstar-18307.slkc.qwest.net] has joined #code
21:39 Vornicus is now known as NSGuest-1092
21:39 NSGuest-1092 is now known as Vornicus
23:03 Mahal [~Mahal@Nightstar-5107.worldnet.co.nz] has joined #code
23:03 mode/#code [+o Mahal] by ChanServ
--- Log closed Sun Sep 03 00:00:06 2006
code logs -> 2006 -> Sat, 02 Sep 2006< code.20060901.log - code.20060903.log >