Skip to content

Add REVLib 2027.0.0-alpha-3 - #88

Merged
virtuald merged 5 commits into
robotpy:mainfrom
REVrobotics:main
May 30, 2026
Merged

Add REVLib 2027.0.0-alpha-3#88
virtuald merged 5 commits into
robotpy:mainfrom
REVrobotics:main

Conversation

@doleksy

@doleksy doleksy commented May 29, 2026

Copy link
Copy Markdown
Contributor

I think I got everything correct.

The only issue I see is that the A301 is referenced as rev.A301 instead of first.A301. I assume I would need to add another section to init.py?

@doleksy

doleksy commented May 29, 2026

Copy link
Copy Markdown
Contributor Author

Looks like I should try to merge into the 2027 branch ;)

@doleksy doleksy closed this May 29, 2026
@virtuald

Copy link
Copy Markdown
Member

Strictly speaking, if it builds and works and wraps everything there's no reason to merge into 2027 -- I just never got around to merging 2027 into main. If you already have it working here, just ignore the 2027 branch.

Comment thread tests/requirements.txt Outdated
@@ -1,2 +1,2 @@
pytest
pyfrc<2027.0.0,>=2026.0.1b1
pyfrc>=2027.0.0

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

pyfrc is no longer used for 2027, robotpy test is provided by wpilib instead.

@virtuald

Copy link
Copy Markdown
Member

If A301 gets added to wpilib, it would be wpilib.A301 not first.A301 -- but if you add a wpilib namespace package here, it'll cause weird problems because wpilib isn't already a namespace package. It's better to just keep it as rev.A301 until you merge it into allwpilib.

Unless the plan is for allwpilib to eventually have a first package?

@doleksy doleksy reopened this May 30, 2026
@virtuald

Copy link
Copy Markdown
Member

If you change the GitHub actions yaml ton2027 instead of 2026 you'll likely have more success if you've already gotten this working locally.

@doleksy

doleksy commented May 30, 2026

Copy link
Copy Markdown
Contributor Author

Aren't you supposed to be on vacation? ;)

@virtuald virtuald mentioned this pull request May 30, 2026
@virtuald
virtuald merged commit 1c08b5b into robotpy:main May 30, 2026
56 of 58 checks passed
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.

2 participants