AdaCore / langkit

Language creation framework.
https://www.adacore.com
Other
78 stars 35 forks source link

Problems installing , --force #657

Open simonjwright opened 1 week ago

simonjwright commented 1 week ago

This is with v25.0.0.

The top-level manage.py doesn't support --force, and it should. Instead, I have to say

 gprinstall --prefix=$PREFIX --uninstall langkit_support || true

The contrib/{python,lkt)manage.py's do support --force, but ./manage.py install --help doesn't say so.