Update process.info environ to return a Dictionary#1549
Conversation
Modified `eldritch-libprocess` `process.info` to return the environment variables as a Dictionary instead of a comma-separated String. This allows easier access to specific environment variables. Updated the user guide documentation to reflect this change.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Summary
Previous Results
Insights
Slowest Tests
🎉 No failed tests in this run. | 🍂 No flaky tests in this run. Github Test Reporter by CTRF 💚 🔄 This comment has been updated |
nullmonk
left a comment
There was a problem hiding this comment.
You should have it update the tome that looks at the environ
nullmonk
left a comment
There was a problem hiding this comment.
Update tomes using environ
Modified `eldritch-libprocess` `process.info` to return environment variables as a Dictionary instead of a comma-separated String. Updated `tavern/tomes/process_info/main.eldritch` to handle the new Dictionary format. Updated `docs/_docs/user-guide/eldritch.md` to reflect the API change.
Updated
process.infoineldritch-libprocessto return theenvironfield as aDictionary(map of environment variables) instead of aString.This improves usability by allowing direct access to environment variables like
proc["environ"]["PATH"].Also updated
docs/_docs/user-guide/eldritch.mdto reflect the API change.PR created automatically by Jules for task 16792017030486866999 started by @KCarretto