Skip to content

Fix Mutability Build Errors #325

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

Merged
merged 1 commit into from
Jun 4, 2025
Merged

Conversation

JustinMeans
Copy link
Contributor

The Embedders Package doesn't build due to the two let / var mutability errors. Changed 'let words' to 'var words'.

Copy link
Collaborator

@davidkoski davidkoski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!

I was curious why this doesn't fail in CI and the answer is it will when we pick up the newer mlx-swift. See #313

There is a bug fix here ml-explore/mlx-swift@0e40fa0 that changes this behavior.

@davidkoski davidkoski merged commit f289633 into ml-explore:main Jun 4, 2025
3 checks passed
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