Callahan Kovacs

Results 173 comments of Callahan Kovacs

@Abdulwahab03, I've assigned it to you. Thanks! Let me know if you have any questions. I expect this will require: - removing extensions only for core18 and anywhere they are...

There's no reason to tie this to Snapcraft 9, since we can mark `--build-for` as deprecated in a minor release. If the work is completed before Snapcraft 9, then we...

> snap store frontend still doesn't understand the desktop-file-ids attribute Apparently this has been fixed it review-tools, we'll need to find the commit to verify.

Hi @waveform80, The platform needs to be empty, not an empty dictionary. valid: ```yaml platforms: amd64: ``` valid: ```yaml platforms: amd64: null ``` invalid: ```yaml platforms: amd64: {} ``` You...

> @lengau, would you consider this a regression that we should fix or should we be more clear in the documentation? I'm leaning towards a doc fix. After discussing with...

Nice find, this is not a good user experience. Snapcraft should be more robust when processing grammar, in order to present a good error message.

As you noted as a workaround, you can use `core22` since a `snapcraft.yaml` is always tied to a particular base. I agree that an environment variable is better for base-independent...

Hi, thanks for the report. Looks like Snapcraft is failing to parse advanced grammar in the `prime` keyword. Here's a minimal reproducer: ``` name: firefox version: "140.0-1" summary: Mozilla Firefox...

There are a dozen or more mappings of supported architectures in Snapcraft and the craft libraries. Some map armv8l and others don't. I think we should consistently map armv8l to...

@Brijeshthummar02, we are still preparing to roll out the program (https://github.com/canonical/craft-parts/issues/1116#issuecomment-2969652499).