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

_semi_compile raises Exception if bad state #715

Merged
merged 2 commits into from Sep 15, 2020
Merged

Conversation

ramcdougal
Copy link
Member

It should be impossible to ever reach the end of _semi_compile, however it was possible in older versions if there was an issue in model specification, so this explicitly catches any potential future issues at the _semi_compile stage. (Either way, the user eventually gets an exception but this is closer to the problematic point.)

It should be impossible to ever reach the end of `_semi_compile`, however it was possible in older versions if there was an issue in model specification, so this explicitly catches any potential future issues at the `_semi_compile` stage. (Either way, the user eventually gets an exception but this is closer to the problematic point.)
@ramcdougal ramcdougal merged commit a42fae5 into master Sep 15, 2020
@ramcdougal ramcdougal deleted the ramcdougal-patch-1 branch September 15, 2020 16:55
nrnhines pushed a commit that referenced this pull request Dec 9, 2020
It should be impossible to ever reach the end of `_semi_compile`, however it was possible in older versions if there was an issue in model specification, so this explicitly catches any potential future issues at the `_semi_compile` stage. (Either way, the user eventually gets an exception but this is closer to the problematic point.)
nrnhines pushed a commit that referenced this pull request Dec 10, 2020
It should be impossible to ever reach the end of `_semi_compile`, however it was possible in older versions if there was an issue in model specification, so this explicitly catches any potential future issues at the `_semi_compile` stage. (Either way, the user eventually gets an exception but this is closer to the problematic point.)
olupton added a commit that referenced this pull request Dec 7, 2022
* Previously then when NMODL is built as a submodule of CoreNEURON the
   GitRevision.cmake helper from CoreNEURON was included. This makes things
   more explicit.
* Also print summary at the end of CMake execution for all build system
  generators, not just Unix Makefiles.
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

Successfully merging this pull request may close these issues.

None yet

1 participant