Yegor Bugayenko

Results 1989 comments of Yegor Bugayenko

@leroneb indeed, we expect Json Java implementation to be provided by your classpath. Just add these two dependencies to your POM and you will be fine: ``` javax.json javax.json-api 1.1.4...

@andreoss please, fix it if you can

@andreoss I think this only happens when we have endless recursion of objects. The `φTerm` of `PhDefault` is designed to detect such recursion, but maybe the detection mechanism doesn't work?

@andreoss I'm closing. If you have similar problems in the future, please submit a new ticket

@Graur I think that `nan` has to be part of eo-runtime

@maxonfjvipon I had an impression that `nan` is infinity. No? https://en.wikipedia.org/wiki/NaN

@maxonfjvipon than we have to have them all in eo-runtime, I believe

@maxonfjvipon another approach would be to make `float` _aware_ of nan, inf+ and inf+, but their presence will only be detectable by `number` from eo-math: ``` 0.div 0 > x...

@maxonfjvipon what's up with this ticket? we still need it?

@dours good point. I think we should implement a local cache of `.eo` objects, similar to what we have in `~/.m2/repository` directory. Maybe it should be `~/.eo` directory.