Sean Champ

Results 13 issues of Sean Champ

This patch introduces some handling for a custom `LINUXBASE` under ports, as when there is a corresponding sysctl configuration on the host. Rationale: Ports at the site may have been...

This patch ensures that any `options` hash provided to **install_file** will be passed as `**options` to rake **install** ---- 1. Is this pull-request complete? - [X] Yes, this pull-request is...

This patch adds an additional cast for a conditional test form, in the definition of **`Bignum::from_double`** in `machine/class/bignum.cpp` The cast should serve to ensure that the local variable `value` will...

This patch adds a cast for an assignment to an atomic integer value in timing.hpp *Updated:* This patch serves as a duplicate or alternate approach to how the issue is...

This patch will avoid including sys/sysmacros.h if neither uclibc nor GNU glibc is available ## Rationale If it may help to inform this or any alternate approach, there's some commentary...

**Update:** Taking a look at `library/rubinius/configuration.rb` it seems that the `codedb` file may not in fact represent a compressed tape archive. Having noticed that the `codelib` and `stdlib` files may...

This patch represents a single changeset, developed previously under a local development branch. It's submitted here, from a patch branch under the thinkum-contrib mirror at GitHub The patch was tested,...

For the [Eglot](https://github.com/joaotavora/eglot) client with Emacs 29 on FreeBSD, to communicate with solargraph via a `workspace/executeCommand` LSP message, I've defined the following function: ~~~~ (defun eglot-send-eval (str) (interactive "Meval: ")...

Hello, **In further update:** I think I've figured out the porting here, at least insofar as for using GtkWidgetClass in gir_ffi-gtk3. In some abbreviated documentation, the ported class (previously using...

documentation

# Issue description When building with cmake using the ninja builder, the `curve_keygen` tool is not compiled or installed. This tool is built when using the autoconf toolchain and GNU...