Closed akucheck closed 5 years ago
I can not repro it after i update LiteDB locally (All tests are passed) What's the exception does it throw?
You can set breakpoint these places to see what the error is https://github.com/Zaid-Ajaj/LiteDB.FSharp/blob/master/LiteDB.FSharp/Json.fs#L181 https://github.com/Zaid-Ajaj/LiteDB.FSharp/blob/master/LiteDB.FSharp/Json.fs#L249
did not mean to close (sorry). after setting breakpoint at #181:
Hello @akucheck,
I'm assuming this is due to a change to LiteDB but have not been able to confirm that yet.
I think this might be the case, I wil investigate, thanks a lot for reporting the issue :)
@akucheck Seems to be fixed, can you pull a fresh clone and run the tests again? :smile:
please re-open the issue if the problem persists
Happy to.
ak
On Tue, Jan 29, 2019 at 4:19 PM Zaid Ajaj notifications@github.com wrote:
@akucheck https://github.com/akucheck Seems to be fixed, can you pull a fresh clone and run the tests again? 😄
please re-open the issue if the problem persists
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Zaid-Ajaj/LiteDB.FSharp/issues/21#issuecomment-458761139, or mute the thread https://github.com/notifications/unsubscribe-auth/AADvyuMn5vYzAM57RipE-u5pRpi1QbMeks5vIOUGgaJpZM4aUiYz .
Zaid-Ajaj:
Works like a champ. thanks!
ak
On Tue, Jan 29, 2019 at 4:19 PM Zaid Ajaj notifications@github.com wrote:
@akucheck https://github.com/akucheck Seems to be fixed, can you pull a fresh clone and run the tests again? 😄
please re-open the issue if the problem persists
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Zaid-Ajaj/LiteDB.FSharp/issues/21#issuecomment-458761139, or mute the thread https://github.com/notifications/unsubscribe-auth/AADvyuMn5vYzAM57RipE-u5pRpi1QbMeks5vIOUGgaJpZM4aUiYz .
On a fresh install, while running ./build.sh these 2 testCases fail on the Day conversion with an offByOne error.
I'm assuming this is due to a change to LiteDB but have not been able to confirm that yet.