linear cannon

Results 12 issues of linear cannon

- `nvim --version`: N/A - Operating system/version: Debian testing, arm64 ### Actual behaviour there is no AppImage for aarch64 platforms. this means users like me who do not use x86_64...

enhancement
build
status:blocked-external
ci

there's a lot of floating point operations in the zspan rendering code without any concurrent execution between them, and a working fixed-point version of the span8 rendering code (albeit in...

building the arm dynarec with clang results in a number of errors due to violations of the C standard (which some compilers ignore), namely resulting in the following errors: ```...

compilation

### `brew gist-logs ` link OR `brew config` AND `brew doctor` output ```shell linear@kurai ~ % brew config HOMEBREW_VERSION: 3.5.8 ORIGIN: https://github.com/Homebrew/brew HEAD: ff9c2500195cc357d4a06f99d462f8d8a5d37892 Last commit: 3 days ago Core...

bug

## Steps to reproduce Have a device that only works in landscape mode, and attempt to use Lockwise. ### Expected behavior I am able to click the "Get Started" button...

defect

its trying to link '-lpowerpc' for some reason? ``` ringoen$ cat build_details.txt Build started on Wed Aug 26 22:47:30 PDT 2020 exec: export LC_ALL=C ; { cc -E os.h 2>/dev/null...

i followed the instructions in this repo to run on my Pinebook Pro running NetBSD (9.1 userland, -current kernel). doing so almost immediately causes the system to reset without fanfare....

# Proposal This is a proprosal to lower the baseline expectations for the following targets from `pentium4` to `pentiumpro`: - i686-unknown-linux-gnu - i686-unknown-linux-musl - i686-unknown-freebsd - i686-unknown-openbsd - i686-unknown-netbsd -...

T-compiler
major-change

# Proposal Promote the i586-unknown-linux-gnu target to [Tier 2 with Host Tools](https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-2-with-host-tools). # Requirements for Tier 2 with Host Tools > Depending on the target, its capabilities, its performance, and...

T-compiler
major-change

this makes the "how" argument (formerly "flags", but it's not really a flags argument) of std.os.sigprocmask and std.os.linux.sigprocmask match the function signature posix and the linux kernel header prototypes specify,...