[BUG] Number does not read '1.0e-10 .txt' from file

Klaus D. Witzel klaus.witzel at cobss.com
Mon Jul 3 07:37:44 UTC 2006


Entered
  - http://bugs.impara.de/view.php?id=3993

The following statement works:

  Number readFrom: '1.0e-10 .txt' readStream

But when reading the same string from a file

  Number readFrom: (FileStream readOnlyFileNamed: 'Number1.0e-10 .txt')

it fails with the attached DNU. Note that in order to reproduce, the  
string '1.0e-10 .txt' must be put into the file named 'Number1.0e-10 .txt'.

/Klaus

P.S. I stumbled over this when using Scanner for scanning all the tokens  
in the .changes file.




More information about the Squeak-dev mailing list