-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use patches for revisions #42
Comments
In the meantime, one can use this script I put together to review the Consensus update on https://github.com/input-output-hk/cardano-haskell-packages/pull/180 It should be easy to use:
Have in mind it just worked for what I needed it to work, it might fail in other esoteric cases! |
I tried to draft an implementation here #51 feel free to comment it :) |
yvan-sraka
added a commit
to yvan-sraka/foliage
that referenced
this issue
Apr 25, 2023
Co-authored-by: Michael Peyton Jones <[email protected]>
yvan-sraka
added a commit
to yvan-sraka/foliage
that referenced
this issue
May 5, 2023
Co-authored-by: Michael Peyton Jones <[email protected]>
yvan-sraka
added a commit
to yvan-sraka/foliage
that referenced
this issue
May 5, 2023
Co-authored-by: Michael Peyton Jones <[email protected]>
yvan-sraka
added a commit
to yvan-sraka/foliage
that referenced
this issue
May 23, 2023
Co-authored-by: Michael Peyton Jones <[email protected]>
yvan-sraka
added a commit
to yvan-sraka/foliage
that referenced
this issue
May 23, 2023
Co-authored-by: Michael Peyton Jones <[email protected]>
yvan-sraka
added a commit
to yvan-sraka/foliage
that referenced
this issue
May 23, 2023
Co-authored-by: Michael Peyton Jones <[email protected]>
yvan-sraka
added a commit
to yvan-sraka/foliage
that referenced
this issue
May 23, 2023
Co-authored-by: Michael Peyton Jones <[email protected]>
yvan-sraka
added a commit
to yvan-sraka/foliage
that referenced
this issue
Sep 5, 2023
Co-authored-by: Michael Peyton Jones <[email protected]>
yvan-sraka
added a commit
to yvan-sraka/foliage
that referenced
this issue
Sep 22, 2023
Co-authored-by: Michael Peyton Jones <[email protected]>
andreabedini
pushed a commit
to yvan-sraka/foliage
that referenced
this issue
Apr 11, 2024
Co-authored-by: Michael Peyton Jones <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment revisions are done by providing the whole new cabal file. This is annoying to do, and hard to review. An alternative would be to define revisions as patches.
For applying patches I think we could either shell out to
patch
, or maybe there's a library on Hackage that replicates its functionality?The text was updated successfully, but these errors were encountered: