Fabian Boehm

Results 744 comments of Fabian Boehm

> Would you be willing to propose an alternative solution for such systems? To me, the fix is simply to compute these paths exactly once at runtime rather than at...

Okay that's a bit much for a patch release. What bit do you actually *need* other than the LOCALEDIR thing?

> this PR currently is more of a "complete fix" But is it? As I understand it: Conda patches our binary on first run. It changes paths (to shorter ones),...

> if someone cares enough we can probably add compile-time options to make fish trivially relocatable. it mostly *is* - it'll find the datafiles via "../share". The issue is that...

> this can be a compile error (the relocatable feature need not be active by default) First I would like to know who it is *for* - because we have...

Moving this out of the 4.0.1 milestone because it's patched downstream, and we're not sure what the solution here should be. I think #11143 would solve this class of problem,...

Okay, I'm inclined to merge this, mostly because it is good cleanup and makes getting the directories *elsewhere* easier. I'm planning on printing them in `status buildinfo` so we can...

`&` is the background operator, it is also a statement terminator. `echo a; |` triggers the same error. What this is pushing you towards is ```fish begin echo a &...

You have a syntax error that needs to be fixed *before* the cursor. It can't be fixed by appending more. We do the same e.g. with `if true; echo )`.