Merge branch 'gen_dylib'

This commit is contained in:
2026-02-17 08:59:05 -06:00
23 changed files with 96093 additions and 87168 deletions

View File

@@ -443,9 +443,9 @@ function run_tests(package_name, specific_test) {
var src_path = prefix + '/' + f
var src = text(fd.slurp(src_path))
var ast = analyze(src, src_path)
test_mod_noopt = run_ast_noopt_fn(mod_path + '_noopt', ast, {
test_mod_noopt = run_ast_noopt_fn(mod_path + '_noopt', ast, stone({
use: function(path) { return shop.use(path, use_pkg) }
})
}))
} disruption {
log.console(` DIFF: failed to load noopt module for ${f}`)
}