Giter Site home page Giter Site logo

Comments (2)

Matafou avatar Matafou commented on June 6, 2024

This is linked to #19.

In Coq code, extraction outputs a "info" message, thus it is concatenated to Time info msg.

Whereas Print is a "notice" message,thus considered outdated by the info msg of Time.

It is too late to change coq_8.5 code and make Print display a "info" msg, moreover it should probably be the reverse: extraction should display a "notice". And this would not solve this issue but make it wider.

I will try to fix this with a workaround in pg, and we will take time to solve this properly in coq trunk.

from pg.

Matafou avatar Matafou commented on June 6, 2024

For information, I am about to fix this by two actions:

  • pushing a small change in coq-8.5 making extraction use a non eager annotation (msg_notice).
  • pushing a fix in pg which detects "Time" messages which are output just before the next prompt and do not consider them as "urgent" (but print them in response buffer anyway).

It is not perfect since some tag remain, but at least you can see the messages.

So now to see the fix you must update PG and Coq (8.5) to the very last git version.
P.

from pg.

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.