Skip to content

Conversation

@bugadani
Copy link
Contributor

@bugadani bugadani added the skip-changelog No changelog modification needed label Sep 17, 2024
@bugadani bugadani force-pushed the x branch 6 times, most recently from 564c0b2 to d9d7b6b Compare September 17, 2024 13:18
@bugadani bugadani marked this pull request as ready for review September 17, 2024 13:18
bail!("Metadata line is missing ':': {}", line);
};

// The trailing ':' on metadata keys is optional :)
Copy link
Contributor

@bjoernQ bjoernQ Sep 19, 2024

Choose a reason for hiding this comment

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

technically a change but given I didn't even know this I guess that is totally fine

chip_features.insert(chip, values.clone());
}
} else {
log::warn!("Unrecognized metadata key '{key}', ignoring");
Copy link
Contributor

Choose a reason for hiding this comment

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

unrelated but we might consider to make this an hard error and panic - took we a while to recognize I was testing with CHIP_FEATURE(esp32s3) 😄

Copy link
Contributor

@bjoernQ bjoernQ left a comment

Choose a reason for hiding this comment

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

Works fine - not sure we should mention this in the README since it's not yet used anywhere (so it's hard to discover)

Copy link
Contributor

@JurajSadel JurajSadel left a comment

Choose a reason for hiding this comment

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

Thanks!

@MabezDev MabezDev added this pull request to the merge queue Sep 23, 2024
Merged via the queue into esp-rs:main with commit d971d65 Sep 23, 2024
@bugadani bugadani deleted the x branch September 23, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog No changelog modification needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants