-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Content of environment variable set by another ruby library gets lost #405
Comments
This might be fixed by #442 |
I'm really sorry, but I don't have time to dig into code. I can only help with small tasks. I will try to concentrate on documentation and some other more "lightweight" tasks. |
Ok, I'll look into this one then. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. |
This issue has been automatically closed because of inactivity. You can support the Cucumber core team on opencollective. |
This may very well be related to #608. |
Closing for now as no longer reproducible. |
Summary
The [middleman/middleman] project supports "stylus"-templates. This is a javascript library which is bundled into a ruby gem. The gem modifies the content of some nodejs environment variables which are required to be modified so that, "stylus" get be found.
Expected Behavior
The "stylus"-gem should work with aruba.
Current Behavior
The content of the environment variables gets lost because of aruba's isolation mechanism for environment variables.
Possible Solution
Fix the isolation mechanism
Steps to Reproduce (for bugs)
Try to migrate "middleman" to new version of aruba. Some tests will fail. See https://github.com/maxmeyer/middleman/commits/feature/upgrade-aruba-012 for this.
Your Environment
The text was updated successfully, but these errors were encountered: