Tristan Ross

Results 178 issues of Tristan Ross

Like #67, LLVM 12 is EOL. Just for reference, LLVM **only** supports the current stable release + git. In nixpkgs, we'll very likely be dropping LLVM 12 this year.

``` directfb> ../../lib/direct/util.h:223:6: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] directfb> 223 | register int ret = 0; directfb> | ^~~~~~~~ directfb> ../../lib/direct/util.h:328:6: warning: 'register'...

``` stoken> CCLD libstoken.la stoken> aarch64-unknown-linux-gnu-ld: error: version script assignment of 'STOKEN_PRIVATE' to symbol 'stoken__strcasestr' failed: symbol not defined stoken> aarch64-unknown-linux-gnu-ld: error: version script assignment of 'STOKEN_PRIVATE' to symbol 'stoken__mkstemps'...

Saw that in #964, NVME boot is possible. Trying it and it's not working: ``` > loading module clk-starfive-jh7110-aon... [ 3.243664] gpio gpiochip1: Static allocation of GPIO base is deprecated,...

Add the stdenv team which was created in https://github.com/NixOS/nixpkgs/pull/347959, all is needed is a logo and I am not good with art.

On my desktop which is an Ampere Altra Q64-22 running NixOS, I get this failure when I try logging in. ``` PID: 60130 (.cosmic-applets) UID: 1000 (ross) GID: 100 (users)...

- [ ] `graphics` - [ ] `Client` - [ ] `Server` - [ ] `Output` - [ ] `Toplevel` - [ ] `Surface` - [ ] `Input` - [...

enhancement

Building with nix, we get this: ``` gerbil> make[4]: Leaving directory '/build/source/src/gambit/gsi' gerbil> make[3]: Leaving directory '/build/source/src/gambit/gsi' gerbil> In file included from _kernel.c:1146: gerbil> _kernel.c: In function '___H___kernel': gerbil> _kernel.c:17677:20:...

This is useful for disposing data which was created in a future provider. ## Summary by CodeRabbit - **New Features** - Added an optional parameter to support custom disposal logic...