Found, big commit, but i will check it
d3394be5559c324da1c6b576d0ae9bfa966698d9 is the first bad commit
commit d3394be5559c324da1c6b576d0ae9bfa966698d9
Author: Dominik Picheta <dominikpich...@googlemail.com>
Date: Wed Nov 22 14:43:10 2017 +0000
Async upcoming (#6585)
* Merge upcoming async with current.
* Various improvements to selectors (mostly docs).
Two changes to highlight:
* Renamed setEvent to trigger
* Reused setBlocking from nativesockets.
* Various changes/fixes to asyncdispatch after upcoming merge.
* Make some attempts to be compatible with older selectors.
* Reuse epoll module in ioselectors_epoll.
:040000 040000 16b975f4a522742edfd7a5c97ad650dd4811b994
251521440149c2bba6c176f3e3d2ccba931b1efa M lib
:040000 040000 46c44c82e288c889cecdb39d2fc565124e8c7590
34039d8cb5aee9718888cbf87ea77ddff885afb9 M tests
/Nim # git bisect log
git bisect start
# bad: [e695f9d94e752fbf18012f9ee164af1ba0649fa1] make Nim compile with
older nim versions
git bisect bad e695f9d94e752fbf18012f9ee164af1ba0649fa1
# good: [811fbdafd958443ddac98ad58c77245860b38620] Revert usage of
non-standard uname -o command in build.sh (#6342)
git bisect good 811fbdafd958443ddac98ad58c77245860b38620
# good: [157d48bc3208720af98ac5ed60a08494ddc5e328] make 'nim doc2
system.nim' work again
git bisect good 157d48bc3208720af98ac5ed60a08494ddc5e328
# bad: [2bb2e6975e397bef1b320cd5dbafb6b3338fdaf0] Fix infinite recursion
when using json.to on ref with cycle.
git bisect bad 2bb2e6975e397bef1b320cd5dbafb6b3338fdaf0
# good: [aac94e0ab58e9bdc896a59422d4ab9dcb87bb9e3] Don't run "kde-open" and
"gnome-open" under Unix (#6426)
git bisect good aac94e0ab58e9bdc896a59422d4ab9dcb87bb9e3
# bad: [a372363190488d7267e545ce9ec6c81ccb79ed8c] Don't catch-all in
asynchttpserver. It hides bugs.
git bisect bad a372363190488d7267e545ce9ec6c81ccb79ed8c
# bad: [a6226d9452194cc3b8d35a0d38d9f8c89ddf04f5] fixes #6682
git bisect bad a6226d9452194cc3b8d35a0d38d9f8c89ddf04f5
# good: [844e123061631d4cc5bc4300301d1865eda5a337] updated changelog to
mention the removal of 'generic' and 'atomic'
git bisect good 844e123061631d4cc5bc4300301d1865eda5a337
# good: [85b00aff56c98f4da8f70b120dc889c18791fab9] fixes #6445 (concepts
for the JS target)
git bisect good 85b00aff56c98f4da8f70b120dc889c18791fab9
# bad: [89fa4388574872c3e56e9e5030cdfe4d758d106c] use more make conventions
(#6789)
git bisect bad 89fa4388574872c3e56e9e5030cdfe4d758d106c
# bad: [d3394be5559c324da1c6b576d0ae9bfa966698d9] Async upcoming (#6585)
git bisect bad d3394be5559c324da1c6b576d0ae9bfa966698d9
# good: [2c584cdb3d71f0cd811e3774c49db34735040032] use make default linker
naming convention (#6787)
git bisect good 2c584cdb3d71f0cd811e3774c49db34735040032
# first bad commit: [d3394be5559c324da1c6b576d0ae9bfa966698d9] Async
upcoming (#6585)