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

Add support for 'in' clause in require directives #164

Merged
merged 10 commits into from
Sep 30, 2021

Commits on Sep 29, 2021

  1. Duh

    alexarchambault committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    7d9fdea View commit details
    Browse the repository at this point in the history
  2. Take the intersection of platform requirements

    If several platform requirements apply.
    alexarchambault committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    1385864 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Don't use generated sources for commented directives

    When using and require directives are all commented, we can pass the
    original Scala source as is to scalac, no need to replace the directives
    by whitespaces.
    alexarchambault committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    6e83995 View commit details
    Browse the repository at this point in the history
  2. Minor refacto

    alexarchambault committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    168f32f View commit details
    Browse the repository at this point in the history
  3. Dummy refacto

    alexarchambault committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    fe86f69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    894022b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c4e3c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    396cbda View commit details
    Browse the repository at this point in the history
  7. Manage scalafix-related dependencies from deps.sc

    We need to bump semanticdb-plugin ourselves for Scala 2.12.15 in
    particular.
    alexarchambault committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    02927d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d085f9 View commit details
    Browse the repository at this point in the history