Is there a difference between "when receiving input from stdin" and "when specifying file path" in nim check ?
I want nimcheck to accept stdin with ALE of Vim plugin. However, I was wondering because the results were different.
Understood. Do not use stdin.
Should we also avoid specifying file paths like tmpfile?
Understood. Do not use stdin.
Should we also avoid specifying file paths like tmpfile?
Using tmpfile gave different results. Therefore, I thought that it should not be used.