-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
future improvementIssues that have a work around right now, but can be better solved in the futureIssues that have a work around right now, but can be better solved in the future
Description
SPI currently calls getenv() repeatedly during instrumentation instead of storing variables at start.
Additionally, getenv("X") should be replaced with getenv_bool("X"), defined as not (undefined v || v is "" || v is "0" || v is "false"). This checks for environment variable values instead of just definition, making configuration more user-friendly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
future improvementIssues that have a work around right now, but can be better solved in the futureIssues that have a work around right now, but can be better solved in the future