Menu

#69 Broken Astrolabe library

Current_Version
closed-accepted
Mapping (36)
5
2009-03-10
2008-11-25
Zuz
No

You Astrolabe library is broken:
AstrolabeMapMonitor.lua & Astrolabe.lua dont have revision number:
local LIBRARY_VERSION_MINOR = tonumber(string.match("$Revision$", "(%d+)") or 1)
msut be like this:
local LIBRARY_VERSION_MINOR = tonumber(string.match("$Revision: 93 $", "(%d+)") or 1)

To resolve this issue just take new revision of Astrolabe library (with normal svn client, don't use browser):
svn co http://svn.esamynn.org/astrolabe/ astrolabe

Discussion

  • Jay Miller

    Jay Miller - 2009-03-10
    • labels: --> Mapping
    • milestone: --> Current_Version
    • assigned_to: nobody --> jnmiller
    • status: open --> closed-accepted
     
  • Jay Miller

    Jay Miller - 2009-03-10

    Fixed in v1.30.. again. Sigh.

    Thanks for the report, I've got a README in there now to remind me to update in this way.

     
  • Jay Miller

    Jay Miller - 2009-03-10

    Fixed in v1.30.. again. Sigh.

    Thanks for the report, I've got a README in there now to remind me to update in this way.

     
  • Jay Miller

    Jay Miller - 2009-03-10

    Fixed in v1.30.. again. Sigh.

    Thanks for the report, I've got a README in there now to remind me to update in this way.

     

Log in to post a comment.