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

Stabler names for anonymous classes #42

Closed
cgrand opened this issue Apr 25, 2022 · 1 comment
Closed

Stabler names for anonymous classes #42

cgrand opened this issue Apr 25, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@cgrand
Copy link
Contributor

cgrand commented Apr 25, 2022

Anonymous classes have too random names and this hinders hot-reloading.

Proposal: create name from parent name (which we doesn't pass at the moment) + parent (extends) class + hash of mixins and ifaces + serial in case of conflict.

@MarcWeber
Copy link

deftype example ? See #107

@cgrand cgrand closed this as completed in ea7fbbb Jul 12, 2022
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

2 participants