Samuel Ibarra
Samuel Ibarra
+1. Waiting for this feature so we can use uv as the default in my work team.
This seems like is not a problem for regular `fn` functions. Could be related to the special behaviour on the String descturctor on __del__ methods. If we extend the lifetime...
~~Issue fixed on mojo 24.1.0 (55ec12d6)~~ Error still appear when using multiple arguments in the print function. This one crashes the parser: ```mojo struct Foo: var value: String fn __del__(owned...
> @sibarras is that mean, that issue can be closed and fix would be available in next release? My mistake, the error is still there
Any progress on this?
Hi @dayeondev , this is not a custom Implementation, this is from Mojo Standard Library
Facing the same issue. Load times can go up to 4 minutes for a small table with 3 columns and 3 rows.
Cannot be reproduced anymore
@martinvuyk, @soraros We might not need to wait for parametric Traits. If you quick check this: ```mojo from sys.intrinsics import _type_is_eq fn main(): first_string = String("foo") _first_slice = first_string.as_string_slice() second_string...
Totally agree, this one can wait. A for loop is an easy workaround for now