Skip to content

Commit

Permalink
As18 upgrade (as-pect#327)
Browse files Browse the repository at this point in the history
* Update some defaults, upgrade packages, argumentsLength issue

* fix: asc to v0.18.7; updated GC API to pin/unpin; removed rtrace tests

* snapshots pass, remove literally everything rtrace except for alloc and free counts

* Remove unused imports and exports... disable disabling rtrace

* nortrace flag remove

* remove dts for Rtrace

* Remove reference to sizeof

* remove pretest compilation for rtrace

* remove lots of rtrace things

* remove useless test

* Tests pass. Now to fix code coverage

* skip rtrace functions

* why don't the onfree and onalloc functions work?

* add onyield

* fix: revert ASC_RTRACE rename

* fix: use rtrace's install method to bind methods to imports

* chore: update snapshots

* fix: try moving coveralls action

* Snapshot initialization errors

* swith to console.error

* v6.0.0

Co-authored-by: Willem Wyndham <willem@cs.umd.edu>
  • Loading branch information
jtenner and Willem Wyndham committed Feb 12, 2021
1 parent 4736a6a commit 67fda96
Show file tree
Hide file tree
Showing 42 changed files with 1,341 additions and 29,660 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
run: npm run test:ci
- name: print coverage data
run: cat ./packages/core/coverage/lcov.info
finish:
runs-on: ubuntu-latest
needs: test
steps:
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "5.0.1"
"version": "6.0.0"
}
Loading

0 comments on commit 67fda96

Please sign in to comment.