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

Update/expressions dev merge #2328

Commits on Jul 3, 2024

  1. Extract lexer and parser tasks into their own classes

    This makes those tasks compatible with build and configuration cache
    
    Unfortunately two other issues prevent us from using the configuration
     cache, one is the licenser plugin, the other is the access of
      testLibs in the test task configuration
    RedNesto committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d20f5e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    a3c6f09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aa9273 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca003f9 View commit details
    Browse the repository at this point in the history
  4. Disable code instrumentation

    We should not need it anymore now that the last forms are gone
    
    That should shorten the compilation time by a bit!
    RedNesto committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f1a1e0a View commit details
    Browse the repository at this point in the history
  5. Fix build

    It didn't get included in the previous commit
    RedNesto committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    322cf27 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    838067d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f06f60 View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    RedNesto committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f798d6d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    caca374 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    336924b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbbb2a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Merge branch 'refs/heads/dev' into update/llamas-expression-updates

    # Conflicts:
    #	build.gradle.kts
    #	src/main/kotlin/platform/mixin/inspection/injector/InvalidInjectorMethodSignatureInspection.kt
    #	src/main/resources/META-INF/plugin.xml
    #	src/main/resources/messages/MinecraftDevelopment.properties
    LlamaLad7 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    75eec45 View commit details
    Browse the repository at this point in the history