Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Longs values are occasionally truncated #330

Open
heneryville opened this issue Aug 18, 2020 · 0 comments
Open

Longs values are occasionally truncated #330

heneryville opened this issue Aug 18, 2020 · 0 comments

Comments

@heneryville
Copy link

Long values printed to Proto-repl will occasionally truncate their values. e.g.

(Long/valueOf "66432492550333186") ; 66432492550333180
(println (Long/valueOf "66432492550333186")) ; 66432492550333186

Notice that when Proto-repl is handling the printing, the last 6 is truncated off.

This problem becomes very pronounced when working with Datomic, which uses Long identifiers for entities.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant