Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

@IncompatibleWith #1909

Merged
merged 2 commits into from
Dec 26, 2019
Merged

@IncompatibleWith #1909

merged 2 commits into from
Dec 26, 2019

Conversation

pq
Copy link
Contributor

@pq pq commented Dec 26, 2019

Bike-shedding for dart-lang/sdk#58088.

/cc @bwilkerson

// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

/// Linter metadata annotations.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: You need a directive in order to differentiate between library docs and docs on a member.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I suppose this is dangling. (Call for another warning perhaps? 🤔)

I thought I recalled library directives falling out of favor... Besides cooking up a library name, is there another preferred convention?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought I recalled library directives falling out of favor ...

They are. Any directive will do, but in a library like this one that doesn't need any directives I don't know what else to do. It seems silly to add a import 'dart:core'; to avoid adding a library directive.

@pq pq merged commit 14eae5b into master Dec 26, 2019
@pq pq deleted the meta branch December 26, 2019 21:56
@pq pq mentioned this pull request Dec 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

3 participants