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

Structured bindings #50

Merged
merged 5 commits into from
Dec 31, 2023
Merged

Structured bindings #50

merged 5 commits into from
Dec 31, 2023

Conversation

virtuald
Copy link
Member

@virtuald virtuald commented Dec 28, 2023

Fixes #5

Note: This isn't going to be able to support unpackInto because of C++ issues, but I think that's fine.

- build-system.requires: robotpy-build<2025.0.0,~=2024.0.0b9
- lib updated to 2024.1.1-beta-4-37-g6a2d3c3
- repo updated to https://frcmaven.wpi.edu/artifactory/development
@virtuald virtuald force-pushed the structured-bindings branch 3 times, most recently from 25f0823 to 9475500 Compare December 29, 2023 07:24
- Fixes #5
- Cannot support UnpackInto because that breaks readonly C++ structs...
  but it seems most C++ structs aren't mutable at the moment anyways so
  that's probably not a big deal?
@virtuald virtuald force-pushed the structured-bindings branch from 9475500 to b43c0ef Compare December 29, 2023 07:26
@virtuald virtuald merged commit 958701b into main Dec 31, 2023
31 checks passed
@virtuald virtuald deleted the structured-bindings branch December 31, 2023 05:27
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 new structured bindings for ntcore
1 participant