Coder Social home page Coder Social logo

Can't use M as variable name about soss.jl HOT 4 OPEN

marius311 avatar marius311 commented on September 28, 2024
Can't use M as variable name

from soss.jl.

Comments (4)

thautwarm avatar thautwarm commented on September 28, 2024 1

I just played with Soss and this example, it seems that JuliaVariables.jl gets broken in 1.7
Will investigate this tonight.

from soss.jl.

cscherrer avatar cscherrer commented on September 28, 2024

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 let M without a binding is doing. I think it would be ok to change all M references to _M, but even better would be to gensym the name. Do you see a way for that to work? Or if not we can just use _M or some more complicated version.

from soss.jl.

thautwarm avatar thautwarm commented on September 28, 2024

Hope I can give some results tomorrow.
Debugging GG functions is hard, and I should make it support viewing the generated code with InteractiveUtils.less.

from soss.jl.

cscherrer avatar cscherrer commented on September 28, 2024

Sounds good. Thanks for digging into this!

from soss.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.