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

Meta annotation updates #115

Merged
merged 9 commits into from
Sep 11, 2023
Merged

Meta annotation updates #115

merged 9 commits into from
Sep 11, 2023

Commits on Aug 22, 2023

  1. feat: annotate Meta

    sanjayankur31 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    901790c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a40a8a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Merge pull request #113 from LEMS/feat/annotate-meta

    Feat/annotate meta
    pgleeson committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    aa7fb2a View commit details
    Browse the repository at this point in the history
  2. feat(factory-generator): add additional import

    ... otherwise it errors saying that `Record` is ambiguous.
    sanjayankur31 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4d3216a View commit details
    Browse the repository at this point in the history
  3. feat(lems-factory): regenerated

    Command to regenerate:
    
    ```
    $ mvn clean install # if changes made to generator
    $ java -classpath target/jlems-0.10.7.jar org.lemsml.jlems.io.reader.LemsFactoryGenerator.main
    ```
    sanjayankur31 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b60302b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de661bc View commit details
    Browse the repository at this point in the history
  5. feat(lems-classes): remove abstract class

    ... since it cannot be instantiated (java throws error).
    sanjayankur31 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8079267 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e232990 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Merge pull request #114 from LEMS/feat/annotate-meta

    Annotate meta + add it as children of Simulation
    pgleeson committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ef30e87 View commit details
    Browse the repository at this point in the history