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

Fix/changing options from sources should not require reload #3112

Commits on Aug 17, 2024

  1. Test dependencies being removed from classpath after changing the dir…

    …ectives in sources and compiling
    MaciejG604 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    c7e7af0 View commit details
    Browse the repository at this point in the history
  2. Pass only options from cli as initial reloadable bsp options. Those a…

    …re later embedded in every call to compile or build in BspImpl.run() -> newBloopSession().
    MaciejG604 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0622482 View commit details
    Browse the repository at this point in the history
  3. Fix test conditions

    MaciejG604 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    754cc83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85d6171 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Apply scalafix

    MaciejG604 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a88d207 View commit details
    Browse the repository at this point in the history
  2. Review fix

    MaciejG604 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3a027f0 View commit details
    Browse the repository at this point in the history