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

Fix x86 failures #229

Merged
merged 6 commits into from
Nov 18, 2024
Merged

Fix x86 failures #229

merged 6 commits into from
Nov 18, 2024

Conversation

ffreyer
Copy link
Collaborator

@ffreyer ffreyer commented Nov 18, 2024

jkrumbiegel/GridLayoutBase.jl#61 fails due to use of Int in mesh.views, so I changed it to use UInt32.

Changed:

  • views to Vector{UnitRange{UInt32}} in Mesh, Vector{<: UintRange{<: Integer}} in functions
  • changed tests where integer types are inherited from literals to use Int

@ffreyer ffreyer merged commit 02ed799 into master Nov 18, 2024
@ffreyer ffreyer deleted the ff/fix-x86 branch November 18, 2024 17:20
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