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

cyclic includes crash genie #22

Open
scottr1634 opened this issue Jan 5, 2022 · 1 comment
Open

cyclic includes crash genie #22

scottr1634 opened this issue Jan 5, 2022 · 1 comment

Comments

@scottr1634
Copy link
Collaborator

scottr1634 commented Jan 5, 2022

Cyclic includes are easy to do by mistake and are helpful in some situations, but they cause genie to crash. Need to track includes in a list and skip over includes we've already performed.

Simple example:
a.cmd includes b.cmd which includes a.cmd

Real world example:
stow.cmd includes unload.cmd for when you try to stow a loaded bow but unload.cmd includes stow.cmd for after you have unloaded to clear hands.

@mj-colonel-panic
Copy link
Member

The fix for this is in the repo and it will be in the next build

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