hankhero / cl-json

Json encoder and decoder for Common-Lisp
Other
75 stars 39 forks source link

Suggestion for reorganization #9

Open rpgoldman opened 9 years ago

rpgoldman commented 9 years ago

We could simplify things a bit by making the test system be now "cl-json/test" instead of ".test". The new "slashy" package names in ASDF would mean that ASDF would know to find that system definition in "cl-json.asd", instead of the user having to make sure it happens. E.g., one could simply say

(asdf:load-system "cl-json/test")

and ASDF would find the system, instead of having to remember to LOAD-SYSTEM "cl-json" first.

I'd be willing to do the reorg, and submit a pull request, but wanted to check and see if it would be OK before proceeding.

hankhero commented 9 years ago

Yes sure, it sounds like a good idea.