Jiayu Chen

Results 9 comments of Jiayu Chen

looks like @lberki is not available. @sgowroji anyone else can take a look at this change?

Also might be related: if a test is named inside quote like this `` `testName in quote` ``, click the test button will cause error due to the quote being...

nvm the quote issue is a false alarm. I created a test repo and verified the test button is only a problem for kotlin tests, java tests is working well....

Is this task about creating a fat-jar which exposes CLI api so that we will be able to run something like `java -jar compiler.jar src/main/sqldelight xx xx` from command line...

There are two approaches to solve these inline function related issues: 1. Similar to gradle, we need to use uninstrumented classes during compilation stage but use instrumented classes during dexing...