Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Enerccio/SLT
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop-0.5.2
Choose a base ref
...
head repository: Enerccio/SLT
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 30 files changed
  • 5 contributors

Commits on May 28, 2023

  1. fix setting of * (most recent primary value) in repl

    Previously the following would cause a bug:
    
    ```
    > (make-package :horse)
    > (in-package :horse)
    > (cl::use-package "CL")
    ```
    
    This was because `setf` and `*` were not in the `:horse` package.
    cbaggers committed May 28, 2023
    Configuration menu
    Copy the full SHA
    f85c4ea View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Bump com.google.guava:guava from 31.1-jre to 32.1.0-jre

    Bumps [com.google.guava:guava](https://github.com/google/guava) from 31.1-jre to 32.1.0-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.guava:guava
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    fcd4888 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Merge pull request #83 from cbaggers/master

    fix setting of '*' in repl
    Enerccio authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0e5afbe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #91 from Enerccio/dependabot/gradle/master/com.goo…

    …gle.guava-guava-32.1.0-jre
    
    Bump com.google.guava:guava from 31.1-jre to 32.1.0-jre
    Enerccio authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    802c65d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/stable'

    # Conflicts:
    #	build.gradle.kts
    Peter Vanusanik committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    68bfede View commit details
    Browse the repository at this point in the history
  4. plugin version

    Peter Vanusanik committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    72e553e View commit details
    Browse the repository at this point in the history
  5. missing files + regeneration of grammar

    Peter Vanusanik committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    d5b03eb View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. update to new version

    Peter Vanusanik committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    02e75b4 View commit details
    Browse the repository at this point in the history
  2. update to new version

    Peter Vanusanik committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    177139b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. migrate to IntelliJ Platform Gradle Plugin 2.x and update build for c…

    …ompatibility with IntelliJ IDEA 2025.1
    itworks99 committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    03e7081 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #105 from itworks99/master

    migrate to IntelliJ Platform Gradle Plugin 2.x and update build for c…
    Enerccio authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    0ad86cc View commit details
    Browse the repository at this point in the history
  3. update to new version

    pvan committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    8a6d51a View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master' into develop-0.5.4

    # Conflicts:
    #	CHANGELOG.md
    #	build.gradle.kts
    pvan committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    fa05ae0 View commit details
    Browse the repository at this point in the history
  5. update to new version

    pvan committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    900a24f View commit details
    Browse the repository at this point in the history
  6. buildscript

    Peter Vanusanik committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    68fe124 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. fixing internal api usage

    Peter Vanusanik committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    5f5948a View commit details
    Browse the repository at this point in the history
  2. fixing internal api usage

    Peter Vanusanik committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    71d74b2 View commit details
    Browse the repository at this point in the history
Loading