Run make to update template-coq/gen-src/cRelationClasses.mli.orig - #791
Run make to update template-coq/gen-src/cRelationClasses.mli.orig#791JasonGross wants to merge 1 commit into
make to update template-coq/gen-src/cRelationClasses.mli.orig#791Conversation
|
It looks like the extraction changed somehow? The .orig file doesn't need to be checked in, you're right. |
|
Can we let the I hunted a problem for about an hour the other day where the issue was that extraction changed and the patch silently failed, resulting in a compilation error that I couldn't make sense of |
|
Does changing - patch -N -p0 < extraction.patch
- patch -N -p0 < specFloat.patch
+ patch -N -p0 < extraction.patch || exit $?
+ patch -N -p0 < specFloat.patch || exit $?work? |
|
Is that different to |
I think it's the same |
…cq#791 (comment) Co-authored-by: Jason Gross <jgross@mit.edu>
|
I guess we can just remove the .orig file now |
|
Is this still relevant? |
|
The .orig file still exists, but it seems to no longer be the case that |
Is this change expected? Is this file supposed to be checked in? What's going on here?