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 deprecated stuff #858

Merged
merged 8 commits into from
Apr 5, 2021
Merged

Remove deprecated stuff #858

merged 8 commits into from
Apr 5, 2021

Commits on Apr 4, 2021

  1. Configuration menu
    Copy the full SHA
    91a36a9 View commit details
    Browse the repository at this point in the history
  2. replace SubjectProvider with Expect but do not yet remove

    we cannot yet remove it because we still have addAssertion on Expect
    and if we remove it, would also have one on AssertionContainer. Two
    different definitions which would not work together. This also means:
    - deprecate addAssertion/addAssertionsCreatedBy/createAndAddAssertion
      in Expect, add append... to AssertionContainer
    robstoll committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    144d35c View commit details
    Browse the repository at this point in the history
  3. adjust fixSrc for bc, needs to be per target

    We don't apply the fix if only for the last target in case we already
    have the sources of this target but want to apply the fix to another.
    robstoll committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    c0b3b77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbd58bf View commit details
    Browse the repository at this point in the history
  5. remove non-used properties for RealTranslatorIntSpec

    RealTranslatorIntSpec was renamed to TranslatorIntSpec in a previous
    commit
    robstoll committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    5f32104 View commit details
    Browse the repository at this point in the history
  6. remove FeatureExpectOptions.kt in core, only keep the one in logic

    same same for related function/types
    robstoll committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    f9cca66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8210983 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    180e0cc View commit details
    Browse the repository at this point in the history