You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a nutshell, when a version is specified as follows
<version: '4.04' imports: #('4.2-baseline' )>
the following is NOT true:
'4.04' asMetacelloVersionNumber versionString = '4.04'
instead
'4.04' asMetacelloVersionNumber versionString
returns '4-04'. This is worth a critical warning at minimum!
for more details see:
http://groups.google.com/group/metacello/msg/eb5b5a2af58c7141
Original issue reported on code.google.com by [email protected] on 28 Feb 2012 at 12:42
The text was updated successfully, but these errors were encountered:
The "correct" version string would be '4.4' as Metacello sorts numeric values
correctly and leading '0' is not needed. The leading '0' is only needed as a
place holder if versions sorted as strings...
Original issue reported on code.google.com by
[email protected]
on 28 Feb 2012 at 12:42The text was updated successfully, but these errors were encountered: