-
Notifications
You must be signed in to change notification settings - Fork 52
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
rename 'portable' to 'pickable' #1706
Conversation
When we merge this we should also remember to regenerate affected wiki cheat sheets. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that we are doing #845 now too. 😄 I'm fine with that. Though I did notice a few things that need cleaning up. I didn't look at absolutely every single change so we should try searching for additional instances of the things I pointed out.
data/scenarios/Testing/1575-structure-recognizer/1575-ensure-disjoint.yaml
Outdated
Show resolved
Hide resolved
data/scenarios/Testing/1575-structure-recognizer/1575-ensure-disjoint.yaml
Outdated
Show resolved
Hide resolved
data/scenarios/Testing/1575-structure-recognizer/1575-ensure-single-recognition.yaml
Outdated
Show resolved
Hide resolved
data/scenarios/Testing/1575-structure-recognizer/1575-ensure-single-recognition.yaml
Outdated
Show resolved
Hide resolved
Towards #845 This is to avoid the undesirable transformation by `yq` of whitespace-preserving string fields into quoted one-line strings, described in #1706 (comment). Command: find data/scenarios -type f -name '*.yaml' -print0 | xargs -0 --max-args 1 sed -i -e 's/[[:blank:]]\+$//'
YAML syntax in this file was actually fixed in #1672, which is not yet merged. Cherry-pick that fix as well as enhancements to the scenario. Towards #845. Aside from fixing the syntax for #1706 (comment), this provides a good "before" example to showcase the fix in #1672. scripts/run-tests.sh --test-arguments '--pattern "1034-custom-attributes"' and scripts/play.sh -i data/scenarios/Testing/1034-custom-attributes.yaml --autoplay --speed 1 ![Screenshot from 2024-01-04 16-46-53](https://github.com/swarm-game/swarm/assets/261693/5e5a4435-1a36-4f59-bd6f-639c065baf2d)
e0b4f54
to
4f8516f
Compare
4f8516f
to
a842cda
Compare
5b1c3b1
to
7f2be5b
Compare
a842cda
to
273cab1
Compare
273cab1
to
c0f604a
Compare
Closes #1695.
Updating occurrences was pretty easy:
and