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

Follow resource references #14

Open
idstein opened this issue Feb 17, 2016 · 1 comment
Open

Follow resource references #14

idstein opened this issue Feb 17, 2016 · 1 comment

Comments

@idstein
Copy link
Contributor

idstein commented Feb 17, 2016

To follow resources in the entry table, we need to first parse any self-contained entry and then on a second run complete the collected references by pointing to the correct value.

Example:

Drawable references a color
Referenced color references a different color and so forth

@devunwired
Copy link
Owner

I'm going to leave this open, in case I want to revisit the idea of auto-following resource references. For now, I've added a feature in 0.7.0 that will report the referring resid for reference types. This is enough information for the external caller to manually trace references as deep as they choose to go.

I also added an example to the README indicating how one would do it, since I think it will be a common case.

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

2 participants