AdaCore / langkit

Language creation framework.

Home Page:https://www.adacore.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup.py not installing langkit.lexer

briot opened this issue · comments

It seems to me that packages in setup.py should also include langkit.lexer.
Otherwise, the directory langkit/lexer is not copied when installing, and the compilation
of libadalang fails down the road...

Thanks !

Hello,

Thanks for reporting this, we’ll fix it. Note that we’ll soon have a Travis CI setup for Langkit, so as suggested a long time ago in #9, we should have automated way of detecting these issues soon. :-)

Hello @briot

This is now fixed, and our Travis CI setup now uses setup.py, so we should be able to detect future occurences of this issue before they get to the master branch. :-)