Skip to content

Conversation

thenewwazoo
Copy link

This change renames the name member of the Task struct to bin-crate in order to make it more clear to new users that the value refers to an actual crate, and is not the name of the task (which is the key in the map).

(This is admittedly a very silly PR fixing an issue dating back to 2021 but it did actually trip me up.)

Fixes #196

This change renames the `name` member of the `Task` struct to
`bin-crate` in order to make it more clear to new users that the value
refers to an actual crate, and is not the name of the task (which is the
key in the map).

Fixes oxidecomputer#196
thenewwazoo added a commit to thenewwazoo/humility that referenced this pull request Aug 14, 2025
Per [the corresponding hubris PR], update all the test data to similarly
replace `task.$name.name` with `task.$name.bin-crate`.

[the corresponding hubris PR]: oxidecomputer/hubris#2195
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.

Change name of task's "name" attribute in app.toml to something less confusing
1 participant