Updating build to work on generic linux (e.g. arch)#28
Updating build to work on generic linux (e.g. arch)#28thomas-gale wants to merge 6 commits intomainfrom
arch)#28Conversation
… of the max engine/mojo lang spec.
src/mo3d/sample/sample_scene.mojo
Outdated
| alias dim = 3 | ||
|
|
||
| fn random_float(mut rng : Rng, min: Scalar[T] = 0, max: Scalar[T] = 1.0) -> Scalar[T]: | ||
| fn random_Float64(mut rng : Rng, min: Scalar[T] = 0, max: Scalar[T] = 1.0) -> Scalar[T]: |
There was a problem hiding this comment.
Was this picked up in a autoconvert?
There was a problem hiding this comment.
Ah, this looks wrong, good catch.
|
Does testing appear broken to you @robertgoss? I'm thinking latest nightly is bad. Error: (Getting this error for all tests) |
I will have a go at doing a local build now |
So on my computer I get: I did need to update magic with |
Ok confusing! Thanks for sanity check, I'll try again on my arch box, maybe I'm missing some package. |
inoutdeprecated tomutetc.