Skip to content

robotpy-build meson rewrite #252

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 13 commits into
base: next
Choose a base branch
from
Open

robotpy-build meson rewrite #252

wants to merge 13 commits into from

Conversation

@virtuald virtuald force-pushed the semiwrap branch 3 times, most recently from 1dbdd26 to 8e00162 Compare March 28, 2025 01:48
@virtuald virtuald changed the base branch from main to next May 3, 2025 19:58
@virtuald virtuald force-pushed the next branch 2 times, most recently from dc04cfc to 3f79005 Compare May 6, 2025 05:21
virtuald added 4 commits May 6, 2025 01:21
- This is because the generator will need to know that a trampoline is potentially being generated only by parsing pyproject.toml/autogen yaml
- Switch to src layout
- Docs not updated
- internals not fully updated
@virtuald virtuald force-pushed the semiwrap branch 2 times, most recently from 44ac7de to 3a91495 Compare May 6, 2025 05:39
@virtuald virtuald force-pushed the semiwrap branch 2 times, most recently from ac303be to c0d45b7 Compare May 6, 2025 05:42
@virtuald virtuald requested a review from auscompgeek May 6, 2025 05:55
@virtuald virtuald marked this pull request as ready for review May 6, 2025 05:55
try:
from distutils.util import get_platform as _get_platform
except ImportError:
from sysconfig import get_platform as _get_platform
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason to try distutils.util first? Could we just always use sysconfig.get_platform?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think their behavior is slightly different. Honestly, I'd like to get rid of this whole file anyways, I need to port robotpy-ctre and get mostrobotpy working in CI to see if it's possible first.

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