Ryan Dahl
|
81f809f2a6
|
Revert "Remove dead code: legacy read/write ops"
This is causing a segfault for unknown reasons - see #2787.
This reverts commit 498f6ad431 .
|
2019-08-16 14:41:08 -04:00 |
|
Ryan Dahl
|
498f6ad431
|
Remove dead code: legacy read/write ops (#2776)
readSync and writeSync use dispatch_minimal now.
|
2019-08-14 19:54:35 -04:00 |
|
Ryan Dahl
|
e438ac2c74
|
Add op_id throughout op API (#2734)
Removes the magic number hack to switch between flatbuffers and the
minimal dispatcher.
Adds machinery to pass the op_id through the shared_queue.
|
2019-08-07 14:02:29 -04:00 |
|
Ryan Dahl
|
3971dcfe10
|
Use system rustfmt instead of fixed binary (#2701)
|
2019-07-31 17:11:37 -04:00 |
|
Bert Belder
|
abe8a113ad
|
Refactor error to use dynamic dispatch and traits
This is in preperation for dynamic import (#1789), which is more easily
implemented when errors are dynamic.
|
2019-07-11 14:37:00 -04:00 |
|
Kitson Kelly
|
425df50484
|
Combine CLI Errors (#2487)
|
2019-06-19 19:07:01 -07:00 |
|
andy finch
|
76d51b0f9a
|
refactor dispatch take 2 (#2533)
|
2019-06-17 18:02:08 -07:00 |
|
Ryan Dahl
|
1361e30223
|
Revert "Refactor dispatch handling (#2452)"
Due to performance regression:
dc60fe9f30 (commitcomment-33943711)
This reverts commit dc60fe9f30 .
|
2019-06-14 13:56:36 -07:00 |
|
andy finch
|
dc60fe9f30
|
Refactor dispatch handling (#2452)
Promise id is now created in core and passed back to JS.
|
2019-06-13 20:43:54 -07:00 |
|
diskkid
|
2508480465
|
Add error handling to dispatch_minimal::ops::read/write (#2349)
|
2019-05-15 14:50:54 -04:00 |
|
Ryan Dahl
|
00ac871607
|
Optimize read and write ops (#2259)
|
2019-05-03 00:06:43 -04:00 |
|