Fabian Boehm
Fabian Boehm
Yeah, I'm inclined to close this.
Alright, it appears we don't want to take this, closing. Sorry!
See also #539.
Also, `fish_indent` now has a `--pygments` switch that prints output like: ```fish 0,7,command 7,8,statement_terminator 8,9,normal 9,12,operat 12,13,normal 13,24,command 24,25,statement_terminator 25,26,normal 26,38,command 38,39,statement_terminator 39,42,operat 42,43,normal ``` so just start,stop,type. This is...
The first obvious question here is your operating system: Which distribution, which C-library, which kernel version? The second is: Can you try compiling it yourself? Get cargo, run `cargo build`...
Okay, I also have a Debian 12 installation here and it works. Check that the file doesn't have any random bit flips - the sha256sum should be "fa3bebfecc3d23f41bf1dd847916b5ea808feed6339bd4dc0af51361d32ed1dc"
Okay, that CPU is from 2009. It doesn't support some of the later x86_64 features. As far as I can tell, *rust*'s baseline level is still x86_64-v1, which this should...
> Okay I wasn't able to compile Fish right on that laptop since apparently 3 GB RAM isn't enough? It's just running out of memory. Yeah, compiling rust programs is...
Alright, I'm out of ideas, then. *Something* here is compiled in a way that is incompatible with your hardware, and that's very likely in terms of instruction set. But I...
Okay, I'm going to say that machines that old aren't really our main target. If somebody manages to figure it out that's cool, but I don't know what else to...