Skip to content
Success

#13 (Dec 14, 2025, 6:53:48 AM)

Started 1 day 9 hr ago
Took 13 min
Build Artifacts
commandhelper-3.3.5-SNAPSHOT-full.jar28.14 MiB view
commandhelper-3.3.5-SNAPSHOT.jar9.27 MiB view
commandhelper-3.3.5-SNAPSHOT.pom32.49 KiB view
Tests (no failures)
    Changes
    1. Add __cast__ function and syntax (commit: 19d690c) (details)
    2. Warn on casts to same type + Error on impossible casts (commit: e2698cc) (details)
    3. Optimize __cast__() (commit: c530cec) (details)
    4. Fix unknown Target for sugared __cast__() syntax (commit: 99f21b3) (details)
    5. Clone IVariables in IVariableList clone (commit: 541100b) (details)
    6. Optimize assign() to __unsafe_assign__ () (commit: 8a3b73d) (details)
    7. Reduce assign() runtime actions (commit: e017fc2) (details)
    8. Fix compile error on post-assign non-cast parenthesis (commit: bd0a1fe) (details)
    9. Add soft cast syntax compile test (commit: 4ddda9e) (details)
    10. Add cast to operators table in documentation (commit: 8ee2774) (details)
    11. Rewrite proc parameter execution (commit: 4f3dbd9) (details)
    12. Fix syntax mistake in SignatureBuilder.varParam() docs (commit: c4bc341) (details)
    13. Fix missing default value in untyped parameter declarations (commit: 9ecb896) (details)
    14. Fix core errors in throw(type, string) with invalid type (commit: c6af4a4) (details)
    15. Fix forward declaration procedure parsing (commit: 507e0f0) (details)
    16. Fix checking functions too early during compile (commit: 983b153) (details)
    17. Add salmon type to entity_spec (commit: 5004975) (details)
    18. Add arrow particle color to entity_spec (commit: 96e367e) (details)