- From: Andreu Botella <notifications@github.com>
- Date: Mon, 21 Jun 2021 04:03:43 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/encoding/pull/266@github.com>
At various times in the ISO-2022-JP decoder and encoder, the prepend operation was being called with an end-of-queue item, even though that was made illegal in #215. This change removes those instances, in order to keep the same behavior as before #215. This was discovered in #263. <!-- This comment and the below content is programatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://whatpr.org/encoding/266.html" title="Last updated on Jun 21, 2021, 11:03 AM UTC (caf80f5)">Preview</a> | <a href="https://whatpr.org/encoding/266/395efaf...caf80f5.html" title="Last updated on Jun 21, 2021, 11:03 AM UTC (caf80f5)">Diff</a> You can view, comment on, or merge this pull request online at: https://github.com/whatwg/encoding/pull/266 -- Commit Summary -- * Editorial: Fix instances of prepend used with an end-of-queue item -- File Changes -- M encoding.bs (16) -- Patch Links -- https://github.com/whatwg/encoding/pull/266.patch https://github.com/whatwg/encoding/pull/266.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/encoding/pull/266
Received on Monday, 21 June 2021 11:04:21 UTC