Skip to content

Initial 2027 updates #175

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

Open
wants to merge 12 commits into
base: 2027
Choose a base branch
from
Open

Initial 2027 updates #175

wants to merge 12 commits into from

Conversation

virtuald
Copy link
Member

No native systemcore build in CI yet, builds for me on macOS and tests pass. Haven't tried running an actual robot yet though -- haven't updated robot startup at all.

@virtuald virtuald force-pushed the initial-2027 branch 2 times, most recently from 576204e to 726cbb1 Compare May 25, 2025 05:56
@virtuald virtuald moved this to In progress in 2027 Season May 27, 2025
@virtuald virtuald force-pushed the initial-2027 branch 2 times, most recently from 2e3c236 to a42af6a Compare July 16, 2025 06:06
virtuald added 8 commits July 16, 2025 02:14
- build-system.requires: pyntcore==2027.0.0a1
- build-system.requires: robotpy-hal==2027.0.0a1
- build-system.requires: robotpy-native-apriltag==2027.0.0a1
- build-system.requires: robotpy-native-ntcore==2027.0.0a1
- build-system.requires: robotpy-native-romi==2027.0.0a1
- build-system.requires: robotpy-native-wpihal==2027.0.0a1
- build-system.requires: robotpy-native-wpilib==2027.0.0a1
- build-system.requires: robotpy-native-wpimath==2027.0.0a1
- build-system.requires: robotpy-native-wpinet==2027.0.0a1
- build-system.requires: robotpy-native-wpiutil==2027.0.0a1
- build-system.requires: robotpy-native-xrp==2027.0.0a1
- build-system.requires: robotpy-wpimath==2027.0.0a1
- build-system.requires: robotpy-wpinet==2027.0.0a1
- build-system.requires: robotpy-wpiutil==2027.0.0a1
- build-system.requires: wpilib==2027.0.0a1
- lib updated to 2027.0.0-alpha-1
- project.dependencies: pyntcore==2027.0.0a1
- project.dependencies: robotpy-hal==2027.0.0a1
- project.dependencies: robotpy-native-apriltag==2027.0.0a1
- project.dependencies: robotpy-native-ntcore==2027.0.0a1
- project.dependencies: robotpy-native-wpihal==2027.0.0a1
- project.dependencies: robotpy-native-wpilib==2027.0.0a1
- project.dependencies: robotpy-native-wpimath==2027.0.0a1
- project.dependencies: robotpy-native-wpinet==2027.0.0a1
- project.dependencies: robotpy-native-wpiutil==2027.0.0a1
- project.dependencies: robotpy-wpimath==2027.0.0a1
- project.dependencies: robotpy-wpinet==2027.0.0a1
- project.dependencies: robotpy-wpiutil==2027.0.0a1
- project.dependencies: wpilib==2027.0.0a1
- pyntcore updated to 2027.0.0a1
- repo updated to https://frcmaven.wpi.edu/artifactory/release-2027
- robotpy-apriltag updated to 2027.0.0a1
- robotpy-cscore updated to 2027.0.0a1
- robotpy-hal updated to 2027.0.0a1
- robotpy-halsim-ds-socket updated to 2027.0.0a1
- robotpy-halsim-gui updated to 2027.0.0a1
- robotpy-halsim-ws updated to 2027.0.0a1
- robotpy-native-apriltag updated to 2027.0.0a1
- robotpy-native-ntcore updated to 2027.0.0a1
- robotpy-native-romi updated to 2027.0.0a1
- robotpy-native-wpihal updated to 2027.0.0a1
- robotpy-native-wpilib updated to 2027.0.0a1
- robotpy-native-wpimath updated to 2027.0.0a1
- robotpy-native-wpinet updated to 2027.0.0a1
- robotpy-native-wpiutil updated to 2027.0.0a1
- robotpy-native-xrp updated to 2027.0.0a1
- robotpy-romi updated to 2027.0.0a1
- robotpy-wpimath updated to 2027.0.0a1
- robotpy-wpinet updated to 2027.0.0a1
- robotpy-wpiutil updated to 2027.0.0a1
- robotpy-xrp updated to 2027.0.0a1
- wpilib updated to 2027.0.0a1
@virtuald virtuald force-pushed the initial-2027 branch 6 times, most recently from a2589f9 to c14aac6 Compare July 17, 2025 15:54
@@ -97,6 +97,7 @@ def do(nt1, nt2, t):
assert t2.getStringArray("sa", None) == ["t", "s"]


@pytest.mark.skip(reason="ntcore is broken")
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
@pytest.mark.skip(reason="ntcore is broken")
@pytest.mark.xfail(reason="ntcore is broken")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

2 participants