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

Remove usage of COM/process based ISP wrapper #49

Merged
merged 7 commits into from
Aug 29, 2022
Merged

Remove usage of COM/process based ISP wrapper #49

merged 7 commits into from
Aug 29, 2022

Commits on Aug 29, 2022

  1. Remove usage of COM/process based ISP wrapper

    This was causing a hang on run when requesting
    the component model.
    kzu committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    40dcaaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3f43e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    165d831 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bad254d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    115bc30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d713fcb View commit details
    Browse the repository at this point in the history
  7. Move format to last since it takes time

    We want to fail ultimately, but this makes it possible to have a format error and still ensure build/test/pack/push work, even test the produced package via the CI feed, and leave the format fixing for later, instead of it blocking any progress up front.
    kzu committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    a52bca0 View commit details
    Browse the repository at this point in the history