Commit Graph

1745 Commits

Author SHA1 Message Date
ValK c08befd0c0
Merge pull request #71 from ValKmjolnir/develop
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled Details
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled Details
🐛 fix memory leak
2025-06-05 20:12:20 +08:00
ValKmjolnir e35410c6de 🐛 fix memory leak
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled Details
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled Details
2025-06-05 20:09:37 +08:00
ValK 9f4e33f23d
Merge pull request #70 from ValKmjolnir/develop
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled Details
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled Details
🎨 improve format
2025-06-02 13:46:04 +08:00
ValKmjolnir af3d93ab64 🎨 format
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled Details
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled Details
2025-06-02 13:43:00 +08:00
ValKmjolnir 2cc5bb8625 🎨 format 2025-06-02 13:27:04 +08:00
ValKmjolnir 240095ab37 📝 loadg also can show variable name
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled Details
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled Details
2025-03-17 20:31:48 +08:00
ValK 12afc5422d
Merge pull request #68 from ValKmjolnir/develop
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled Details
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled Details
Nightly Build / mac-aarch64-build (push) Has been cancelled Details
Nightly Build / linux-x86_64-build (push) Has been cancelled Details
 use incremental garbage collector
2025-03-17 01:41:17 +08:00
ValKmjolnir 906f337f1a 🔥 fuck mac
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled Details
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled Details
2025-03-16 02:21:47 +08:00
ValKmjolnir e724aa6ef2 📝 fuck mac 2025-03-16 02:19:17 +08:00
ValKmjolnir dd9d5baf22 🎨 mcallg also 2025-03-15 18:39:19 +08:00
ValKmjolnir b5f02de883 🎨 opcode dump can get global variable name 2025-03-15 18:17:35 +08:00
ValKmjolnir 10d2965197 🎨 improve codes 2025-03-15 17:58:13 +08:00
ValKmjolnir ac8e5c6361 optimize incremental gc 2025-03-15 17:36:07 +08:00
ValKmjolnir a83978c553 📝 add comments
Nasal Interpreter Test / mac-aarch64 (push) Waiting to run Details
Nasal Interpreter Test / linux-x86_64 (push) Waiting to run Details
2025-03-15 02:14:44 +08:00
ValKmjolnir a85a4e37c1 replace concurrent sweep with incremental sweep 2025-03-15 01:12:23 +08:00
ValKmjolnir bde152b6e9 optimize
Nasal Interpreter Test / linux-x86_64 (push) Failing after 19s Details
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled Details
2025-03-13 20:28:21 +08:00
ValKmjolnir 705df8dc1d add concurrent sweep
Nasal Interpreter Test / mac-aarch64 (push) Waiting to run Details
Nasal Interpreter Test / linux-x86_64 (push) Failing after 18s Details
2025-03-13 00:10:31 +08:00
ValKmjolnir eeb126ab65 🐛 fix global/local debug index 2025-03-12 21:37:29 +08:00
ValKmjolnir a7a2a0a369 📝 fix typo
Nasal Interpreter Test / linux-x86_64 (push) Failing after 14s Details
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled Details
2025-03-08 01:45:54 +08:00
ValKmjolnir 065f6ae162 🎨 open return nil if fails 2025-02-15 14:24:08 +08:00
ValK 9ea97c5608
Merge pull request #67 from ValKmjolnir/develop
🐛 if io.stat fails, return nil
2025-02-12 19:27:24 +08:00
ValKmjolnir b177a58662 🐛 if stat fails, return nil 2025-02-12 19:13:30 +08:00
ValK a25f309063
Merge pull request #66 from sidi762/master
Web: improve error handling
2025-02-11 14:14:19 +08:00
LIANG Sidi 8b8b8aef52
Merge branch 'ValKmjolnir:master' into master 2025-02-11 14:07:31 +08:00
Sidi Liang 998fd08353
Web: Improve error handling 2025-02-11 13:57:52 +08:00
ValK 3fd21a62ef
Merge pull request #65 from ValKmjolnir/develop
🐛 exec_check also needs CHECK_INTERRUPT
2025-02-06 00:48:39 +08:00
ValKmjolnir 04e30b9c7f 🎨 add memory usage calc 2025-02-05 19:43:02 +08:00
ValKmjolnir 09cd3027e9 🐛 exec_check also needs CHECK_INTERRUPT 2025-02-05 17:56:57 +08:00
ValK e405c3e6d4
Merge pull request #64 from sidi762/master
Web: fixed timeout not working
2025-02-05 17:48:52 +08:00
Sidi Liang 0077d21330
VM: Fixed compiling error in linux 2025-02-05 15:12:42 +08:00
Sidi Liang b09e5bb8ad
VM: Added a comment back that was accidentally removed in the last commit 2025-02-05 15:09:25 +08:00
Sidi Liang 3ff885abe3
VM: fixed an error introduced in the last merging 2025-02-05 14:58:54 +08:00
LIANG Sidi 0c54f216fc
Merge branch 'master' into master 2025-02-05 14:49:56 +08:00
Sidi Liang b449dcf655
Web: force gc in server.js 2025-02-05 14:46:31 +08:00
Sidi Liang 699c5f7af4
Web: Fix timeout 2025-02-05 14:46:07 +08:00
ValK 749f1ada67
Merge pull request #62 from ValKmjolnir/develop
🐛 fix formated output
2025-01-31 15:37:10 +08:00
ValKmjolnir 3752bd8c07 🐛 fix formated output 2025-01-13 22:35:56 +08:00
ValK 8435ac5b63
Merge pull request #61 from ValKmjolnir/develop
🐛 fix package error
2025-01-11 21:32:42 +08:00
ValKmjolnir 644fbd8647 🐛 fix package error 2025-01-11 21:29:55 +08:00
ValK fc2bb809aa
Merge pull request #60 from ValKmjolnir/develop
 create a demo formater
2025-01-11 21:26:00 +08:00
ValKmjolnir 89826da791 📝 adjust package script 2025-01-11 21:20:44 +08:00
ValKmjolnir c6840da201 📝 adjust CI 2025-01-11 21:18:38 +08:00
ValKmjolnir 247172a9f2 📝 update minor version 2025-01-11 21:11:55 +08:00
ValKmjolnir 277ddb9c0f add demo format executable 2025-01-11 21:06:57 +08:00
ValKmjolnir c228dcc149 📝 change makefile 2025-01-11 17:51:34 +08:00
ValKmjolnir dadc0afa35 🐛 fix build failure 2025-01-03 01:07:46 +08:00
ValKmjolnir 77ec4b0d7c 🐛 add dylib find rule on mac 2025-01-03 01:03:13 +08:00
ValKmjolnir 030a3ad920 📝 remove -fPIC if using MSVC 2025-01-01 18:35:57 +08:00
ValKmjolnir 04097341ac 🎨 dump gc time occupation 2025-01-01 18:28:58 +08:00
ValKmjolnir fd93fbafdf 🎨 formating console3D test 2025-01-01 16:56:11 +08:00