GithubHelp home page GithubHelp logo

Comments (2)

Gohla avatar Gohla commented on July 18, 2024

Two problems were uncovered while implementing this:

  • When a language is dynamically reloaded, the PIE instance is recreated. When it is recreated, its callbacks are lost, and thus even though the task of a continuous command is re-executed, there is no callback to inform the IDE of the new feedback. Therefore, the editor with feedback is not updated.
  • Certain language tasks require their definition files. For example, the parse task of a language requires its parse table, such that it is re-executed when the parse table changes. However, this dependency is made to the local file of that definition resource. The problem is that in Eclipse, we use Eclipse resources, and these do not match the local file requirements. For example, when an SDF3 file of the language is changed, and thus the parse table of the language is updated, the Eclipse resource of that parse table is provided, while the parse task requires it as a local resource. Therefore, changes to the parse table do not trigger re-execution of parse tasks. The same problem exists with other tasks as well.

from spoofax-pie.

Gohla avatar Gohla commented on July 18, 2024

Fixed by 881f866

from spoofax-pie.

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.