Tristan Hume

Results 107 comments of Tristan Hume

Need to set the first element of new strings to a null terminator though.

Used a small patch. Now it works for char but no other type. Luckily no-one uses it with anything but char. Maybe bool though...

Correct syntax is `array char of boolean` currently it only accepts the incorrect `array 1..char of boolean`

Shameless plug: I've started maintaining a fork of Vintageous that I will accept PRs on and occasionally do some things with. It's better than current Vintageous, although Six may be...

Further update, @gerardroche and I decided to merge our forks and collaborate here: https://github.com/NeoVintageous/NeoVintageous

I like this idea as it could give plausible deniability. Mad person: "I logged in on a different computer and couldn't see my comment!" Site owner: "Oh, it's just in...

:+1: Again would be great if we could run a breakage test job.

See https://github.com/Shopify/liquid/pull/170 I don't think the strict parser would help since this is an issue with the tokenizer, which comes before the strict parser. It is possible that liquid-c could...

:+1: Awesome work! I've thought this was a good idea for a while so obviously no objections from me: https://vault.shopify.com/Liquid-Parsing-Quirks#_examples-of-parsing-weirdness_the-problem-why-this-is-bad_past-efforts_issues-with-fixing-the-problem_ideas-for-fixing-the-problem Only thing is we have to be _super_ careful about...

Great! I've been out of the liquid loop for a while, good to know that problem has been fixed. Speaking of me being out of the loop you should update...