Skip to content
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

RC_PARAMS environment is not parsed as described in the docs (Windows) #321

Open
vasil-pashov opened this issue Dec 30, 2023 · 0 comments
Open

Comments

@vasil-pashov
Copy link

vasil-pashov commented Dec 30, 2023

According to doc/configuration.md (commit sha c5b0a27)

The configuration string has the format <key1>=<value1> <key2>=<value2> ...

However, when I set RC_PARAMS to seed=1234 and put a breakpoint in MapParser.cpp I found out that the config map has one string key seed=1234 which is empty. If I set RC_PARAMS to be seed = 1234 parses the key/value pair properly. I see two options:

a) Fix the docs and point out that the spaces around = are important
b) Fix the code

I'm happy to open a PR with either of the two changes.

@vasil-pashov vasil-pashov changed the title RC_PARAMS environment is not parsed as described in the docs RC_PARAMS environment is not parsed as described in the docs (Windows) Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant