Michael Gene Brockus (Dreamer)
Michael Gene Brockus (Dreamer)
All backends will depend on the available introspection API provided from the Meson build system plus `testlogs.json` if needed. Also should implement the following methods from there interface class, `generator`...
The backend constructor should take `MesonAPI` object as its only argument because it has everything that is needed for IDE project generation at this time, and for how the JSON...
So far the first backends have been added to the mix via Meson-UI but I feel that I should provide a stable API for anyone who wish to add backends...
Have provided a basic backend implementation class that allows a consistent naming convention between backend implementations. ```python3 class BackendImplementionApi: def __init__(self, meson_api): self.meson_api = meson_api @property def projectinfo(self): return self.meson_api.get_object(group='projectinfo',...
Did you try `python -m pip uninstall meson`?
Should this be like an introspection thing because as a Meson build user this seems strange just to query the threading dependency just to see what type it is. If...
Is anyone working on this?
Should this issue be closed?
Ping @legeana .
What about a `requires` section? Maybe that would be helpful for doing additional wrap downloads ahead of time before running the download process on whatever dependency or dependencies the user...