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

Incude: Evaluate Recursive #Includes. #6

Closed
2 tasks done
prods opened this issue Apr 29, 2018 · 1 comment
Closed
2 tasks done

Incude: Evaluate Recursive #Includes. #6

prods opened this issue Apr 29, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request next release This feature or bug fix will be available on the next release.

Comments

@prods
Copy link
Owner

prods commented Apr 29, 2018

Evaluate adding support for included files to include other files... This requires further refactoring and analysis in order to prevent infinite recursion when an included file tries to include a file thar references it or another one higher in the include hierarchy, which may eventually load it again... This should raise a circular reference error.

  • Analyze how to efficiently create the Include hierarchy
  • Review required refactoring
@prods prods self-assigned this Apr 29, 2018
@prods prods added the enhancement New feature or request label Apr 29, 2018
@prods prods added evalute Requires further analysis before design. next release This feature or bug fix will be available on the next release. and removed evalute Requires further analysis before design. labels May 9, 2018
@prods
Copy link
Owner Author

prods commented May 13, 2018

Change was completed and committed to release-1.0.0

@prods prods closed this as completed May 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request next release This feature or bug fix will be available on the next release.
Projects
None yet
Development

No branches or pull requests

1 participant