Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

canvas.lisp should be loaded into different package #96

Closed
VitoVan opened this issue Mar 1, 2023 · 1 comment
Closed

canvas.lisp should be loaded into different package #96

VitoVan opened this issue Mar 1, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@VitoVan
Copy link
Owner

VitoVan commented Mar 1, 2023

instead of the current:

(in-package #:calm)

It should be something like:

(in-package #:calm-user)

User code should be at user-space level, this also could avoid the WARNINGs about redefining functions.

@VitoVan VitoVan added the enhancement New feature or request label Mar 1, 2023
@VitoVan
Copy link
Owner Author

VitoVan commented Jun 19, 2023

Yes, but: this would introduce more concepts, abandon this feature for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant