Wolf Vollprecht

Results 1457 comments of Wolf Vollprecht

Indeed. I believe conda-build has this behavior for backwards compatibility - something we don't have to be so concerned about. It does simplify things in a few places to only...

@beckermr 5 pages: https://github.com/search?q=org%3Aconda-forge+%22%7B%25+set+sha256%22&type=code&p=1 :) But I want to reiterate that we are planning a very gradual migration. I think the cost of copy-pasting the SHA hash into the right...

We can also ask @schuylermartin45 if we can add this (as a flag) to the recipe converter :)

@schuylermartin45 the transformation that I would like to see is to just insert `sha256` hashes unconditionally instead of keeping them as jinja vars. For example: ``` {% set sha256 =...

I rebased this PR on top of #2029 which should go in first.

@beckermr this is what templated SHA hashes look like in an editor right now. So far, no one has presented a good use case. We can lift this limitation at...

The outcome of the discussion is: > We should brainstorm ideas on how to prevent the duplication there. While we don't have a solution we might as well add a...

@schuylermartin45 thanks for finding a use case! With a working version-updater bot, it wouldn't really matter to have the same hash twice (as string), since the bot is going to...

What does this have to do with the spec? :D

Hmm... that doesn't make sense to me. Like I can write really ugly Python code, but a linter is supposed to lint it. It's still valid Python. This is a...