ITADN

Cut a release?

#931ClosedChALkeR 创建于 2026-02-05
C
ChALkeRcommented
The last available release with binaries is [0.3.0](https://github.com/trynova/nova/releases/tag/0.3.0) I tried adding that as a test backend to a small test runner to compare how that performs out of interest, but stumbled on some compatibility issues running the deps Looking at the repo though, some seem to be already fixed since the last release: 1. #623 / #902 2. #826 There is also this common pattern used e.g. in https://npmjs.com/package/assert which Nova 0.3.0 fails on, not sure how it performs in main ```js function main() { "use strict" function foo() { foo = function () { return 0 }; return 1 } print(foo()) } main() ``` But anyway, a new release would be nice to test
关闭于 2026-02-05 2 条评论