- From: Adam Rice <notifications@github.com>
- Date: Tue, 10 Oct 2017 08:47:00 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 October 2017 08:47:24 UTC
With the change to better-assert in #830 assertions are now
self-documenting. There is no longer any need for a description to track
down what failed.
Assertion descriptions were never included in the standard text so this
change removes a discrepancy between the reference implementation and the
standard.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/streams/pull/834
-- Commit Summary --
* Remove assert() descriptions
-- File Changes --
M reference-implementation/lib/helpers.js (2)
M reference-implementation/lib/queue-with-sizes.js (17)
M reference-implementation/lib/readable-stream.js (20)
M reference-implementation/lib/transform-stream.js (16)
M reference-implementation/lib/writable-stream.js (63)
-- Patch Links --
https://github.com/whatwg/streams/pull/834.patch
https://github.com/whatwg/streams/pull/834.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/834
Received on Tuesday, 10 October 2017 08:47:24 UTC