Eric Seidel

Results 803 comments of Eric Seidel

Email is best. It contains class and function names from your source code which some people don't want to share. Thanks!

Yeah, it looks like somehow your git might have been set up to *force* adding CRLF (the double-line-ending format that windows uses), since normally Mac would not include a \r...

I'm not sure where the dart windows bots are, but it should be pretty obvious in their output if it's still a problem there.

Ran into this in our fork, went to fix it, and then tried it in stable dart and realized it fails there too. (Testing on Mac ARM64 dart 3.7.0)

I'd start by seeing if `flutter build aab` works. My guess is the gradle signing config is having difficulties. Presumably because of the keystoreProperies not being as you expect.

Thank you for the report! Can look shortly.

Apologies, I did not get a chance to look today.

Looks like the name changed in Flutter's upload script, it's now Flutter.framework.dsym.zip https://storage.googleapis.com/download.shorebird.dev/flutter_infra_release/flutter/82e21760c682fccf052b0329ebfd34efa7eeff68/ios-release/Flutter.framework.dSYM.zip Will figure out how to update our code.

Also odd that I'm seeing https://storage.googleapis.com/download.shorebird.dev/flutter_infra_release/flutter/82e21760c682fccf052b0329ebfd34efa7eeff68/ios-release/Flutter.framework.dSYM.zip work, but https://download.shorebird.dev/flutter_infra_release/flutter/82e21760c682fccf052b0329ebfd34efa7eeff68/ios-release/Flutter.framework.dSYM.zip not. I thought that the latter would redirect to the former.

Something seems broken in our GCS setup. This link works: https://download.shorebird.dev/flutter_infra_release/flutter/82e21760c682fccf052b0329ebfd34efa7eeff68/ios-release/artifacts.zip for example, but https://download.shorebird.dev/flutter_infra_release/flutter/82e21760c682fccf052b0329ebfd34efa7eeff68/ios-release/Flutter.framework.dSYM.zip does not 🤔