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

Implement multi-session support for Holmake etc #164

Open
mn200 opened this issue Apr 24, 2014 · 0 comments
Open

Implement multi-session support for Holmake etc #164

mn200 opened this issue Apr 24, 2014 · 0 comments

Comments

@mn200
Copy link
Member

mn200 commented Apr 24, 2014

We should gain a deal of build-time efficiency by having multiple theories built within the one Poly/ML session. It's even possible that

val _ = export_theory()  (* end of theory 1 *)
val _ = new_theory "theory2"

currently does something reasonable. There would probably need to be special syntax to suggest to Holmake that such a linear sequence of calls would work. I'm very confident though that it would be a great deal of work to get builds that weren't linear descents through the hierarchy to work.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

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

No branches or pull requests

2 participants