You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- What OS did you do install Mojo on ?
- Provide version information for Mojo by pasting the output of `mojo -v`
- Provide Magic CLI version by pasting the output of `magic -V` or `magic --version`
- Optionally, provide more information with `magic info`.
OS: `Ubuntu 24.04.1 LTS`
Mojo Version: magic 0.4.0 - (based on pixi 0.33.0)
Magic CLI version: `magic 0.4.0 - (based on pixi 0.33.0)`
A bit of `magic info` output:
Pixi version: 0.33.0
Platform: linux-64
Virtual packages: __unix=0=0
: __linux=6.8.0=0
: __glibc=2.39=0
: __cuda=12.4=0
: __archspec=1=icelake
Cache dir: /home/deftioon/.cache/rattler/cache
Auth storage: /home/deftioon/.rattler/credentials.json
Config locations: No config files found
The text was updated successfully, but these errors were encountered:
Bug description
Mutating a list while holding an immutable reference to an item in a list does not error, and mutating this immutable reference also does not error.
Steps to reproduce
This code snippet creates an immutable reference
q1
and then mutates the list, and compiles successfully. Outputs:Running this function:
Also compiles successfully. Outputs:
System information
The text was updated successfully, but these errors were encountered: