Giter VIP home page Giter VIP logo

Comments (7)

tedinski avatar tedinski commented on June 22, 2024

There are contexts where env makes sense but a return type does not. I'm not why trying to push these together is useful?

from ablec.

krame505 avatar krame505 commented on June 22, 2024

from ablec.

ericvanwyk avatar ericvanwyk commented on June 22, 2024

from ablec.

krame505 avatar krame505 commented on June 22, 2024

from ablec.

ericvanwyk avatar ericvanwyk commented on June 22, 2024

from ablec.

krame505 avatar krame505 commented on June 22, 2024

Just wanted to mention another motivation for this that I discovered.
I have found when working on the templating extension that it really is needed in many cases to include a 'resolved' type as a parameter to custom type productions (the refId hack only gets you so far, especially when you are forwarding to something that is injecting globalDecls that are based on something in a header file.) Because of this, we sometimes want to be able to write 'factory' functions to generate types, parameterized by the environment instead of a resolved type. These work by constructing the coresponding type expression, and then decorating it to find the type.
In order to do that decoration, we need to supply returnType as well as the env. We could just set returnType to nothing() since a TypeName that uses returnType somehow to determine its typerep is only possible in some really bizarre ASTs... but to do things right, returnType should be another parameter to these factory productions.
Then another extension writer who wants to use mkVectorType for some reason needs to pass in the current return type, which is extremely non-intuitive.

from ablec.

krame505 avatar krame505 commented on June 22, 2024

Hmm, as a side-note, I just realised that we already do have this information in the environment, via currentFunctionItem in the MiscItem namespace. Is this item actually being used for anything? This is never looked up in the host, and I can't seem to find or think of any extension that would utilize this.

from ablec.

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.