mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
b42103c9d1
Our maps are string-based and assume there's only one one @Native class with a given name. This isn't true for these four classes, where there are two types with the same name for each one. This then results in us dropping the definition of one of the two types. Since one of the two types is essentially unused, we should choose to drop that one instead for now. Long-term, we should deprecate the unused types or change our conformance handling to handle multiple types with the same name. We could also choose to unify both definitions, but this may lead to either false positives or renames of members being dropped. This allows us to catch uses of the types that are actually used. Change-Id: I9386cad5b014bee60cd72d21cdf0546640138704 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/341331 Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Srujan Gaddam <srujzs@google.com> |
||
---|---|---|
.. | ||
bots | ||
buildtools | ||
dart2js | ||
dom | ||
fuchsia | ||
linux_dist_support | ||
package_deps | ||
patches | ||
sdks | ||
spec_parser | ||
test_generators | ||
testing | ||
verify_docs | ||
.gitignore | ||
3xhead_flutter_hooks.sh | ||
addlatexhash.dart | ||
analysis_options.yaml | ||
bisect.dart | ||
build.py | ||
copy_dart.py | ||
copy_tree.py | ||
create_pkg_manifest.py | ||
diff_results.dart | ||
download_chromium_sysroot.sh | ||
experimental_features.yaml | ||
FAKE_COMMITS | ||
find_builders.dart | ||
find_depot_tools.py | ||
gen_fuchsia_test_manifest.py | ||
generate_buildfiles.py | ||
generate_experimental_flags.dart | ||
generate_idefiles.py | ||
generate_package_config.dart | ||
generate_package_config.py | ||
generate_sdk_version_file.py | ||
generate_shim_headers.py | ||
get_dot_git_folder.py | ||
git_cl_try.sh | ||
gn.py | ||
gn_helpers.py | ||
line_doc_comments.dart | ||
list_dart_files.py | ||
list_dart_files_as_depfile.py | ||
make_version.py | ||
manage_deps.dart | ||
minidump.py | ||
opt_out_files.dart | ||
OWNERS | ||
OWNERS_ANALYZER | ||
OWNERS_BUILD | ||
OWNERS_CFE | ||
OWNERS_DEVTOOLS | ||
OWNERS_ECOSYSTEM | ||
OWNERS_ENG | ||
OWNERS_FOUNDATION | ||
OWNERS_GOOGLE3 | ||
OWNERS_INFRA | ||
OWNERS_LANGUAGE | ||
OWNERS_PRODUCT | ||
OWNERS_PUB | ||
OWNERS_VM | ||
OWNERS_WASM | ||
OWNERS_WEB | ||
presubmit.sh | ||
publish_pkg.py | ||
rev_sdk_deps.dart | ||
run_offsets_extractor.dart | ||
run_with_coredumps_enabled.py | ||
set_ia32_sysroot.sh | ||
set_x64_sysroot.sh | ||
spec_parse.py | ||
task_kill.py | ||
test.dart | ||
test.py | ||
utils.py | ||
validate_test_matrix.dart | ||
VERSION | ||
write_dartdoc_options_file.py | ||
write_revision_file.py | ||
write_version_file.py | ||
yaml2json.dart |