Mingye Wang

Results 263 issues of Mingye Wang

We have been complaining for quite a while about the absence of delayed hook support as seen in ab2. Now that we have stopped shipping rpm, we should be able...

The good old way of using a configure script to generate a Makefile may not necessarily involve GNU's autotools. However, as long as the arguments to the configure script are...

This splits up the LTO work (potentially across cores), and makes LTO'ing big programs less painful. https://gcc.gnu.org/onlinedocs/gccint/LTO-Overview.html

enhancement

There are two ELF-only non-regular-ld's that may be somehow better than the original one. Both are somehow experimental, but personally I think `gold` is closer to everyday use. ## `gold`...

extension

Expected output: ``` [WARN] foo/bar.sh:233: blah. ``` Extra points for abdie: backtrace. Crappy things: - `.` will introduce an extra level of func call. - `recsr` gives you two, but...

It's really sad (and quite normal) that all package managers we currently support has an implmentation for triggers. Being not strange at all, it's far better than what we have...

In a certain commit we enabled some debug info to make Gtk happy. However, compilers generating debug info means extra fat object files, and unhappy RAM usage when linking. Should...

The current trigger system is simply sh(--). We don't need it to be standalone. Lets do this in ab: ``` Bash # EXPORT FUNCTION trigger::interest # interest [script:=postinst] interest(){ ((...