Alex Doubov
Alex Doubov
~~I was able to fix this issue by adding `@JsonCreator constructor` to the data class definition.~~ Nevermind, that actually didn't work.
Thanks @k163377, you pointed me in the right direction! Apparently this is an R8 bug: https://issuetracker.google.com/issues/206855609 Following https://issuetracker.google.com/issues/206855609#comment9 solved the issue.
Apparently this is an R8 bug: https://issuetracker.google.com/issues/206855609 Following https://issuetracker.google.com/issues/206855609#comment9 solved the issue.
@mikehardy Thanks for the input! If I'm not mistaken, that will depend on the type of the variable that is being used as a parameter. In our case, we use...
@mikehardy That's a good idea. I'll send an email to that mailing list.
@mikehardy @npurushe Reading the mailing list archives (https://www.mail-archive.com/search?q=SQLITE_MAX_VARIABLE_NUMBER&l=sqlite-users%40mailinglists.sqlite.org), it leads me to conclude that there's no memory penalty by simply bumping the limit to some higher value (https://www.mail-archive.com/[email protected]/msg65410.html and related...
Added a more detailed stacktrace. We've had to revert our upgrade back to alpha04 because of this bug.
@AlecKazakova @hfhbd any idea which commit could've caused this regression? 🙏
@hfhbd this happens on our CI system, which executes all the compilation commands through a command line. This also doesn't happen all the time, so it seems to be a...
Looks like Alec's library has a dependency on Intellij though: https://github.com/AlecKazakova/sql-psi/blob/master/core/build.gradle