Tim Cuthbertson

Results 76 comments of Tim Cuthbertson

Thanks for the idea and the `diff` action! I've (finally ;)) tried this out now, and hit a couple of snags: Firstly, when I pass `--auto-promote` the command still exits...

> For the exit code, the idea is that because the file has changed, you might need to build again to get a fix point. Hmm, fair enough. I still...

What's the exception? Do you have a stack trace? On Fri, 20 Dec 2019, 10:56 pm Rob Brewer, wrote: > When running on Windows, gup consistently crashes due to an...

Thanks, that should be enough to work with On Sun, 22 Dec 2019, 1:03 am Rob Brewer, wrote: > I'll work on getting a stack trace. The exception is ValueError:...

Thanks for writing up this detailed report! This was originally added in https://github.com/timbertson/dhall-render/commit/f10494d09ebec352ca7a22888e6401e4d28ae8db, so it's definitely intentional. Well, the failure on an empy array isn't, that sucks 😞 The associated...

Sounds fair, if you'd like to submit a PR reintroducing that separate type I'd be happy with that. But let's call it `YAMLDocuments`. @davidreuss you added this feature in the...

I like the idea, certainly. I'm worried about syntax though. I want to keep the gupfile syntax to a minimum. I'm wondering if gupfiles will also want regex syntax, in...

But I don't think named capture is sufficient - I thing regexp mode is needed as well (e.g match step1.html, step2.html and step3.html but not steps.html). So the question is:...

ugh, damn - sorry about the noise, I got the issue number wrong. The above commit fixes #4, not this issue.

I'm thinking there should be a per-line pattern mode flag. It doesn't matter if it's a bit wordy, since you shouldn't need to write them that often. Something like: builder.sh:...