Uh oh!
There was an error while loading. Please reload this page.
Wip/carter/forward port 0.12.1 tests into master - #308
Conversation
…up aliases) from v0.12.1 release series to current master (0.13.0 candidate), plus reflect formating improvements
… Double and Float with the right example properties
cartazio
commented
Jun 4, 2020
derp, property test fail :) |
cartazio
commented
Jun 4, 2020
oh, found the issue (relates to the stronger property test that doesn't work well for Float/Double with the current QC generators for the same types) |
cartazio
commented
Jun 4, 2020
nick8325/quickcheck#295 --- i'm commenting out one test in QC test for now, though we could copy the fix by @phadej intree perhaps if needed , im open to either approach |
cartazio
commented
Jun 4, 2020
cartazio
commented
Jun 4, 2020
at the end this should all get squashed, i'm a bit derpy and making 1-2 flubs in cleaning this up locally |
cartazio
commented
Jun 5, 2020
theres 1-2 things to still cleanup once i get the tests green, like cleaning up how i fixed changing the TestTree type aliases in the modules, but should be good overall I hope :) |
lehins
commented
Jun 5, 2020
@cartazio I appreciate you trying to help with this, but this is no way to port back/forward existing changes. This looks like a totally separate PR. The way @Shimuuar did it in #302 is the right way. |
cartazio
commented
Jun 5, 2020
via email
I guess I understand. I hope we can learn to work together in a positive
way in the future. And again I’m sorry that I’ve been frustrating to
collaovrate with in the past
The semigroup test is there to validate that the semantics of maxby In
vector vs base have the desired meaning with some clarity on the left vs
right tie breaking.
I’ve asked a friend who you may be more comfortable with to see about
preparing that itch …On Fri, Jun 5, 2020 at 9:24 AM Alexey Kuleshevich ***@***.***> wrote:
Closed #308 <#308>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#308 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAABBQU3RUVHOQIJ3NETGJDRVDWZ7ANCNFSM4NTBWRFA>
.
|
@Shimuuar@lehins heres a hopefully simpler forward port that should be largely the same as
#302, but which keeps the semigroup trick for describing the associativities of the maxBy and MinBy