UUID asString36

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

UUID asString36

Thelliez
Just to report that I needed asString36 (called from TF-Login).  This
method is in Pharo (Network-UUID) but not in GLASS (Core-Squeak).

Importing that method worked just fine.


Thierry
Reply | Threaded
Open this post in threaded view
|

Re: UUID asString36

Dale Henrichs
Thierry,

Could you report an issue with the glassdb issue tracker:

  http://code.google.com/p/glassdb/issues/entry

That way I won't lose track of the missing methods and add them to GLASS at a convenient time ...

BTW, when I do this I typically tackle the class as a whole and add unit tests, etc. and think about the meta issues like:
 
  - how can I make this easier for developers to do themselves
  - when can I get to the point where we can just load the dang package into GLASS:)
  - etc.


Dale

On Apr 30, 2011, at 7:43 AM, Thierry Thelliez wrote:

> Just to report that I needed asString36 (called from TF-Login).  This
> method is in Pharo (Network-UUID) but not in GLASS (Core-Squeak).
>
> Importing that method worked just fine.
>
>
> Thierry