Re: [racket-users] Possible bug when reading/writing large inexact numbers

2021-03-07 Thread Sam Tobin-Hochstadt
I believe it's https://github.com/racket/racket/commit/0561d71e60502fa857b0d169f64da723584d96d6 Sam On Sun, Mar 7, 2021 at 8:52 PM Greg Rosenblatt wrote: > > Great, thanks. Out of curiosity, where in the reader was this bug > originally? Can you point me to a diff? > > On Sunday, March 7, 20

Re: [racket-users] Possible bug when reading/writing large inexact numbers

2021-03-07 Thread Greg Rosenblatt
Great, thanks. Out of curiosity, where in the reader was this bug originally? Can you point me to a diff? On Sunday, March 7, 2021 at 8:42:33 PM UTC-5 sorawe...@gmail.com wrote: > This is already fixed. Racket 8.0 doesn't have this issue. > > On Mon, Mar 8, 2021 at 8:31 AM Greg Rosenblatt wro

Re: [racket-users] Possible bug when reading/writing large inexact numbers

2021-03-07 Thread Sorawee Porncharoenwase
This is already fixed. Racket 8.0 doesn't have this issue. On Mon, Mar 8, 2021 at 8:31 AM Greg Rosenblatt wrote: > Large inexact numbers may change values after a second round trip between > read and write. I was expecting to reach a fixed point after the first > round trip. Is this a bug? > >