-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Can't use M as variable name #331
Comments
Sorry for the delay on this. I've just released a new version that works with the latest MeasureTheory, so I think we can address this in a minor release. The problem comes from this: @gg function _rand(M::Type{<:TypeLevel}, _m::Model, _args)
body = type2model(_m) |> sourceRand() |> loadvals(_args, NamedTuple())
@under_global from_type(_unwrap_type(M)) @q let M
$body
end
end @thautwarm I don't understand what this |
I just played with Soss and this example, it seems that JuliaVariables.jl gets broken in 1.7 |
Hope I can give some results tomorrow. |
Sounds good. Thanks for digging into this! |
Random thing I unearthed w/ Soss v0.20.9 and GeneralizedGenerated v0.3.3, not sure if it belongs here or there but I only know how to trigger it from here:
The text was updated successfully, but these errors were encountered: