Skip to content

Conversation

@winding-lines
Copy link
Collaborator

@winding-lines winding-lines commented Nov 6, 2025

Port to mojo from 2025-11-05. The mojo test command is removed, adapt the approach suggested here:
https://forum.modular.com/t/proposal-deprecating-mojo-test/2371/7

  • Changed ImmutableOrigin to ImmutOrigin in multiple array files for consistency.
  • Updated unsafe_get method in StringArray to use origin_of(self) instead of __origin_of(self).
  • Modified test files to import TestSuite for running tests.
  • Updated pixi.toml to run tests using a shell script instead of a direct command.

The majority of the code changes done by Cursor.

- Changed `ImmutableOrigin` to `ImmutOrigin` in multiple array files for
consistency.
- Updated `unsafe_get` method in `StringArray` to use `origin_of(self)`
instead of `__origin_of(self)`.
- Modified test files to import `TestSuite` for running tests.
- Updated `pixi.toml` to run tests using a shell script instead of a
direct command.
@winding-lines winding-lines force-pushed the mojo-0.25.7.0.dev2025110505 branch from 9d14725 to 2142b86 Compare November 6, 2025 05:27
@winding-lines winding-lines merged commit e0aac17 into kszucs:main Nov 7, 2025
1 check passed
@winding-lines winding-lines deleted the mojo-0.25.7.0.dev2025110505 branch November 7, 2025 04:04
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.

1 participant