-
Notifications
You must be signed in to change notification settings - Fork 61
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
Update v1.0.0 to support Dhall 9.0.0? #73
Comments
I think this would require branching master (and doing the change and releasing the tag) from the latest commit before #57 was merged - because that introduces the new Haskell generator, which has the new API as a baked-in assumption so I wouldn't recommend modifying it but rather the Python generator. I'm fine with this if someone wants to do it, but I won't be able to look at this myself for a while Alternatively if you're able to upgrade to the latest API we can merge #72 and release |
Cool! I'll fix the diff (it's showing +100k lines of additions, which is not right) and merge later today then 🙂 |
@ari-becker I merged #72, would you like to try to upgrade to the latest master (4ad5815) before I cut |
@f-f I'm migrating one of our private downstream repos now to If you see it working for your use-cases as well, I think you can go ahead and cut |
I'll mark this closed as |
dhall-kubernetes
at tag v1.0.0 still uses the old Optional literal syntax, which is no longer permitted in Dhall 9.0.0.Can we get a
v1.1.0
tag which replaces the old Optional literal syntax withSome
andNone
so that we can stay up to date?The text was updated successfully, but these errors were encountered: