Channel #semsol: Logs

This is a public chat log generated from the #semsol IRC channel.

10:34:34 kwijibo: hi bengee
10:34:55 bengee: heya kwijibo
10:35:48 kwijibo: I've been trying out posting turtle to the platform, and occasionally it's giving me "lexical" errors on the turtle i give it, generated by arc
10:36:02 kwijibo: i think the turtle looks OK, but not totally sure
10:36:28 kwijibo: it chokes on this
10:36:31 kwijibo: 020 75""" .
10:37:42 kwijibo: what do you reckon?
10:38:19 bengee: hm, not sure., \n is allowed in turtle, faik
10:38:30 bengee: s/faik/afaik/
10:38:33 kwijibo: i think it looks like it should parse, but not sure, and maybe it's a hidden encoding thing
10:39:40 bengee: so the parser thinks it's a "\"-escaped \n?
10:40:28 bengee: what did the source literal look like which arc turned into turtle?
10:40:48 bengee: maybe the serialiser shouldn't create that extra backslash
12:05:28 kwijibo: bengee:
12:05:30 kwijibo: 07826 904 320
12:05:31 kwijibo: 020 75
12:06:04 kwijibo: yeah, maybe the serialiser is adding in a backslash it doesn't need to