Re: RFC: Erroring out if the platform you're building the Framework is not supported

2022-03-06 Thread Albert Astals Cid
El dimecres, 16 de febrer de 2022, a les 21:16:43 (CET), Christoph Cullmann (cullmann.io) va escriure: > On 2022-02-16 16:22, Allen Winter wrote: > > On Wednesday, February 16, 2022 9:42:18 AM EST Albert Astals Cid wrote: > >> Supported == listed in metainfo.yaml > >> > >> https://invent.kde.org/

Re: RFC: Erroring out if the platform you're building the Framework is not supported

2022-02-16 Thread Allen Winter
On Wednesday, February 16, 2022 9:42:18 AM EST Albert Astals Cid wrote: > Supported == listed in metainfo.yaml > > https://invent.kde.org/frameworks/extra-cmake-modules/-/merge_requests/245 > > What do you think? > > I know parsing yaml like that isn't great but it seems to work for something >

RFC: Erroring out if the platform you're building the Framework is not supported

2022-02-16 Thread Albert Astals Cid
Supported == listed in metainfo.yaml https://invent.kde.org/frameworks/extra-cmake-modules/-/merge_requests/245 What do you think? I know parsing yaml like that isn't great but it seems to work for something as simple as what I want there. I guess it's probably a bit annoying for places like O