From 958d03746774495c2e57f3196073bab9b97d80b4 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Fri, 16 Nov 2018 22:06:51 +0000 Subject: [PATCH] initial suggestion to have ghc version reported in annex version output --- ...sed_to_build_ghc_within___34__git_annex_version__34__.mdwn | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/bugs/Please_include_version_of_used_to_build_ghc_within___34__git_annex_version__34__.mdwn diff --git a/doc/bugs/Please_include_version_of_used_to_build_ghc_within___34__git_annex_version__34__.mdwn b/doc/bugs/Please_include_version_of_used_to_build_ghc_within___34__git_annex_version__34__.mdwn new file mode 100644 index 0000000000..95e70500aa --- /dev/null +++ b/doc/bugs/Please_include_version_of_used_to_build_ghc_within___34__git_annex_version__34__.mdwn @@ -0,0 +1,4 @@ + +Since git-annex version is not always sufficient to pin point the source of regression (e.g. see [the get -J issue](http://git-annex.branchable.com/bugs/multiple_ssh_prompts__44___and_thread_blocked_indefinitely_in_an___63____63____63___transaction/)), it would be really nice if the version of ghc (and thus all its libraries if I get it right) was included in the output of `git annex version` + +[[!meta author=yoh]]