Edd Barrett
Edd Barrett
Hi, This is kind of expected (as you clearly say you only support Linux and Mac right now), but `findshlibs` doesn't work on OpenBSD: ``` extern crate findshlibs; use findshlibs::{Segment,...
The docs say this about `method=copy` for the `Git` step: > This first checks out source into source directory, then copies the source directory to build directory, and then performs...
Hi, I'm updating the OpenBSD package to 4.2.5. I notice that angband non-deterministically doesn't start. This appears to occurs with all frontends. When you use sdl or sdl2, the GUI...
Main work is in https://github.com/CensoredUsername/dynasm-rs/commit/8d5f2f2b7b89e836e93c7a4653e1b97046281112, as discussed in #91. I was unable to check the rendered output of my non-sourcefile doc changes (e.g. language ref), as I don't know how...
I noticed: ``` warning: method `name` is never used --> plugin/src/arch/mod.rs:13:8 | 12 | pub(crate) trait Arch : Debug + Send { | ---- method in this trait 13 |...
Not sure if you were aware? ``` error[E0554]: `#![feature]` may not be used on the stable release channel --> doc/insref/src/export.rs:1:1 | 1 | #![feature(proc_macro_hygiene)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ For more information about...
Hi there! I'm starting to use labels a bit more, and I have a few questions. I may be able to do a pull-request to improve some docs later. ###...
I have a cvise setup where the interestingness oracle needs to copy a whole source code directory into the temp dir in order for a binary to be compiled. cvise...
Hi, I'm reducing the lua interpreter using cvise. The interestingness oracle compiles and runs the interpreter. I noticed that cvise would frequently get stuck, and an inspection of the process...
Greetings! I was reducing the Lua interpreter when after 9 days I got this crash: ``` ... 9 days, 8:57:49 INFO (85.8%, 102252 bytes, 1926 lines) 9 days, 9:00:04 INFO...