SapphireDensetsu / ypsilon

Automatically exported from code.google.com/p/ypsilon
Other
0 stars 0 forks source link

Fatal: A reader bug #146

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Input '+= or '-=

What is the expected output? What do you see instead?

1. |+=| or |-=|

What version of the product are you using? On what operating system?

Ypsilon 0.9.6-update3

Please provide any additional information below.

Following is the error message.

$ ypsilon
Ypsilon 0.9.6-update3 Copyright (c) 2008 Y.Fujita, LittleWing Company Limited.
> '+=
terminate called after throwing an instance of 'reader_exception_t'
Abort trap

Original issue reported on code.google.com by ken.waki...@gmail.com on 26 Nov 2010 at 8:48

GoogleCodeExporter commented 8 years ago
It seems fixed in trunk/r503:

$ ypsilon
Ypsilon 0.9.6-trunk/r503 Copyright (c) 2009 Y.Fujita, LittleWing Company 
Limited.
> +=

error in read: invalid lexical syntax +=
  ..."/dev/stdin" line 1

> -=

error in read: invalid lexical syntax -=
  ..."/dev/stdin" line 1

> 

Original comment by tabe.fix...@gmail.com on 26 Nov 2010 at 1:11

GoogleCodeExporter commented 8 years ago
Thanks for your reply.  I was unaware of the versions in the trunk.  
Unfortunately, the r503 version crashes as before.

$ ./ypsilon
Ypsilon 0.9.6-trunk/r503 Copyright (c) 2009 Y.Fujita, LittleWing Company 
Limited.
> '+=
terminate called after throwing an instance of 'reader_exception_t'
Abort trap

Original comment by ken.waki...@gmail.com on 1 Dec 2010 at 1:34