Re: The worst piece of Mozilla code

2014-10-16 Thread Andy Wingo
On Thu 16 Oct 2014 14:32, Nicholas Nethercote writes: > I was wondering what people think is the worst piece of code in the > entire Mozilla codebase. I'll leave the exact meanings of "worst" and > "piece of code" unspecified... The LegacyCompExprTransplanter. https://hg.mozilla.org/integration

Re: The worst piece of Mozilla code

2014-10-16 Thread Andy Wingo
On Thu 16 Oct 2014 15:24, Joshua Cranmer 🐧 writes: > . C > code masquerading as C++ that use XPCOM classes directly. Manual memory > allocation up the wazoo. Cleans temporary files on error but not > success. Hahaha Creat

Intent to ship: BigInt

2019-02-21 Thread Andy Wingo
# Where to send your bugs Robin Templeton (:terpri) and Andy Wingo (:wingo). Bring it on! :) ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Intent to ship: "Multi-value" WebAssembly proposal

2020-04-08 Thread Andy Wingo
mal WPT coverage for the interface with JavaScript: testing/web-platform/tests/wasm/jsapi/constructor/multi-value.any.js Good upstream WebAssembly spec coverage but we are still sorting out some flags issues: https://bugzilla.mozilla.org/show_bug.cgi?id=16216

Intent to ship: "JS BigInt to I64 integration" WebAssembly proposal

2020-05-15 Thread Andy Wingo
# Intent to ship: "JS BigInt to I64 integration" WebAssembly proposal This feature allows I64 values in WebAssembly to be exported to JavaScript as a BigInt value, or imported from JS from a BigInt. With this proposal implemented, all four value types in the WebAssembly MVP can be passed through

Re: New JavaScript engine module owner

2021-03-09 Thread Andy Wingo
On Wed 10 Mar 2021 02:12, Jason Orendorff writes: > I'm pleased to announce that Jan De Mooij has agreed to take ownership of > the JavaScript engine module. Congratulations rather to you & commiserations to Jan ;) What am I saying, congrats all around! :) Andy