Daichi Mukai

Results 4 issues of Daichi Mukai

We want some mechanism to ensure that the version of `rust-toolchain` and that of Dockerfiles always synced. There seems to be some options: 1. write CI test to check Dockerfile...

discussion

nilerr sometimes fails to find `lint:ignore` comments. This is because nilerr checks if this comment exists by `comment.Maps.IgnoreLine()`, which does not work well with multiple files. For example, nilerr mistakenly...

When nilerr was compiled by a recent Go compiler, it fails with the following error. This issue could be fixed by updating golang.org/x/tools version. nilerr: internal error: package "fmt" without...

This PR fixes a bug reported in #266. Thanks @Mihirkumarsingh for reporting!