snek

Results 73 issues of snek

experimental hacking - [ ] cargo test has been run and passes - [ ] documentation has been updated with relevant examples (if relevant)

I'm using the new bootloader+bootloader_api for my OS (huge fan, love how easy it is to use!), and currently banging my head on SMP. I was thinking a nice feature...

A pattern I've seen a few times: ```cc R"javascript( let a = 1; )javascript"; ``` Behaviour in a similar vein is vim-markdown highlighting code in codeblocks and vim-html highlighting javascript...

In node 13.x and forward you'll need to use `node::RegisterSignalHandler` to avoid breaking node internals. see https://github.com/nodejs/node/commit/70c7686df50870ac48e85855fbc0d0854d02cd68 for more details.

cc @rwaldron ![](https://gc.gy/93846273.png) test262-harness just uses eshost afaict so this is very weird to me. this is causing engine262 coverage to be underreported on test262.report.

```cc own trap; auto instance = Instance::make(store.get(), module.get(), imports, &trap); if (trap) { PrintTrap(trap); return 1; } auto memory = instance.get()->exports()[0]->memory(); assert(memory->kind() == wasm::EXTERN_MEMORY); // SIGSEGV here ``` backtrace: ```...

Right now if you extend null it isn't a problem until [[Construct]] which would expect `derived` to already have `this` bound which isn't going to be the case because there...

normative change
needs consensus

So right now the spec defines modules to hosts sort of like this: 1. Modules are concrete things with their own state and methods and whatnot 2. Modules cache successful...

It would be great to see support for OnePlus devices. I'd also be happy to test builds for the OnePlus 5. Kernel sources: - https://github.com/OnePlusOSS/android_kernel_oneplus_msm8998/tree/oneplus/QC8998_P_9.0 - https://github.com/OnePlusOSS/android_kernel_oneplus_msm8996/tree/oneplus/QC8996_P_9.0

help wanted

something i'm experimenting with in https://github.com/devsnek/jsont/pull/1