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

base.Struct.as_cpp() breaking in Python 3.11 #142

Open
snake-biscuits opened this issue Aug 22, 2023 · 3 comments
Open

base.Struct.as_cpp() breaking in Python 3.11 #142

snake-biscuits opened this issue Aug 22, 2023 · 3 comments
Assignees
Labels
bug Something isn't working need test We need to write a test for regression testing
Milestone

Comments

@snake-biscuits
Copy link
Owner

some kinda indexing error retrieving list of attrs
makes debugging annoying
don't even have automated testing for this

@snake-biscuits snake-biscuits added bug Something isn't working need test We need to write a test for regression testing labels Aug 22, 2023
@snake-biscuits snake-biscuits added this to the v1.0.0 milestone Aug 22, 2023
@snake-biscuits snake-biscuits self-assigned this Aug 22, 2023
@snake-biscuits snake-biscuits moved this to Todo: Research in bsp_tool Core Functionality Aug 22, 2023
Repository owner deleted a comment from MissWangyong Sep 17, 2023
@snake-biscuits snake-biscuits modified the milestones: v1.0.0, v0.5.0 Feb 7, 2024
@snake-biscuits
Copy link
Owner Author

I'm pretty sure I fixed this
Python 3.11 runs OK and we have CI tests for it too

Guess I need to add some automated testing to confirm that

@snake-biscuits
Copy link
Owner Author

I did not fix this
Errors might be related to enum.IntFlag _classes being iterable
Not 100% sure

@snake-biscuits
Copy link
Owner Author

not even sure it's just 3.11 anymore, I should make some xfail tests
(tests/branches/test_base.py::TestMappedArray::test_as_cpp exists, but I want to test real LumpClasses)

@snake-biscuits snake-biscuits modified the milestones: v0.5.0, v1.0.0 Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need test We need to write a test for regression testing
Projects
Status: Todo: Research
Development

No branches or pull requests

1 participant