James Sherlock

Results 152 comments of James Sherlock

Appreciate the response there Roger! Agreed we should handle this as multiple tasks, and I don't think having no distinction between completing naturally and via developers actions is a showstopper...

You raise a valid point 😄 I suppose it'd rely on having the last percentage then! Either way not a massive concern for what I'm praying for here - the...

Not from me I'm afraid, but I'd still love it!

Confirmed, also experiencing this. Renovate is attempting to make this change inside my Package.swift file: ```diff - .package(url: "https://github.com/Quick/Nimble.git", from: "9.0.0"), + .package(url: "https://github.com/Quick/Nimble.git", from: "v9.2.1"), ``` This fails due...

I'm not sure I understand @MaronHatoum, looking at the PR on your forked branch it's demonstrating the same incorrect behaviour? (https://github.com/MaronHatoum/renovate-sandbox/pull/1) It should be changing `10.7.1` to `10.28.4` **not** `v10.28.4`.

> @Sherlouk > > is this the expected result? > > https://github.com/MaronHatoum/renovate-sandbox/pulls At first glance that does appear to be the correct update 😃

Was there a PR to patch the functionality, or do we need to make some configuration changes to get the fix here? 👀

Thanks @aronhoff, that solution didn't work for me verbatim but it gave me inspiration to try some other build parameters. I managed to get setup and working with this command:...

Identified here: https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/pull/1406#discussion_r760204998. The bug happens with/without filters.

The bug here is because we set the field value verbatim. ```