Tools used by Dart's continuous integration (CI) testing that aren't needed by Dart SDK contributors. Mirrored from dart.googlesource.com/dart_ci. Do not land pull requests on Github.
BSD 3-Clause "New" or "Revised" License
18
stars
5
forks
source link
symbolizer bot heuristics confuse function singatures and locations in partially symbolized ios crashes #128
See for example https://github.com/flutter/flutter/issues/99201#issue-1151570436 where the bot will crash trying to parse firebase::firestore::remote::Datastore::PollGrpcQueue() as if () is containing location information. We should probably check for space before (.
See for example https://github.com/flutter/flutter/issues/99201#issue-1151570436 where the bot will crash trying to parse
firebase::firestore::remote::Datastore::PollGrpcQueue()
as if()
is containing location information. We should probably check for space before(
.