You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Bash, Fish and probably many other Linux shells don't allow to use . (dot) in an environment variable name. Therefore it is not possible to separate plugin name and property name.
export OVERRIDE_pitest.targetClasses=foo
bash: export: `OVERRIDE_pitest.targetClasses=foo': not a valid identifier
_ (underscore) could be used as an replacement.
The text was updated successfully, but these errors were encountered:
On Fri, Oct 17, 2014 at 3:18 PM, Marcin Zajączkowski < [email protected]> wrote:
Bash, Fish and probably many other Linux shells don't allow to use .
(dot) in an environment variable name. Therefore it is not possible to
separate plugin name and property name.
export OVERRIDE_pitest.targetClasses=foo
bash: export: `OVERRIDE_pitest.targetClasses=foo': not a valid identifier
`_" (underscore) could be used as an replacement.
—
Reply to this email directly or view it on GitHub #6.
@bmuschko I can add it to my open source project's contribution TODO list, but it is already very long and it would not have a high priority as I don't use mentioned feature. I just spotted it when I tested parameter quoting for #3.
We are doing some housecleaning and we consider this plugin "feature complete". Since this is an enhancement, we will accept PR's but won't be able to prioritize this enhancement. Otherwise we will close this issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bash, Fish and probably many other Linux shells don't allow to use
.
(dot) in an environment variable name. Therefore it is not possible to separate plugin name and property name._
(underscore) could be used as an replacement.The text was updated successfully, but these errors were encountered: