Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,764 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 22 commits in 4 repositories
Created a pull request in dart-lang/pub that received 2 comments
Simplify null-safety analysis in `pub outdated --mode=null-safety`
Fixes #2716
Opened 19 other pull requests in 3 repositories
dart-lang/pub
8
merged
1
open
1
closed
- Fix pub remove --dry-run
- Remove ExitWithException
- Enable asserts when testing pub
- Default language version
- Added a pub upgrade --nullsafety mode
- filter out SDK dependencies
- Added a dart pub outdated --transitive option
- Added test that dev_dependency does not trigger null-safety warnings when publishing
- Require sdk constraint
- nit: use d.file instead of YamlDescriptor
dart-lang/pub-dev
8
merged
google/dart-neats
1
merged
Reviewed 92 pull requests in 7 repositories
dart-lang/pub-dev 57 pull requests
- Upgrade pana
- Consistent but somewhat random-looking ordering for test-profile package versions.
- Rely less on pana's PackageDependency list.
- Override the uploaded version's created timestamp in test profile.
- API endpoint for package names
- Basic tool to check search drift.
- Track copy events for analytics.
- Remove legacy query parameter and treat is:legacy in query as special.
- Starting to use the test profiles in unit tests.
- Updated HTML validation: pkg/pub_validations
- Remove visible search option for legacy packages.
- Fail instead of redirect when accessing non-existing version.
- Upgrade SDKs and dartdoc
- Removing RequestContext.isNullSafetyDisplayed.
- Tweak null-safety label and search backend.
- Extend index debug info with last 20 packages updated.
- Enable experimental features related to null-safety.
- Extra data for debugging drift in search responses.
- Reduce search-page cache timeout.
- Remove asset fields from PackageVersion.
- Configurable import source for test-profile.
- Fix SDK links on Flutter Favorites listing page.
- Migrate to assets: render atom feed without PackageVersion.readme.
- Migrate unit tests to use direct assets.
- Search backend: read readme from asset.
- Some pull request reviews not shown.
dart-lang/pub 19 pull requests
- Remove hack now issue has been fixed
- Limit retries in test to avoid timeout
- Stop depending on .packages
- Clarify error message when spawning a subprocess fails
- Improve message in `pub outdated` when incompatible versions are found
- Don't allow both `--json` and `--transitive`
- outdated --mode=null-safety, resolvable constrained to null-safe vers…
- Update outdated output
- Remove deprecation warning from pub top level.
- Deprecate --server argument to `pub publish` and `pub uploader`.
- Added a dart pub outdated --transitive option
- don't warn if previous prerelease was null safe
- Improve outdated --mode=null-safety
- Change message for no Latest resolution
- Remove warning about mixed mode.
- Outdated null safety implies prereleases
- Avoid hanging if we don't use explicit `exit()`
- Command<dynamic> -> Command<int>
- Fixed bug in yaml_edit
dart-lang/pana 8 pull requests
- Prepare 0.14.9 release.
- Use library import graph to determine null-safety
- Learn about allowed_experiments
- Tag packages with is:null-safe regardless whether the current SDK support
- Clarify why null safety section gives zero points
- Updated CHANGELOG
- Fix NPE on missing ReportStatus and do not backfill automatically.
- Add null-safety report (without points)
google/dart-neats 4 pull requests
dart-lang/site-www 2 pull requests
dart-lang/shelf 1 pull request
dart-lang/dart_docker 1 pull request
Created an issue in dart-lang/pub that received 31 comments
Error in pub when packages don't have a lower-bound SDK constraint
Outdated proposal one; for the current proposal see #2707 (comment).
When pubspec.yaml does not contain a lower-bound SDK constraint (or doesn't c…
Opened 20 other issues in 5 repositories
dart-lang/pub
7
closed
1
open
- dart pub outdated --no-transitive --format json --> should throw an error
- deprecate `pub` command
- [meta] null-safety beta issues
- Add a test that NullSafetyMixedModeValidator ignores dev_dependencies
- Remove pub get warning about partial null-safety compatibility
- Simplify null-safety analysis for "pub outdated --mark=null-safety"
- pub outdated --mark=null-safety should imply --prereleases
- Don't ignore prereleases in warning about null-safety migration
dart-lang/pub-dev
4
open
2
closed
- /api/dart2-package-name-completion-data
- Stable API for listing package names
- pub.dartdoc.runner/fhir/0.0.11 -> exitCode: -9
- pub.dartdoc.runner -> pubspec.yaml has no lower-bound SDK constraint
- dartdoc -- NoSuchMethodError: The getter 'importedExportedLibraries' was called on null.
- Avoid returning `^a.b.c` for SDK constraints in version listing API