- Fix wrong package of
with-profile
macro. - Fix invalid ASDF file.
- Add
with-profile
macro.
- Re-implement the logic with CLOS (instead of hash table) and refined generated code.
- Generate variable
*profile*
to store current profile. - Generate function
switch-profile
for switching profile. - Stop generating
active-profile
andprofiles
.
- Stop exporting generated symbols.
- Add support for function invocation when config value is a function.
- Fix bug that tests fail when run for multiple times.
- Automatically export
active-profile
andprofiles
.