Project Talk:Quality Assurance/Automagic dependencies
lang=autoconf not supported by pygments
lang=autoconf not supported by pygments. Please remove it to avoid syntax highlighting error --Cronolio (talk) 11:25, 10 December 2016 (UTC)
- Fixed! --Maffblaster (talk) 17:34, 21 February 2017 (UTC)
A few typos I can't correct myself
Typo in header:
This guide aim to describe the problem of
This guide aims to describe the problem of
Typos in Section "What are automagic dependencies?":
So-called automagic dependencies are shallow dependencies of a software recognized at build or runtime and changes the way the software works.
So-called automagic dependencies are shallow dependencies of a software recognized at build or runtime and change the way the software works.
Typo in Section "Why automagic dependencies are wrong":
It's also possible that an user really doesn't want some dependency enabled because they know it's likely to break occasionally
It's also possible that a user really doesn't want some dependency enabled because they know it's likely to break occasionally
Typo in Section "Autotools":
the first is the "lazy devs" case, where the dependencies does not have a ./configure parameter at all, they are just checked
the first is the "lazy devs" case, where the dependencies do not have a ./configure parameter at all, they are just checked
Typo in Section "Autotools":
The first case is actually simple to fix, it's just matter of adding a AC_ARG_WITH (or AC_ARG_ENABLE ) call
The first case is actually simple to fix, it's just a matter of adding a AC_ARG_WITH (or AC_ARG_ENABLE ) call