Drew DeVault

Results 369 comments of Drew DeVault

main.c is getting bigger. We should perhaps consider moving some of it into shell/entry.c (e.g. PS* handling, sourcing profile, populating the environment, etc, but probably not the REPL).

I think some of it fits and some of it doesn't, would have to be done with discretion. Here's my proposal for the header: ```c #ifndef _MRSH_ENTRY_H #define _MRSH_ENTRY_H #include...

Similar problem but in this case weechat-matrix-rs is obsolete, not the other way around: API mismatch for plugin "/home/sircmpwn/.weechat/plugins/matrix.so" (current API: "20220312-01", plugin API: "20200621-01"), failed to load

Since the bundled one by all rights simply does not work any longer, should it be removed? An error during the build is much better than an error at runtime.

Lots of places in the kernel (and some places in userspace) have to change for each of these changes. I suggest taking it slowly and breaking this up into smaller...

All references to threads should be replaced with processes. We'll sort something out for distinguishing threads from processes later, it will be something fairly lightweight. Also, threadlist should be changed...

:+1: I have to leave uzbl until this is fixed.

Yeah, I figured as much. Will probably hop in and see if I can help on next.

Aye, I'm familiar with acme-client. The Linux port is poorly maintained, and after digging through the code, I can see why - it's extremely over-engineered. I switched from acme-client to...

>Maybe someday in the far far future, cproc would be capable enough to build it Correction: maybe someday Linux will be compliant enough to be built with a C compiler...