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

Move Stack classes to wrapper classes to fix non-deterministic build issue #9576

Merged
merged 4 commits into from
Oct 31, 2023

Commits on Oct 30, 2023

  1. Move Stack classes to wrapper classes around the original scala 2.12/…

    …2.13 Stack classes to handle build issues
    
    Signed-off-by: Navin Kumar <[email protected]>
    NVnavkumar committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b851e82 View commit details
    Browse the repository at this point in the history
  2. Make these classes subclass scala.Proxy

    Signed-off-by: Navin Kumar <[email protected]>
    NVnavkumar committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2021216 View commit details
    Browse the repository at this point in the history
  3. Clean this up

    Signed-off-by: Navin Kumar <[email protected]>
    NVnavkumar committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f52da7a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Fix bug in premerge build

    Signed-off-by: Navin Kumar <[email protected]>
    NVnavkumar committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9f12c27 View commit details
    Browse the repository at this point in the history