<html><body><div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Oct 16, 2024 at 9:08:13 PM, Stefan-Iulian Alecu via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> wrote:<br></div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" type="cite">
I'll revisit your extensions and give pascal-language-server yet another<br>shot, but I am not too confident. If I can make it work within a CI/CD<br>context, I'll send a PR. This would imply cloning all of Lazarus, and<br>following trunk (I wonder if that's still needed, since Laz 3.6 is out),<br>and that's why not having Lazarus in the mix would be a net benefit.<br>
</blockquote>
</div>
<br>
<div dir="ltr">
Exactly it’s hard to use and the building fails for people. I only use it on macOS but things always change and are breaking. It DOES work though and offers a good deal of functionality, at least all the important stuff.</div><div dir="ltr"><br></div><div dir="ltr">This is more of a build problem for you though right? I know it’s not a standalone thing and relies on Lazarus but what realistically are you going to do? Already CodeTools is a massive project and I wouldn’t want to recreate that just to for easier building. Then you need to keep it updated for every new change the compiler makes, which no one has time for.</div><div dir="ltr"><br></div><div dir="ltr">I wonder how other new compilers handle this. I think unless the compiler itself has a “quick” mode for LSP’s you’ll need a whole other program which knows the syntax and isn’t in sync with the compilers parser/type checking etc…</div><div dir="ltr"><br></div><div dir="ltr"><br></div></body></html>