Joshua Warner

Results 12 issues of Joshua Warner

It looks like drone.io, being based on docker, might offer some significant advantages over travis ci. In particular, we could add windows, 32-bit linux, arm and powerpc cross-compiler toolchains to...

enhancement

Make command (on macosx, using jdku40 (build 43) source and binaries from https://github.com/alexkasko/openjdk-unofficial-builds/tree/e1b5828b726050b79da9cfefe06e3b73e3e1e2cd): ``` bash make platform=ios bootimage=true arch=arm openjdk=(pwd)/../openjdk/7/u40/bin openjdk-src=(pwd)/../openjdk/7/u40/src mode=debug MAKEFLAGS= ``` lldb run: ``` ignore * thread...

bug

The current requirement to have a System instance in order to call abort on makes it very difficult to write "clean", modular utilities. Anything that could possibly want to assert...

enhancement

Currently, we add calls to idleIfNecessary on every backwards branch so that no thread can run indefinitely without yielding control (at a safe point) to the VM, mostly in order...

enhancement

This will allow third-party libraries to implement their own VFS to expose to a wasi binary, such as (for example) VFS implemenations that record all reads/writes done from wasi, or...

wasi

Hi! I'm trying out c2rust on some old C code I found lying around and running into issues with c2rust giving errors about finding headers that don't happen to be...

Is there a way to specify extra arguments passed to clang? As I have it set up now, it's rather useless because it just complains about not being able to...

As described in #3655, this allows the parser to understand what the user means if they don't indent the `when` cases quite far enough. The intent is that, rather than...

While diving into #3445, I discovered and started to understand just how _strange_ indentation currently is in the roc parser. Briefly, there are two intertwined concepts thru-out the code: *...

See screenshot below: - "Radio like" goes right to the right edge, making it look non-centered (minor) - the text flows right to the edges of the button (minor) -...