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

Feat/99 treat all normal - test in experimental branch #101

Merged
merged 4 commits into from
May 26, 2023

Commits on May 3, 2023

  1. Merge pull request #95 from NeuroML/experimental

    Stick to win 2019 for testing
    pgleeson committed May 3, 2023
    Configuration menu
    Copy the full SHA
    cac1129 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    766d52d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. feat(json-serializer): do not treat all as a special segment group

    We treat it like any other group to populate a section list.
    Instead, we create a `nrn_all` reserved section list that contains
    all sections in it. If a user creates a `nrn_all` segment group in their
    NeuroML representation, we throw an exception and ask them to use a
    different name.
    
    Fixes #99
    sanjayankur31 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    527c1f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a36b63 View commit details
    Browse the repository at this point in the history