Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: force global dartdoc activation from pub.dev. #1280

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

isoos
Copy link
Collaborator

@isoos isoos commented Nov 8, 2023

This effects local development on pub.dev, and also when running pana against dependencies on a private package repository. Without this change these services would need to pass-through proxy package:dartdoc and its dependencies, or otherwise pana should allow pre-activation of the global scope.

I think it is better to force this activation from pub.dev for now, and if needed we can add option to override it - if the need for that is present.

@@ -1,6 +1,6 @@
name: pana
description: PAckage aNAlyzer - produce a report summarizing the health and quality of a Dart package.
version: 0.21.41
version: 0.21.42
Copy link
Contributor

Choose a reason for hiding this comment

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

This is to be published straight away, right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes, please do publish it!

@isoos isoos merged commit eddef5d into dart-lang:master Nov 9, 2023
5 checks passed
@isoos isoos deleted the fix branch November 9, 2023 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants