Eric Long

Results 29 issues of Eric Long

Allows `require`ing modules over HTTP. ```lua local baaz = require "foo.bar.baaz @https://getabel.org/x/mymodule/0.1.0" local mymodule = require "@https://getabel.org/x/mymodule/0.1.0" ``` - [x] Implement MVP - You can use it right now, but...

enhancement

Hi, currently rusty_v8 fails to build on riscv64: ``` error: failed to run custom build command for `v8 v0.91.1` Caused by: process didn't exit successfully: `/build/deno/src/deno/target/release/build/v8-860405898034c0a2/build-script-build` (exit status: 101) ---...

Add support for RISC-V based on current platform-specific code and libunwind itself. libunwind mentions riscv32 in its source code, but only riscv64 is currently supported. Add these code as well...

`test_collector`'s time restriction is a bit tight on riscv64, extend it. ``` FAIL: test_collector (plop.test.collector_test.CollectorTest.test_collector) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/python-plop/src/plop-0.4.0/plop/test/collector_test.py", line 77, in test_collector self.assertTrue(time_per_sample < 0.000100,...

Test `test_unpacking` and `test_exceptions` are flaky: ``` Unreliable test timings! On an initial run, this test took 274.95ms, which exceeded the deadline of 200.00ms, but on a subsequent run it...

I've successfully built Deno (1.32.3, 1.32.4 in progress) in qemu-user and run on HiFive Unmatched on [Arch Linux riscv64](https://archlinux.felixc.at). Some tweaks I did: - Use system `clang`, `lld`, `gn` and...

build

Introduces a new parameter `--toolchain` whose value defaults to `sysroot`, but can be changed to `host` to build libwebrtc in the host environment. This could be later used in webrtc-sys'...

Mimic now doesn't filter out incoming UDP packets if the tuple is in the whitelist but instead directly pass it to the next step. To align the behaviour when probed...

documentation
enhancement

Extracted from https://github.com/rust-minidump/rust-minidump/pull/941, this allows porting of minidump-writer to riscv64 (along with https://github.com/EmbarkStudios/crash-handling/pull/102).