We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just trying to understand what I'm doing wrong with this config file
default: val: 1 tag_set_map: - stap_id: [3, -1] 22NO: val: 2 tag_set_map: - stap_id: 3
This makes sense to me:
config::get(config = "22NO")$val #> 2
But not this:
config::get(config = "22NO")$tag_set_map #> [[1]] #> [[1]]$stap_id #> [1] 3 -1
How come 22NO is not overwriting the default for object list items? Or did I do something wrong? Thanks,
The text was updated successfully, but these errors were encountered:
Looks the same as #42, so no solution than naming the list right?
Sorry, something went wrong.
Yes. Lists will get merged recursively, so naming your list seems like a good workaround.
No branches or pull requests
Just trying to understand what I'm doing wrong with this config file
This makes sense to me:
But not this:
How come 22NO is not overwriting the default for object list items? Or did I do something wrong?
Thanks,
The text was updated successfully, but these errors were encountered: