Menu

#19 list_length() should return a long not an int

Future
open
nobody
None
2
2013-03-25
2011-01-02
No

This is a reminder of a previous discussion with dsouflis that list_length should be returning a long as is done with vector-length. This should be done as part of the next release.

Discussion

  • Kevin Cozens

    Kevin Cozens - 2011-01-16
    • status: open --> closed-fixed
     
  • Kevin Cozens

    Kevin Cozens - 2011-01-16

    Fix committed as revision 65 in SVN.

     
  • Kevin Cozens

    Kevin Cozens - 2011-01-17
    • priority: 6 --> 5
    • status: closed-fixed --> open
     
  • Kevin Cozens

    Kevin Cozens - 2011-01-17

    It turns out this change will have a ripple effect throughout the code. A typedef is needed for the return type so it can be used anywhere in the code where the length is used. Fixing this will have to wait until some time after 1.40 is released.

     
  • Kevin Cozens

    Kevin Cozens - 2013-03-25
    • milestone: --> Future
    • priority: 5 --> 2
     

Log in to post a comment.