Git Product home page Git Product logo

Comments (2)

vakaras avatar vakaras commented on June 12, 2024

This is currently blocked until the NLL design gets stabilized.

from wg-verification.

vakaras avatar vakaras commented on June 12, 2024

It seems that the borrow checker information that consumers would need is:

  1. The Polonius input facts. (Consumers can get output facts by running Polonius themselves. Also, I know at least one case where it is useful to modify the input facts before feeding them into Polonius.)
  2. The mapping between reference typed MIR places and region identifiers used in Polonius.

As far as I know, the only way to get Polonius input facts is to pass -Znll-facts flag to the compiler and then parse the emitted CSV files. The most hacky part of this is parsing strings to restore actual IDs used in MIR.

Obtaining the mapping requires passing the -Zdump-mir=renumber flag to the compiler that makes it to dump a diagnostics file, which can then be parsed to obtain the mapping.

An ideal solution for me would be to have a query (or queries) on TyCtxt that returns Polonius input facts and a mapping between MIR places and region IDs. Having such a query would not only simplify verifiers that need Polonius information, but would also enable showing visualisations of borrows in the IDE (we already have some code for this).

from wg-verification.

Related Issues (6)

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.