Fabian Boehm

Results 664 comments of Fabian Boehm

I'm reopening this. What we can do is as I described: We can resolve the path on startup. We'll also do this for the *other* ways of getting the path...

>I read the docs for none() and it only returns true of all bits are zero. "none()" is part of our maybe_t implementation - basically a backport of std::optional. In...

In terms of complexity that seems acceptable. If it works, we can use it.

For those not familiar, here's the relevant excerpt from the bash man page: > PS2 The value of this parameter is expanded as with PS1 and used as the secondary...

> how do we show that more input is expected? We atually do this for other cases of incomplete input - in particular for unterminated quoted strings and command substitutions....

Yes, this is to be expected. If you want to run things from the bindings, you'll have to take care of things like this, bindings aren't meant for long-running commands...

Okay, most of this is already in place and I managed to make an appimage in ~10 minutes. The gist of it is: - You need a .desktop file and...

>Doesn't almost every machine in the world have it installed? We're talking about just linux here, right? Then, to a first approximation: Yes, and we don't have to support those...

@anki-code: That means you have a python linked to a newer glibc than whatever the system is running. Typically the way around this is to build on an older system...