GNU bug report logs -
#70036
30.0.50; Move file-truename to the C level
Previous Next
Full log
View this message in rfc822 format
On Fri, Apr 19, 2024 at 7:14 PM Theodor Thornhill <theo <at> thornhill.no> wrote:
>
> João Távora <joaotavora <at> gmail.com> writes:
>
> Open main.go in emacs and M-x eglot. Observe error:
> ```
> compiler [DuplicateDecl]: main redeclared in this block (this error: other declaration of main)
> ```
Reproduced, but that's not Eglot's fault, couldn't be. Eglot told
gopls _nothing_ about mainlink.go. Check your events buffer! No
didOpen for mainlink.go! In fact you probably don't even need to didOpen
any file for that problem to be reported as a project-wide diagnostic.
A simple initialize will do, I bet. IOW, you barely need a client.
Gopls decided to do some out-of-band (meaning out-of-LSP) analysis
of the code, bumped into its own ignorance (or policy, who knows?)
re. symlinks, and decided to issue diagnostics. Seems something a
Go compiler would do. Maybe it does? Are symlinks even supported in
Go projects?
Bottom line is Eglot wasn't ever the hindrance for this to work and it
should not suddenly become one. Not without a very good reason, which
this performance matter clearly isn't (not least because there are lots
of alternative solutions as we've seen)
João
This bug report was last modified 1 year and 105 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.