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

Don't call collect_or_id in chained subpart access #129

Closed
wants to merge 1 commit into from

Conversation

epatters
Copy link
Member

Closes #128.

@epatters epatters added the bug Something isn't working label Apr 10, 2024
@slwu89
Copy link
Member

slwu89 commented Apr 10, 2024

@epatters annoyingly, due to the changes in src/DenseACSets.jl from https://github.com/AlgebraicJulia/ACSets.jl/pull/109/files, we also have to change the method here for this update https://github.com/AlgebraicJulia/ACSets.jl/blob/main/src/DenseACSets.jl#L530-L543

That should make the CI pass

@epatters
Copy link
Member Author

There's that issue, plus I need to make sure that these changes preserve the intended behavior as of #36. I'll have to look at this more carefully.

@epatters epatters closed this Apr 10, 2024
@epatters epatters deleted the no-collect-or-id branch April 10, 2024 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

collect_or_id has problems with types from other packages
2 participants