-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No way to specify --experimental
for render
function
#56
Comments
@wolfv @baszalmstra @nichmor |
hey @h-vetinari ! let me take a look at this today! sorry for long reply time |
Gentle ping on this @nichmor :) |
hey @h-vetinari - sorry I'm on vacation now - maybe @wolfv or @tdejager will could take a look |
conda-forge/conda-smithy#2057 is collecting more and more examples where |
Yes, I think part of the reason why it's "experimental" right now is because we wanted to make sure that the semantics are correct. I think we should fix the issue you discovered on Windows and write up how it works, present that to the conda/conda-forge community and lift it out of experimental late december, early january. How does that sound? |
While trying to switch zlib to rattler, I need a feature that's currently under an experimental flag. Aside from the problem of not being able to specify this through smithy yet, the larger issue is that this is not configurable in the compat layer here.
I've monkey-patched my local install to do:
which still runs into a rendering error:
which I solved as follows:
That way I was able to get a basic rerender to succeed at least (though still running into issues on the build invocation, which'll have to be fixed in smithy).
The text was updated successfully, but these errors were encountered: