This allows for setting the executable and possible parameters as they might differ in different projects as in other compiler files; see ongoing discussion in #18798 and at other places though if preference should rather be given to forking runtime files by the user and barring such customization by user variables to avoid global variable name clashes
https://github.com/vim/vim/pull/18960
(3 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Hm, we have been adding quite a few additional compilers over the last years. Is this really useful? Just want to prevent that our compilers directory becomes a dumping ground of anything that someone found useful over the times at some time
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
It is supposed to be as useful as mypy/pyright as Python type checkers, an analog to ruff as an alternative to established linters; released a few days ago (15k stars so far). To avoid becoming a dump, would a cleaning pass checking for the popularity of older compiler files help?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()