v/.github
Uwe Krüger 3220ab7053
Boehm-GC: fix global `const` handling (#9477)
* define global `__v_inside_init`

* unset `__v_inside_init` after `_vinit()`

* define `C.GC_MALLOC_UNCOLLECTABLE()`

* allocate uncollectable memory during `_vinit()`

* ci: run test cases with V copiler that uses GC-Boehm itself

* wrap `__v_inside_init` access into `#ifdef _VGCBOEHM`
2021-03-26 16:44:45 +02:00
..
ISSUE_TEMPLATE github: fixed typo in .github/ISSUE_TEMPLATE/bug_report.md (#9122) 2021-03-05 07:54:35 +02:00
workflows Boehm-GC: fix global `const` handling (#9477) 2021-03-26 16:44:45 +02:00
FUNDING.yml ast: ParExpr, OrExpr, IfGuardExpr; ForInStmt fix; remove all cap vars 2020-02-28 15:36:41 +01:00
PULL_REQUEST_TEMPLATE tests: add `v test-all`, move `v test-fixed` to `v test-compiler-full` 2021-01-17 16:11:10 +02:00