Matthew R. Becker

Results 684 comments of Matthew R. Becker

Right so for that, once the solver checks work, we should add a test to the bot repo that does an abi migration and make sure it all runs.

I updated the issue list above with a pointer to the correct test file. We should replicate all of the tests there for yaml migrations to ensure they work on...

@wolfv there are some seeming important issues here (e.g., not including licenses in some cases). I suspect it may be prudent to hold off on more conversions to v1 until...

Oh that's great! Can we go through the rattler-build issue tracker and list of issues above and mark any that are fixed as closed? I also think we still have...

Wow that's a lot of work on the issue tracker! Thanks for the big push on this!

Yes. Jinja always does string substitutions. The types of items do not cross the boundary of the ${{ }} expression. The issue with having the types cross is that for...

Yep. Those examples exactly illustrate my point. I have written out explicitly how the jinja+yaml works for four cases below. ### a ``` var: ${{ 1234 }} ``` renders using...

Unfortunately these special cases are also outside standard jinja2 and yaml behavior. Thus I don't think you can change their behavior without the same consequences as above.