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

Improve interface by removing order requirements #3

Open
frioux opened this issue Aug 18, 2015 · 2 comments
Open

Improve interface by removing order requirements #3

frioux opened this issue Aug 18, 2015 · 2 comments

Comments

@frioux
Copy link
Owner

frioux commented Aug 18, 2015

The goal here is to allow the component to be loaded before table is defined, instead of requiring that it be defined after like it is now.

see https://gist.github.com/frioux/5872e4d78b17cee4b514

@frioux
Copy link
Owner Author

frioux commented Aug 22, 2015

This sadly wasn't as trivial as I expected. I think it's related to the weird stuff that I've never quite grokked in DBIC how result classes sorta "seal" at some point and no longer work the way they do from within the actual package.

@ribasushi - if you get a chance, run the leverage-end-of-scope branch and see tests fail. Note that if you merely comment out the end_of_scope { and related } tests all pass.

@ribasushi
Copy link

@frioux Haven't had a chance to look at this yet. Please bug me again mid next week.

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