Menu

#5099 Fix regtest scheme-engraver.ly wrt to guile-2.2

Verified
Enhancement
2017-04-02
2017-03-15
No

Fix regtest scheme-engraver.ly wrt to guile-2.2

Passing a number to format as the port is deprecated in guile-2.2
Thus using (current-error-port) instead

http://codereview.appspot.com/322720043

Discussion

  • Thomas Morley

    Thomas Morley - 2017-03-16

    Btw, while grepping for "format 1" an entry in a comment in midi-chunk.cc is found.
    Though, I feel not knowledgeable enough to judge about.

     
  • Anonymous

    Anonymous - 2017-03-16
    • Description has changed:

    Diff:

    
    
    • Needs: -->
    • Patch: new --> review
     
  • Anonymous

    Anonymous - 2017-03-16

    Passes make, make check and a full make doc.

     
  • Anonymous

    Anonymous - 2017-03-19

    Comment from David K in Rietveld.

     
  • Anonymous

    Anonymous - 2017-03-19
    • Patch: review --> needs_work
     
  • Thomas Morley

    Thomas Morley - 2017-03-19
    • Patch: needs_work --> review
     
  • Thomas Morley

    Thomas Morley - 2017-03-19

    There's probably a misunderstanding.
    I've understood David this way: "Don't bother about variables, it's ok as it is."

    So I set this back to review.
    David, if I'm wrong here, please shout.

     
  • Anonymous

    Anonymous - 2017-03-22
    • Patch: review --> countdown
     
  • Anonymous

    Anonymous - 2017-03-22

    Patch on countdown for March 25th.

     
  • Anonymous

    Anonymous - 2017-03-25
    • Patch: countdown --> push
     
  • Anonymous

    Anonymous - 2017-03-25

    Patch counted down - please push.

     
  • Thomas Morley

    Thomas Morley - 2017-03-25
    • labels: --> Fixed_2_19_58
    • status: Started --> Fixed
    • Patch: push -->
     
  • Thomas Morley

    Thomas Morley - 2017-03-25

    Pushed to staging as:

    commit fa2ab0d0c049e84e6b6a4839710f849cbbc61d08
    Author: Thomas Morley thomasmorley65@gmail.com
    Date: Wed Mar 15 00:20:22 2017 +0100

    Issue 5099 Fix format in input/regression/scheme-engraver.ly
    
    Passing a number to format as the port is deprecated
    Now always doing (format #t ...)
    
     
  • Graham Percival

    Graham Percival - 2017-04-02
    • status: Fixed --> Verified
     
  • Graham Percival

    Graham Percival - 2017-04-02

    Verified commit in git.