gschjetne / json-mop

A metaclass for bridging CLOS and JSON objects
MIT License
61 stars 9 forks source link

Feat: support asdf:test-system #17

Open kilianmh opened 1 year ago

kilianmh commented 1 year ago

Now json-mop can be tested with (asdf:test-system 'json-mop).

kilianmh commented 1 year ago

Should the CI be adjust on this line?

https://github.com/gschjetne/json-mop/blob/4080855ec19318d698a248196ff5e48ac9ff87c8/.github/workflows/CI.yml#L73

And changed to something like:

ros -e "(ql:quickload 'json-mop)" -e "(unless (asdf:test-system 'json-mop) (uiop:quit 1))"