AdaCore / ada_language_server

Server implementing the Microsoft Language Protocol for Ada and SPARK
GNU General Public License v3.0
226 stars 54 forks source link

Missing dependency "templates_parser" #1054

Closed stephe-ada-guru closed 1 year ago

stephe-ada-guru commented 1 year ago

I'm trying to build ada_language_server from github main, in order to try the semantic_tokens support with Emacs eglot. I'm using the github main version of all the dependencies.

However, the current version of lal_tools.gpr requires "template_parser.gpr", which is not in langkit, langkit_support, or any of the other dependencies. Where do I find it?

(maybe this is actually a langkit issue?)

stephe-ada-guru commented 1 year ago

Found it; https://github.com/AdaCore/templates-parser