Code Monkey home page Code Monkey logo

Comments (2)

nilehmann avatar nilehmann commented on June 9, 2024

@ranjitjhala some of the crashes are spurious (the ones related to evars) with respect to accessing nested fields because they are an instance of #212.

For the rest, it turns out that they are all related to unpacking references. The issue is that the FdMap inside VmCtx is existentially quantified, so even declaring a dummy parameter for VmCtx won't help as the nested field will still have an existentially quantified index.

I implemented a general fix here #301. The fix is to unpack the existential inside references when needed. This will make flux not crash but it makes a nested existential field behind a mutable reference a bit useless as you will only be able to mutate it in a way that doesn't change the index.

from flux.

nilehmann avatar nilehmann commented on June 9, 2024

The remaining issues here are related to #212 or opening of mutable references

from flux.

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.