Skip to content
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

feat: support for LFS 0.7F #170

Merged
merged 1 commit into from
Jul 29, 2024
Merged

feat: support for LFS 0.7F #170

merged 1 commit into from
Jul 29, 2024

Conversation

theangryangel
Copy link
Owner

Support for LFS 0.7F, also mark all enums as non-exhaustive (as they probably should've been from the start)

@theangryangel theangryangel linked an issue Jul 29, 2024 that may be closed by this pull request
… they probably should've been from the start
@theangryangel theangryangel merged commit ab1de07 into main Jul 29, 2024
4 of 5 checks passed
@theangryangel theangryangel deleted the feat-lfs-0.7f branch July 29, 2024 09:05
}

impl Ipb {
/// Returns `true` if a Vehicle is contained in this packet
Copy link

Choose a reason for hiding this comment

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

The comments in this packet definition still refer to "vehicle" and "mods", that looks like an oversight after a copy&paste.

@@ -278,6 +278,10 @@ pub enum Packet {
#[brw(magic = 66u8)]
Plh(Plh),

/// Both - Set/receive player handicap
Copy link

Choose a reason for hiding this comment

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

Wrong comment here too 🤓

@theangryangel
Copy link
Owner Author

Doh goes to show I shouldn’t try and do this when I’m tired! Thanks Martin, I’ll get it sorted sometime today. I was going to cut a release so good catch!

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.

Support LFS 0.7F
2 participants