Skip to content
Snippets Groups Projects

Silence some warnings

Merged Kimaya Bedarkar requested to merge kbedarka/rt-proofs:silencewarnings into master
All threads resolved!
  • Currently we get two types of warnings during the compilation of Prosa
  • One is to do with the use of deprecated tactics in elf/rta/bounded_pi.v. If we want to silence these warnings then we lose compatibility with Mathcomp 1.16
  • The other is due to obligation tactics declared in behavior/schedule.v and behavior/ready.v
  • Declaring this tactic does not actually solve any goals. However, it has the effect that the default Coq obligation tactic is not used and hence introsing of some variables is prevented.
  • Currently I added the tactic back in local scope to the files where it is needed since otherwise it is not possible to generate proofs that are compatible with mangle names.
  • However, maybe there is a better way of doing it.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Kimaya Bedarkar added 1 commit

    added 1 commit

    Compare with previous version

  • Kimaya Bedarkar added 1 commit

    added 1 commit

    Compare with previous version

  • Kimaya Bedarkar added 1 commit

    added 1 commit

    • 2217dd3b - change global behavior of obligation tactic

    Compare with previous version

  • Kimaya Bedarkar added 10 commits

    added 10 commits

    Compare with previous version

  • Kimaya Bedarkar added 1 commit

    added 1 commit

    Compare with previous version

  • Kimaya Bedarkar added 1 commit

    added 1 commit

    Compare with previous version

  • Kimaya Bedarkar added 1 commit

    added 1 commit

    Compare with previous version

  • Kimaya Bedarkar resolved all threads

    resolved all threads

  • Björn Brandenburg
  • Looks good, thanks a lot for the cleanup!

  • Björn Brandenburg approved this merge request

    approved this merge request

  • added 1 commit

    • d13e4dbd - CI: remove mathcomp 1.16.0 job

    Compare with previous version

  • Kimaya Bedarkar added 2 commits

    added 2 commits

    Compare with previous version

  • Kimaya Bedarkar added 1 commit

    added 1 commit

    • ee667398 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Kimaya Bedarkar approved this merge request

    approved this merge request

  • Björn Brandenburg resolved all threads

    resolved all threads

  • Björn Brandenburg enabled an automatic merge when the pipeline for ee667398 succeeds

    enabled an automatic merge when the pipeline for ee667398 succeeds

  • Please register or sign in to reply
    Loading