You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix regression: Git repo flag doesn't show up in search anymore - I must have broken providing git repo to search or maybe it is mangled during history processing. 🚨 -> Fixed in: 9958404
Installation hangs bug only affected make install - i.e. build and install from source used in development.
The bug only manifested itself when Make was configured to use jobserver (-j N option or MAKE_JOBS=N env var).
During installation daemon is killed, then started again and detached from the process.
However, it looks like Make still detects the running process, considers it an "unfinished job" and halts indefinitely.
Running the install target as nested make with disabled parallelism (i.e. -j1) solves the issues.
EDIT: this issue seems to be macOS-specific
EDIT2: the issue is not really macOS-specific - It affects make version 3.81 and it doesn't affect 4.4
https://github.com/curusarn/resh/tree/reduction
Checklist:
Feature showcaseMove keybindings from the main page ?Announcement
draftWhat's new
Version 3 brings both "under-the-hood" and visible improvements. 🚀
I got rid of many things that made it difficult to move forward with RESH.
Removed features
zsh
: Default behavior is good afaikbash
: See config in this SO post ⇗Improvements
$XDG_CONFIG_HOME
(default:~/.config/
)$XDG_DATA_HOME
(default:~/.local/share/
)~/.resh/
reshctl doctor
command that checks common issuessetsid
andnohup
not requiredThe text was updated successfully, but these errors were encountered: