Skip to content

ci: fuzz test YAML toolchain future-proof#2112

Merged
apoelstra merged 1 commit intorust-bitcoin:masterfrom
realeinherjar:einherjar/ci-yaml-best-practices
Oct 8, 2023
Merged

ci: fuzz test YAML toolchain future-proof#2112
apoelstra merged 1 commit intorust-bitcoin:masterfrom
realeinherjar:einherjar/ci-yaml-best-practices

Conversation

@realeinherjar
Copy link
Copy Markdown
Contributor

To avoid YAML automatic parsing of inputs as floats, e.g. 1.60 being parsed as 1.6, it is best to future-proof the toolchain input in CI fuzz testing as a string.

To avoid YAML automatic parsing of inputs as floats,
e.g. [`1.60` being parsed as `1.6`](#2109 (comment)),
it is best to future-proof the `toolchain` input in CI fuzz testing
as a string.
Copy link
Copy Markdown
Contributor

@vincenzopalazzo vincenzopalazzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 3e6021b

Why not

Copy link
Copy Markdown
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 3e6021b

Copy link
Copy Markdown
Member

@tcharding tcharding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 3e6021b

@apoelstra apoelstra merged commit 63b98a5 into rust-bitcoin:master Oct 8, 2023
@realeinherjar realeinherjar deleted the einherjar/ci-yaml-best-practices branch October 8, 2023 15:03
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

Successfully merging this pull request may close these issues.

4 participants