Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
2ac9c6f to
ee3d2eb
Compare
ee3d2eb to
8530439
Compare
8530439 to
313c84e
Compare
| parse(env) | ||
| } | ||
|
|
||
| // parse parses DEBUGFEATURES environment variable in the form of k1=v1,k2=v2,k3=v3 |
There was a problem hiding this comment.
minor: typo, double parses
There was a problem hiding this comment.
It wasn't a typo. It was the format 'function_name (aka parse)' does (parses) something.
This PR adds debug tools and features that can be enabled via an environment variable
"DEBUGFEATURES=feature_name=value,another_feature=some_value".
Inspired by how GODEBUG works:
https://go.dev/doc/godebug