Menu

#5070 Use explicit typecasts for Scm_variable->SCM

Verified
Maintainability
2017-03-06
2017-02-14
No

Use explicit typecasts for Scm_variable->SCM

This does not otherwise work with all SCM definitions.

http://codereview.appspot.com/316300043

Discussion

  • Anonymous

    Anonymous - 2017-02-15
    • Description has changed:

    Diff:

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

    Anonymous - 2017-02-15

    passes make, make check and a full make doc.

     
  • Anonymous

    Anonymous - 2017-02-17
    • Patch: review --> countdown
     
  • Anonymous

    Anonymous - 2017-02-17

    Patch on countdown for February 20th.

     
  • Anonymous

    Anonymous - 2017-02-20
    • Patch: countdown --> push
     
  • Anonymous

    Anonymous - 2017-02-20

    Patch counted down - please push.

     
  • David Kastrup

    David Kastrup - 2017-02-20
    • labels: --> Fixed_2_19_56
    • status: Started --> Fixed
    • Patch: push -->
    • Type: Enhancement --> Maintainability
     
  • David Kastrup

    David Kastrup - 2017-02-20

    Pushed to staging as
    commit 9390065d4c71bf417ef7b5bcbce21821f8668202
    Author: David Kastrup dak@gnu.org
    Date: Tue Feb 14 14:25:26 2017 +0100

    Issue 5070: Use explicit typecasts for Scm_variable->SCM
    
    This does not otherwise work with all SCM definitions.
    
     
  • Graham Percival

    Graham Percival - 2017-03-06
    • status: Fixed --> Verified