-
Notifications
You must be signed in to change notification settings - Fork 69
Code cleanup and fixed some typos #63
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
Conversation
src/utils/mlx_list.c
Outdated
return (i); | ||
this check isn't necessary since the while loop won't execute when lst is NULL*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If thats the case just remove the section of code as well as the comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
coming up
I honestly don't know why the build-win test is failing when I change |
I looked through all of the documentation and fixed most of the typos I came across |
@Jeroenvh99 The Windows build error is not because of you, its because the thing I use to download MinGW in the CI is a bit broken. I just haven't had the time to come with an alternative. |
Good to know, I can look into how to fix that later. In what file is the script for this check located, then I'll look into a fix today? |
Great PR! Thanks so much for your time and effort 😄 |
Happy to hear that |
I reverted all the changes that weren't linked list related from my last PR, it's ok now.