Skip to content
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

Minimize patches to third party code #3

Open
dgarbuzov opened this issue Sep 14, 2014 · 1 comment
Open

Minimize patches to third party code #3

dgarbuzov opened this issue Sep 14, 2014 · 1 comment

Comments

@dgarbuzov
Copy link
Contributor

Some of the patches (for GraphBasics, compcert) include a large amount of additional code. Keeping it around in a patch file makes it difficult to edit and track versions. We should move as much of it as possible into separate Coq files in the repository.

@jeehoonkang
Copy link
Contributor

I think maybe git-module feature helps in this case. More specifically,

  • Clone the Coq-Equations repository in vellvm organisation.
  • Modify the repo.
  • Make a "soft link" to the cloned Coq-Equations repo by git-module.

More reference at http://git-scm.com/book/en/Git-Tools-Submodules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants