Issue 294 in glassdb: PlusInfinity and friends don't produce parseable strings ... sort of

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

Issue 294 in glassdb: PlusInfinity and friends don't produce parseable strings ... sort of

glassdb
Status: Accepted
Owner: [hidden email]
Labels: Type-Defect Priority-Medium GLASS-Server Version-1.0-beta.8.6

New issue 294 by [hidden email]: PlusInfinity and friends don't produce  
parseable strings ... sort of
http://code.google.com/p/glassdb/issues/detail?id=294

The expression:

   'PlusInfinity' asFloat asString asNumber

produces an error while:

   'PlusInfinity' asFloat asString asFloat

does not ...

Recently starting using SqNumberParser and introduced this bug ...

Noticed while running SOAP tests in an appliance


Reply | Threaded
Open this post in threaded view
|

Re: Issue 294 in glassdb: PlusInfinity and friends don't produce parseable strings ... sort of

glassdb

Comment #1 on issue 294 by [hidden email]: PlusInfinity and friends  
don't produce parseable strings ... sort of
http://code.google.com/p/glassdb/issues/detail?id=294

Do we here have an instance of
http://code.google.com/p/squeaksource3/issues/detail?id=16
?

Reply | Threaded
Open this post in threaded view
|

Re: Issue 294 in glassdb: PlusInfinity and friends don't produce parseable strings ... sort of

glassdb
Updates:
        Labels: Milestone-1.0-beta.8.7

Comment #2 on issue 294 by [hidden email]: PlusInfinity and friends  
don't produce parseable strings ... sort of
http://code.google.com/p/glassdb/issues/detail?id=294

(No comment was entered for this change.)

Reply | Threaded
Open this post in threaded view
|

Re: Issue 294 in glassdb: PlusInfinity and friends don't produce parseable strings ... sort of

glassdb
Updates:
        Status: Fixed
        Labels: Fixed-1.0-beta.8.7

Comment #3 on issue 294 by [hidden email]: PlusInfinity and friends  
don't produce parseable strings ... sort of
http://code.google.com/p/glassdb/issues/detail?id=294

Fixed in GsCore 0.245 (dkh.214)