|
|
Cleanups in the Mojo package.
Remove unused argument to startRead|Write. This is a breaking change.
Rename constants (to lower case) so that they are consistent. This is a breaking change.
Keeping the MojoResult constants ("kOk", ...) since changing them would be *really* breaking.
Make the internal library the owner of the constants. That is, the constants are exported from the internal library. The package is just a user of them.
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+235 lines, -173 lines) |
Patch |
 |
M |
mojo/dart/embedder/io/mojo_patch.dart
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/dart/packages/mojo/lib/src/buffer.dart
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/dart/packages/mojo/lib/src/data_pipe.dart
|
View
|
|
9 chunks |
+18 lines, -20 lines |
0 comments
|
Download
|
 |
M |
mojo/dart/packages/mojo/lib/src/handle.dart
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
mojo/dart/packages/mojo/lib/src/message_pipe.dart
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
mojo/dart/packages/mojo/lib/src/types.dart
|
View
|
1
|
2 chunks |
+27 lines, -27 lines |
0 comments
|
Download
|
 |
M |
mojo/dart/packages/mojo/sdk_ext/internal.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
mojo/dart/packages/mojo/sdk_ext/src/constants.dart
|
View
|
1
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/dart/packages/mojo/sdk_ext/src/handle_watcher.dart
|
View
|
|
5 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
mojo/dart/packages/mojo/sdk_ext/src/natives.dart
|
View
|
1
|
22 chunks |
+87 lines, -86 lines |
0 comments
|
Download
|
 |
M |
mojo/dart/packages/mojo/sdk_ext_sources.gni
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/dart/unittests/embedder_tests/core_test.dart
|
View
|
|
9 chunks |
+13 lines, -15 lines |
0 comments
|
Download
|
Total messages: 10 (2 generated)
|