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

added rakefile check for ENV['ARRAY_CYCLES_DISABLE'] (this can now live ... #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SimianLogic
Copy link

...in source)

Hey guys,

I have two live games using RM now -- one using the cycle detector with no problems and one that hangs without ARR_CYCLES_DISABLE=1 specified at rake time. As I'm doing updates for the two projects, it's starting to be a headache to remember which one I use it on and which one I disable it on. I poked through the source and it seems pretty trivial to just add it as a config variable in the Rakefile for the project.

Now it can live in source and give me piece of mind!

I only implemented my actual use case, but it would be trivial to change it so that it actually replaces the setenv call with the value specified by the @environment_variables hash... let me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant