Marya
Marya
This PR is an outline of how to incorporate the content @craiglabenz wrote [here](https://docs.google.com/document/d/15638Ngh0kl_1rlhPgvdhcZQHuZ_Gi6d0o6hqB4y-9pg/edit?usp=sharing) (access required) into the C-interop page. The outline is still very rough, but I suspect the...
### What information is missing? We need consistent and user-friendly terminology across our docs for various language features. We should start standardizing the terminology we use for topics/ideas that have...
[This CL](https://dart-review.googlesource.com/c/sdk/+/342700) updating the breaking change definition in the sdk specifically says that language versioned changes are _not_ breaking changes, so we have to update [this](https://dart.dev/resources/breaking-changes#:~:text=in%20this%20list.-,Language%20versioned%3A,-The%20Dart%20SDK): This page includes the...
This issue is so I remember I want to do this, but it's not tied to any release or development work. @sigmundch described Dart's interop story in a meeting the...
https://dart.dev/guides/google-apis From the dev intel report: Consider removing the google-apis page, and add a blurb about the googleapis package to the “useful packages” page... - this page performs poorly. -...
### What information needs to be added? From a user pain points document: > Simple things like destructuring less than every field of a tuple seems to be completely >...
Lots of new code examples in #5246, should convert them all to code excerpts. - `{:.bad}` snippets don't get an excerpt (just going to cause errors) - Right now, all...
[Fixing type promotion failures](https://dart.dev/tools/non-promotion-reasons) (non-promotion-reasons) and [Fixing common type problems](https://dart.dev/guides/language/sound-problems) (sound-problems) In terms of purpose and subject matter, I can't really tell if they're trying to address different topics. Seems...
## Background @dart-lang/language-team @bwilkerson I would like to settle on a term for "Null assertion operator"/`!` and then update all of our resources (docs, lints, diagnostics, in the SDK, etc)...
### Page URL https://dart.dev/language/extension-methods.html ### Page source https://github.com/dart-lang/site-www/tree/main/src/language/extension-methods.md ### Describe the problem In the "[implementing extension methods](https://dart.dev/language/extension-methods#implementing-extension-methods)" section, why does the syntax show a question mark on the extension name?...