-
Notifications
You must be signed in to change notification settings - Fork 7
Conversation
@maxonfjvipon I love it, but would be great if you can add a comment/doc to the |
@yegor256 sure, btw, maybe the proper name would be |
@maxonfjvipon let's call it |
@yegor256 please have a look, something's wrong with build |
@yegor256 previous hashing implementation for some reason takes about 30 seconds on my laptop to calculate hash code of just number. That's too much so I kind of copied and united current hashing implementations from |
@volodya-lombrozo is there the same problem as was in |
@maxonfjvipon Yes. Will be fixed soon: #160 |
@volodya-lombrozo seems your fix did not help |
@maxonfjvipon because @yegor256 returned the bug back - #161 :) Ok, will fix rultor soon and hope it won't happen again. You can check progress here. |
@volodya-lombrozo it's not me, it's my script :) Find a way to prevent this bot to submit pull requests with this particular change. There has to be a way. |
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information |
TldrThe PR introduces a new Detailed summary
|
@maxonfjvipon I'm afraid it will fail. Could you repeat that changes, please? https://github.com/objectionary/eo-collections/pull/160/files We added a new feature to Rultor that prevents that changes and I hope it won't happen again. |
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information |
@volodya-lombrozo it seems windows build still does not work |
@yegor256 please, have a look |
@volodya-lombrozo please, review this one |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maxonfjvipon Can we add more tests for that object? It would be interesting to test floating numbers and, maybe, big numbers (or some corner cases).
@volodya-lombrozo I moved the test and added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maxonfjvipon Looks good to me. Thanks.
@yegor256 please merge |
@rultor merge |
Closes: #156
@yegor256 WDYT about such algorithm?
The results:
hash TRUE
= 72057594037927944hash FALSE
= 8hash 42
= 3026418949609750528hash 14325.2
= 1300271141437013430hash "Hello world"
= 7535155495499350018PR-Codex overview
This PR introduces a new
hash-code-of
object to replace allas-hash
objects ineo-collections
.Detailed summary
hash-code-of
object toeo-collections
hash-code-of
replaces allas-hash
objectshash-code-of
object inhash-code-of-tests.eo