Commit Graph

33 Commits

Author SHA1 Message Date
74e4b57093
bump
Some checks failed
tagged-release / Tagged Release (push) Failing after 4m1s
2025-01-24 02:45:55 +02:00
6125772038
add package uploading 2025-01-24 02:45:26 +02:00
eff076f6fe
bump
All checks were successful
tagged-release / Tagged Release (push) Successful in 3m56s
2025-01-22 20:34:46 +02:00
d563fc4919
build: split up into multiple projects, use kotlin DLS
All checks were successful
tagged-release / Tagged Release (push) Successful in 5m23s
2025-01-10 04:14:40 +02:00
9668bccef1
fix: circular dependency on metadata when parsing
All checks were successful
tagged-release / Tagged Release (push) Successful in 2m19s
2025-01-10 00:53:29 +02:00
1d50ff14c5
bump
All checks were successful
tagged-release / Tagged Release (push) Successful in 2m34s
2025-01-10 00:35:04 +02:00
a6c458cb23
rename project from jscript to j2s 2025-01-10 00:34:29 +02:00
07e0d0ba3b
fix script; bump version
Some checks failed
tagged-release / Tagged Release (push) Failing after 3m29s
2025-01-06 14:26:56 +02:00
0de54e5505 Update gradle.properties 2025-01-01 22:19:56 +00:00
29bea68525
feat: add back debugger from old version 2024-12-25 02:55:54 +02:00
marregui
313b20a3b3
Add first test (#23)
* Add the first test and upgrade build.gradle to modern standards

1. gradle wrapper
2. ./gradlew run
3. manifest will look like
    Manifest-Version: 1.0
    Main-Class: me.topchetoeu.jscript.runtime.SimpleRepl
    Build-Timestamp: 2024-09-04T10:44:35.990+0200
    Build-Branch: ma/add-first-tests
    Build-Revision: 412edc0ebc
    Build-Jdk: 21.0.3 (Oracle Corporation 21.0.3+7-LTS-152)
    Build-Author: TopchetoEU
4. build/distributions contains a zip and a jar which contain jscript-0.9.41-beta.jar
5. unnecessary libs have been removed
6. gradle has been updated to 8.10
7. first test has been added

* fix: revert removal of Jabel (for support of Java 11)

---------

Co-authored-by: TopchetoEU <36534413+TopchetoEU@users.noreply.github.com>
2024-09-04 15:29:17 +03:00
e33cdbb172
fix: properties not applied to wrappers without constructor method 2024-04-13 01:03:34 +03:00
fc6ddf7d3c
feat: allow interface proxy wrappers 2024-04-12 16:37:06 +03:00
90d019f92a
bump 2024-04-07 12:33:48 +03:00
5fc5eb08f8
fix: update breakpoints when removing bp 2024-03-30 12:52:44 +02:00
8acbc003c4
fix: properly resolve breakpoints 2024-03-30 12:13:04 +02:00
fda33112a7
fix: load maps when attaching debugger 2024-03-30 11:13:45 +02:00
67b2413d7c
bump2 2024-03-30 10:36:55 +02:00
3a05416510
bump 2024-03-30 10:30:26 +02:00
d8ea6557df
fix: buildline expects tag to start with 'v' 2024-03-09 00:45:00 +02:00
5ba858545a
fix: defer handles of async functions 2024-03-09 00:28:30 +02:00
446ecd8f2b
fix: promise defers callback twice 2024-03-08 17:23:50 +02:00
fbf103439a
bump 2024-03-08 16:55:46 +02:00
b30f94de8f
refactor: move function pushMsg signatures in EventLoop 2024-03-08 16:53:47 +02:00
0fb336373a
fix: make fs calls synchronized 2024-03-06 12:50:57 +02:00
b33325a98d
fix: clear buffer of line writer file 2024-03-05 17:10:06 +02:00
ccf75d6066
fix: don't use Context.NULL in global scope 2024-03-05 16:51:50 +02:00
662dcc1ac1
bump 2024-03-05 16:30:13 +02:00
48bd1e2015
bump 2024-01-12 09:54:32 +02:00
56ae3a85a6
build: improve build scripts 2024-01-12 09:48:20 +02:00
c123427e77
bump 2024-01-11 10:59:07 +02:00
769d6ae8fc
version unbump 2024-01-11 10:55:43 +02:00
46136e77e2
build: improve build scripts 2024-01-11 10:47:41 +02:00