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

load_dsl load order dependency #105

Open
korzry opened this issue Aug 23, 2016 · 0 comments
Open

load_dsl load order dependency #105

korzry opened this issue Aug 23, 2016 · 0 comments

Comments

@korzry
Copy link

korzry commented Aug 23, 2016

In dsl.rb, the dsl_load method uses a glob to find the dsl files to load. This causes the load order to be somewhat random. If precompiled.rb is loaded after grid_pane.rb, grid_pane's will no longer be added to the parent node when using the dsl syntax. Loading precompiled.rb first before the other core_ext file avoids this problem.

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