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

[WIP] Improve and complete Mirror API #105

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

[WIP] Improve and complete Mirror API #105

wants to merge 1 commit into from

Conversation

smarr
Copy link
Owner

@smarr smarr commented Feb 5, 2017

[This is a work-in-progress PR, mostly to have an issue to work on, and to keep notes on some existing patches.]

The Mirror API needs to be made complete and consistent.
Currently it is not even possible to navigate the basic relations in object model, for instance superclass relationships as well as class/metaclass relations.

The attached patch and example program shows how it could be used. But, the current mirror design is not yet good. Method names are ambiguous, sometimes it is unclear on what a mirror works, and generally how they are used to travers an object model.

@smarr smarr added bug Fixes an issue, incorrect implementation enhancement Improves the implementation with something noteworthy help wanted Would be great if you could help out here. labels Feb 5, 2017
@smarr smarr added this to the later milestone Mar 7, 2017
@smarr smarr added this to Open Issues in Completeness Feb 14, 2018
@smarr smarr changed the title Improve and complete Mirror API (work-in-progress) [WIP] Improve and complete Mirror API Mar 13, 2018
@smarr smarr closed this Apr 5, 2018
Completeness automation moved this from Open Issues to Completed Apr 5, 2018
@smarr smarr changed the base branch from master to dev April 5, 2018 19:38
@smarr smarr reopened this Apr 5, 2018
Completeness automation moved this from Completed to Open Issues Apr 5, 2018
Signed-off-by: Stefan Marr <git@stefan-marr.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes an issue, incorrect implementation enhancement Improves the implementation with something noteworthy help wanted Would be great if you could help out here.
Projects
No open projects
Completeness
  
Open Issues
Development

Successfully merging this pull request may close these issues.

None yet

1 participant