Jiahui Li

Results 6 comments of Jiahui Li

https://github.com/jiahuili430/local-plugins I am trying to store the `todo` plugin source code in the `plugins/` folder (main/test/test1 branches) and I am getting the following error. ```bash $ ./rebar3 todo ===> Compiling...

I think it's an umbrella project. I used the `rebar3 new umbrella` to generate it. Just change the folder name from `apps` to `src`, and also add `{project_app_dirs, ["src/*"]}.` to...

Changed the folder name back to `apps` and it works now, thank you!

> In that code path it sounds like the document is being read twice, so incrementing database_reads twice sounds correct. Of course if we could avoid the second read that...

> To reduce the size of the PR, wonder if it would make sense to extract the enhanced tests into a separate PR. We don't intend to change the behavior...

Thanks for the script, @nickva. I'll investigate more.