Philip Roman
Philip Roman
There is an old way of declaring implicit rules for make, called "suffix rules". See https://www.gnu.org/software/make/manual/html_node/Suffix-Rules.html for documentation. Most of the time the default rules are unnecessary and can cause...
## Describe the bug Make target completion doesn't work when target files are in subdirectories. ## To reproduce There are two behaviours that happen here. Sample makefile: ```make .PHONY: abc/xyz...
When Tab key is bound to menu-complete, the following happens: ``` /root/java/jws-998> gradle [TAB] assemble - Assembles the outputs of this project. assembleDist - Assembles the main distributions assembleShadowDist -...
I installed the binary but any sub-command (other than simply typing "lab") will show this error message: `Failed collect git remove infos. exit status 128.` . Git is installed and...
# Steps to reproduce: ```lua require 'luarocks.loader' local test = require 'u-test' test.hello_world = function() test.assert(true) end ``` Output: ``` [----------] [ RUN ] hello_world test.lua:6: attempt to call a...
Program running in sandbox is not getting SIGWINCH events (this can be verified easily by doing "strace cat"). It seems to me that forwarding this signal would be quite useful...
Several compilation issues, mostly ``` ‘struct cfg80211_inform_bss’ has no member named ‘scan_width’ ``` scan_width seems to be removed starting from 6.7. Kernel version used when compiling: 6.7.5
Contents of `pubspec.yaml`: ```yaml name: my_package dependencies: wrong_name: git: git://github.com/user/different_name.git ``` Running ```bash $ pub get ``` fails with exit code 65 and a misleading error message: ``` Resolving dependencies......