- Seattle, WA
Block or Report
Block or report natebosch
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
1,017 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2023
Created 12 commits in 2 repositories
Created a pull request in dart-lang/test that received 33 comments
Expand the doc comment for Context
This is the main point of interaction for authors of extensions, so docs cover a wide range of information, including how the descriptions will be …
+324
−68
•
33
comments
Opened 15 other pull requests in 2 repositories
dart-lang/test
8
merged
5
open
1
closed
- Prepare to publish test_core and test
- Minor readme improvements
- Move migrating guide to separate doc and expand
- Rename some extensions for consistency
- Rename matches to matchesPattern, accept Pattern
- Add changelog for #1900 breaking change
- Flush stdin after writing in pause after load test
- Take callbacks for actual and which
-
Make
label
arguments take callbacks - Add assume and expectThat utilities
- Add a top level equals utility
- Take Condition for async nesting expectations
- Experiment with disallowing subject chaining
- Try a postfix phrasing
dart-lang/ecosystem
1
merged
Reviewed 18 pull requests in 4 repositories
dart-lang/test
15 pull requests
- Add compiler docs
- Add --compiler tests
- fix tests in the compiler branch
- Update vm_service to support 11.0.0
- Support targeting compilers via platform selectors
- Expand the doc comment for Context
- Rename matches to matchesPattern, accept Pattern
-
Make
label
arguments take callbacks -
Add support for
--compiler
flag - update legacy tests to ignore language version comment for development on newer sdks
- Take callbacks for actual and which
- Take Condition for async nesting expectations
- Support running tests by absolute file: uri
- Experiment with disallowing subject chaining
- Try a postfix phrasing
dart-lang/dart_style
1 pull request
dart-lang/html
1 pull request
dart-lang/build
1 pull request
Created an issue in dart-lang/sdk that received 2 comments
Add a diagnostic for using @override
inside a method
I think the only misuse of the annotation we flag is on a non-overriding member of a class. We should also flag the misuse on things which can't be…
2
comments