Results 100 issues of Mark S. Miller

closes: #1739 refs: https://github.com/ocapn/ocapn/issues/47 https://github.com/tc39/proposal-is-usv-string ## Description At an OCapN meeting, we resolved https://github.com/ocapn/ocapn/issues/47 by deciding that only well-formed Unicode strings may be passed. A well-formed Unicode string does not...

@agoric/base-zone has an implementation of `isPassable` that emulates the proper behavior using a try/catch to turn the thrown failure of `passStyleOf` into a `return false;`. As of https://github.com/endojs/endo/pull/2042 , that...

bug

See http://www.erights.org/data/serial/jhu-paper/data-e-manual.html @kriskowal , an unfortunate result of reminding me of Data-E ;) @gibson042 , I don't know that I'll ever get it ready for review. But you may be...

ocapn

closes: #2113 refs: #2002 ## Description - JavaScript's relational comparison operations as exposed in methods like `Array.prototype.sort` and operators `` compare strings by lexicographic UTF-16 code unit order, which is...

ocapn

See https://github.com/ocapn/ocapn/issues/58#issuecomment-1570820042

kriskowal-review-2024-01
ocapn

Repeating here the contents of https://github.com/ocapn/ocapn/issues/5#issuecomment-1550492042 . Please please also look at that message in context. Taking inventory [of possible ocapn agreement] from Agoric's POV. From the thread above starting...

kriskowal-reviewed-2024-01
ocapn

Repeating https://github.com/Agoric/agoric-sdk/issues/8273 ## What is the Problem Being Solved? Our `package.json` has an `"ava":` section that configures a custom `"files"` glob. There are two problems with this: 1. It requires...

devex
kriskowal-review-2024-01

closes: #XXXX refs: #1933 ## Description The declaration site had both a correct @type declaration and a redundant vestigial partial @returns declaration. Because the latter also was not properly formed,...

Staged on https://github.com/endojs/endo/pull/2311 Still very drafty, but a start Fixes https://github.com/endojs/endo/issues/1331 See plan at https://github.com/ocapn/ocapn/issues/5#issuecomment-1492778252

ocapn