-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: apply yaml transforms before grammar #316
Conversation
`extra_yaml_transforms` should be applied before grammar because an application may add advanced grammar. Signed-off-by: Callahan Kovacs <[email protected]>
d11f105
to
77a691e
Compare
return new_yaml_data | ||
|
||
|
||
def test_process_grammar_from_extra_transform(app_metadata, fake_services, tmp_path): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
@mr-cal I think we might want to target |
Here's what I've been thinking:
If we target During Friday's planning, we talked about implementing a default |
@tigarmo I'm going to guess that you'll be the one doing the release next week so whatever you say goes. |
@mr-cal I think I'm fine with doing a |
Sounds good to me, ship it!
…On Tue, Apr 23, 2024, 19:09 Callahan ***@***.***> wrote:
@tigarmo <https://github.com/tigarmo> - let's plan to land this PR and
your PR (#317 <#317>)
on a hotfix/2.6 branch.
#318 <#318> is not an
easy egg to crack and I can get 95% of SNAPCRAFT_ and CRAFT_ variables
working with changes only in Snapcraft, so we can deal with #318
<#318> and the
breaking changes in #302
<#302> after Thursday.
—
Reply to this email directly, view it on GitHub
<#316 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAO4MQYIRACLFBI4NRELPKDY63L2XAVCNFSM6AAAAABGTQXMDWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZTGU2TMMRQG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
tox
?extra_yaml_transforms
should be applied before grammar because an application may add advanced grammar.I'm targeting
hotfix/2.5
so this can be released as craft-application2.5.1
and rolled out to snapcraft8.2.1
.See snapcraft integration here: canonical/snapcraft#4753
LP#2061603
(CRAFT-2817)