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

psp Integration candidate: 2021-09-07 #307

Merged
merged 5 commits into from
Sep 10, 2021
Merged

Commits on Sep 3, 2021

  1. Fix #303, check that module type is not invalid

    Rather than only calling "Init" on a "SIMPLE" module type, just
    check that it is not invalid instead.  Even extension types
    still have an Init routine that needs to be called.
    jphickey committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    82f5339 View commit details
    Browse the repository at this point in the history
  2. Fix #305, do not override add_psp_module for coverage test

    Implements a differently-named function instead, which does mostly the same thing,
    but does not directly re-add the original subdirectory.  This does repeat some
    info (e.g. the list of FSW source files) that was not repeated otherwise, but
    it works in general.
    jphickey committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    3d2624b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Merge pull request #304 from jphickey/fix-303-moduletype-check

    Fix #303, check that module type is not invalid
    astrogeco committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    ff63abc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #306 from jphickey/fix-305-pspmod-covtest

    Fix #305, do not override add_psp_module for coverage test
    astrogeco committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    b07dab3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

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