Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
cdced5d
decent improvements
Frotty Sep 24, 2025
1881f29
some more good ones
Frotty Sep 24, 2025
84fb523
restore determinism, fix tests
Frotty Sep 29, 2025
bed57ac
Optimize imports
Frotty Sep 29, 2025
343c032
Update de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/valida…
Frotty Sep 29, 2025
a513c86
Improve SCC processing, run all tests and fix them
Frotty Sep 29, 2025
b96882c
Merge branch 'perf-improvements' of https://github.com/wurstscript/Wu…
Frotty Sep 29, 2025
94c4f32
add RealRealMixed rewrites and tests
Frotty Sep 29, 2025
8c88fa7
Update de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/transl…
Frotty Sep 29, 2025
f1e094a
Update SimpleRewrites.java
Frotty Sep 29, 2025
fb48177
Merge branch 'perf-improvements' of https://github.com/wurstscript/Wu…
Frotty Sep 29, 2025
cc35acf
enable caching per default
Frotty Sep 29, 2025
16ac13c
enable compression for BuildMap command
Frotty Sep 29, 2025
5bf62d7
remove graph test logging and clear subtype cache
Frotty Sep 29, 2025
2d73659
A bunch more fixes. All tests passing
Frotty Oct 1, 2025
7be3107
Update config.yml
Frotty Oct 1, 2025
10aebe0
Update config.yml
Frotty Oct 1, 2025
672c7fd
remove debug prints
Frotty Oct 1, 2025
228f778
Update de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/transl…
Frotty Oct 1, 2025
73925cc
decent state
Frotty Oct 1, 2025
a8bfb86
some more good progress
Frotty Oct 1, 2025
52d96b6
some caching
Frotty Oct 1, 2025
af896df
Update NameLinks.java
Frotty Oct 1, 2025
0f2730b
dont use direct buffers, make test heap settings context aware
Frotty Oct 2, 2025
951d455
fix pipeline, remove parallel streams
Frotty Oct 2, 2025
1212d99
better vscode logging, fix caching
Frotty Oct 2, 2025
571d222
Update WLoggerDefault.java
Frotty Oct 2, 2025
7e0bedc
Update de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/interm…
Frotty Oct 2, 2025
b40dde4
Update de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/transl…
Frotty Oct 2, 2025
7bbf0cc
Update GetCompletions.java
Frotty Oct 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: cimg/openjdk:11.0
- image: cimg/openjdk:25.0

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
java-version: 25
distribution: 'zulu' # Alternative distribution options are available
- name: Cache Gradle packages
uses: actions/cache@v3
Expand Down
104 changes: 0 additions & 104 deletions de.peeeq.wurstscript/META-INF/MANIFEST.MF

This file was deleted.

Loading