canonical / craft-application

The basis for *craft applications
https://canonical-craft-application.readthedocs-hosted.com/en/latest
GNU Lesser General Public License v3.0
7 stars 11 forks source link

fix: apply yaml transforms before grammar #319

Closed mr-cal closed 5 months ago

mr-cal commented 5 months ago

Same as #316 but targeting hotfix/2.6. The other PR got automatically closed and could not be re-opened after I deleted the hotfix/2.5 branch.

extra_yaml_transforms should be applied before grammar because an application may add advanced grammar.

LP#2061603 (CRAFT-2817)