nanonyme commented on issue #5: URL: https://github.com/apache/buildstream-plugins/issues/5#issuecomment-1147823935
So is this specifically about handling wrap files? It seems not overly complex to handle. Maybe we should put this plugin into bst-plugins-experimental first though. https://mesonbuild.com/Wrap-dependency-system-manual.html Meson wrap files are reasonably simpler to parse. Seems we could have two plugins, one for wrap-git and one for wrap-file. Former could subclass git with custom track and latter could implement DownloadableSource with custom track so it would pull data from Meson project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
