Simon Guest
Simon Guest
So if @xiaq doesn't find this feature interesting I think I should give up.
Thanks for the thoughtful response @xiaq! Yes, I was considering leaving a pipeline active to enable multiple bites at it, so to speak. I am aware that here be dragons,...
I did fix this particular ambiguity problem ([PR in my repo](https://github.com/AgResearch/snakemake-playpen/pull/1)), but the underlying bug in SnakeMake remains. 😄
Here is a more specific proposal to mitigate the awkwardness of the "wildcard has no match" exception, looping in @muesli who raised the original [issue](https://github.com/elves/elvish/issues/318), and @xiaq obviously who is...
Do @muesli or @xiaq have an opinion about this? I am happy to implement something, but that seems a bit premature without first agreeing the desired behaviour!
Actually I thought of a partial solution which would make things a lot better. That is, only failing a glob match if *all* the globs in a command invocation fail....
I saw that but I don't understand how to use them. They are obviously relative paths, but relative to what exactly?
So this confuses me. Does this mean that in every project I have to keep my templates in the same directory relative to project root? And my sources? That doesn't...
I think that's a very good idea. The problem with having to configure it in the Helix config is that it is then fixed for all that user's work, but...
Now I'm defining it in my pyproject.toml it is working better, thanks! Although I'm a bit confused why this is a warning. Surely should be silent? Certainly goto-definition is working...