Mark S. Miller
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...
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...
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...
See https://github.com/ocapn/ocapn/issues/58#issuecomment-1570820042
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...
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...
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