forked from armedbear/abcl
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: alejandrozf/abcl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: armedbear/abcl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 9 files changed
- 4 contributors
Commits on Nov 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b93345e - Browse repository at this point
Copy the full SHA b93345eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa16611 - Browse repository at this point
Copy the full SHA aa16611View commit details
Commits on Nov 5, 2025
-
Properly declare global-scope script context bindings as special.
With the declaration in the inner engine-scope `let`, _references to_ the bindings for global-scope vars are declared to be special, but the bindings themselves aren't; the global vars are bound lexically, which causes two problems: 1. the vars are unbound in the script, and can't be accessed; and 2. the put-bindings jcall at the end of script execution fails because the variable is unbound. The latter occurs because the only binding of that variable is lexical, but the special-var declaration in the inner `let` has declared that all references to that var are to a dynamic binding, not a lexical binding. There is no dynamic binding, so the var is unbound and passing it as an arg signals an unbound-var error. Solve both problems by declaring the global-scope vars as special in the `let` that creates the bindings, like we do for engine-scope vars.
Configuration menu - View commit details
-
Copy full SHA for 78e6516 - Browse repository at this point
Copy the full SHA 78e6516View commit details -
ci: update install-openjdk for openjdk25
Update ci infrastructure under github runner to use latest (Fall 2026) LTS releases from Adoptium, removing openjdk23.
Configuration menu - View commit details
-
Copy full SHA for f0d2aa2 - Browse repository at this point
Copy the full SHA f0d2aa2View commit details -
build/ci: add configuration for openjdk25
The Ant `abcl.configure` target will now configure defaults for building with openjdk25 locally. Widen configured JVM `--add-opens` clauses for native libraries; still reported problems on openjdk25 classes in the 'app' namespace.
Configuration menu - View commit details
-
Copy full SHA for a82ee00 - Browse repository at this point
Copy the full SHA a82ee00View commit details
Commits on Nov 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 495556b - Browse repository at this point
Copy the full SHA 495556bView commit details -
Improve runnabilty in more places and readibility of progress. The 'ansi-test' repository doesn't see a lot of updates, but using the latest published 'master' branch will enable more rapid debugging: just beware in comparing test results of CI runners that the version of the ANSI-TEST suite be used may change without warning. In that case, we can repin things. -- mgmt.
Configuration menu - View commit details
-
Copy full SHA for f67aef4 - Browse repository at this point
Copy the full SHA f67aef4View commit details
Commits on Nov 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c899fdf - Browse repository at this point
Copy the full SHA c899fdfView commit details
Commits on Dec 22, 2025
-
Target openjdk8 for tests.
Configuration menu - View commit details
-
Copy full SHA for a73fdaa - Browse repository at this point
Copy the full SHA a73fdaaView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master