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

Associate definitions of accessor generic functions with the corresponding class definitions #177

Open
robert-strandh opened this issue Nov 1, 2020 · 0 comments

Comments

@robert-strandh
Copy link
Owner

The new bootstrapping procedure loads definitions of generic functions and definitions of classes into the same environment, even though the class definitions end up in a different environment from the generic functions. This new organization therefore no longer requires the separation of definitions of accessor generic functions and the class definitions that refer to those accessors.

We should therefore systematically eliminate the separate files that now contain definitions of accessor generic functions, and instead put those definitions in the same file as the associated class definitions.

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

No branches or pull requests

1 participant