linux-tpmdd
pull request for v6.5-rc7: https://lkml.org/lkml/2023/8/11/1305 #linux #kernel #lkml
I’ve became by accident pretty seasoned with cmake
. Never wanted to learn it particularly but it is not too bad. I use it at work.
I like at least these two features of cmake
:
I also like that it is focused on C/C++ rather than trying to be everything, which is really a fresh breath of air these days. I rather use it at least than autotools :-)
@rockorager I did read through https://man.archlinux.org/man/aerc-templates.7.en but MessageId
is not documented over there. Still a bit confused about template language but it is definitely worth of learning.
I tried to look also whether the template language gives me a way to remove duplicate emails (in the manner of ~=
filter in mutt) but could not come up with anything so far.
Reading a diff patching another diff can be nasty, and it is not unheard use case to patch a #dependency during the #build.