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

Decode matrices in column-major order. #17

Merged
merged 2 commits into from
May 1, 2024

Conversation

mrehayden1
Copy link
Contributor

Fixes #16.

I suppose these will be tested indirectly when I've finished the work on animations, which is the reason why I discovered this one!

@mrehayden1
Copy link
Contributor Author

I think I might try and disable these hlint warnings since the alternative it suggests is more unreadable while being more idiomatic Haskell.

@sgillespie
Copy link
Owner

I think I might try and disable these hlint warnings since the alternative it suggests is more unreadable while being more idiomatic Haskell.

Yes, please do!

@mrehayden1
Copy link
Contributor Author

I've just learned how to do it so I'll try and push the build fixes shortly

@mrehayden1
Copy link
Contributor Author

Oh and please would you double check the matrix definitions? I've already caught myself messing them up twice!

@sgillespie
Copy link
Owner

Oh and please would you double check the matrix definitions? I've already caught myself messing them up twice!

Matrix definitions LGTM!

@mrehayden1
Copy link
Contributor Author

I've added a pragma to supress the hlint warnings, but I might need your help to replicate the build failures.

@sgillespie sgillespie merged commit feb9f82 into sgillespie:main May 1, 2024
1 check failed
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.

Matrices are deocded in row-major order.
2 participants