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: scijava/scripting-scala
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5f76f85
Choose a base ref
...
head repository: scijava/scripting-scala
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3e38b33
Choose a head ref
  • 20 commits
  • 11 files changed
  • 2 contributors

Commits on Apr 24, 2023

  1. Bump to next development cycle

    Signed-off-by: Curtis Rueden <ctrueden@wisc.edu>
    ctrueden committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    22798b1 View commit details
    Browse the repository at this point in the history
  2. Add JSR-223 declaration

    Closes #1.
    ctrueden committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    80d25ae View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    32d4c5f View commit details
    Browse the repository at this point in the history
  2. Add test for issue #5: "eval should sometimes make an entry in the EN…

    …GINE_SCOPE bindings"
    jpsacha committed May 9, 2023
    Configuration menu
    Copy the full SHA
    33f3b1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac8d086 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Ignore IDEA files

    jpsacha committed May 13, 2023
    Configuration menu
    Copy the full SHA
    2773bce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb277c8 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Configuration menu
    Copy the full SHA
    14c826f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    730a93b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Make possible to bind/transfer multiple AnyRef variables

    AnyRef bound variables maintain reference to transfer variable. Even if they are `val`'s.
    Need to use separate transfer variable for each bound variable.
    
    This implementation is not production ready.
    It never releases transfer variables and limits their number.
    Good enough for scripts that are called only limited times.
    jpsacha committed May 15, 2023
    Configuration menu
    Copy the full SHA
    8fd5964 View commit details
    Browse the repository at this point in the history
  2. Bump pom-scijava to 35.0.0

    jpsacha committed May 15, 2023
    Configuration menu
    Copy the full SHA
    4d3c0bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    183fb44 View commit details
    Browse the repository at this point in the history
  4. Copyright blurbs updated

    jpsacha committed May 15, 2023
    Configuration menu
    Copy the full SHA
    265c42b View commit details
    Browse the repository at this point in the history
  5. Bump to next development cycle

    Signed-off-by: Jarek Sacha <jpsacha@gmail.com>
    jpsacha committed May 15, 2023
    Configuration menu
    Copy the full SHA
    29dd569 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Fixed: Test on Windows fail with: "InvalidPathException: Illegal char…

    … <:> at index 2: /C:/Users/..." #11
    jpsacha committed May 23, 2023
    Configuration menu
    Copy the full SHA
    653b601 View commit details
    Browse the repository at this point in the history
  2. Bump to Scala 3.3.0 LTS #12

    jpsacha committed May 23, 2023
    Configuration menu
    Copy the full SHA
    a5c714e View commit details
    Browse the repository at this point in the history
  3. Bump pom-scijava to 35.1.0

    jpsacha committed May 23, 2023
    Configuration menu
    Copy the full SHA
    80e5a32 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Bump to next development cycle

    Signed-off-by: Jarek Sacha <jpsacha@gmail.com>
    jpsacha committed May 24, 2023
    Configuration menu
    Copy the full SHA
    64681bf View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. POM: tidy up configuration blocks

    And factor out version strings to properties.
    ctrueden committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8c733d7 View commit details
    Browse the repository at this point in the history
  2. Happy New Year 2024

    ctrueden committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3e38b33 View commit details
    Browse the repository at this point in the history
Loading