We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some timestamps are missing the last digit. This makes the affected line stand out, decreasing readability.
Steps to reproduce: Generate any sufficiently long output with the --verbose flag.
--verbose
Expected: The timestamps are all of the same length.
Actual:
$ stack clean --verbose Version 0.1.7.0, Git revision 4617847506ef78b39d04bac68a7527493a2f9ece (dirty) (2412 commits) x86_64 2015-10-25 13:28:00.359226: [debug] Checking for project config at: /home/simon/test/tasty/stack.yaml @(stack_FHzONQT9HI3ATX2xQH198L:Stack.Config src/Stack/Config.hs:554:9) 2015-10-25 13:28:00.359807: [debug] Loading project config file stack.yaml @(stack_FHzONQT9HI3ATX2xQH198L:Stack.Config src/Stack/Config.hs:577:13) 2015-10-25 13:28:00.362628: [debug] Run process: ldd /home/simon/.local/bin/stack @(stack_FHzONQT9HI3ATX2xQH198L:System.Process.Read src/System/Process/Read.hs:272:3) 2015-10-25 13:28:00.386447: [debug] Trying to decode /home/simon/.stack/build-plan-cache/x86_64-linux/lts-3.10.cache @(stack_FHzONQT9HI3ATX2xQH198L:Data.Binary.VersionTagged src/Data/Binary/VersionTagged.hs:53:5) 2015-10-25 13:28:00.408778: [debug] Success decoding /home/simon/.stack/build-plan-cache/x86_64-linux/lts-3.10.cache @(stack_FHzONQT9HI3ATX2xQH198L:Data.Binary.VersionTagged src/Data/Binary/VersionTagged.hs:62:13) 2015-10-25 13:28:00.409335: [debug] Run process: ghc --info @(stack_FHzONQT9HI3ATX2xQH198L:System.Process.Read src/System/Process/Read.hs:272:3) 2015-10-25 13:28:00.466601: [debug] Run process: ghc --numeric-version @(stack_FHzONQT9HI3ATX2xQH198L:System.Process.Read src/System/Process/Read.hs:272:3) 2015-10-25 13:28:00.50423: [debug] Run process: ghc-pkg --no-user-package-db field --simple-output Cabal version @(stack_FHzONQT9HI3ATX2xQH198L:System.Process.Read src/System/Process/Read.hs:272:3) 2015-10-25 13:28:00.538937: [debug] Run process: ghc-pkg --no-user-package-db list --global @(stack_FHzONQT9HI3ATX2xQH198L:System.Process.Read src/System/Process/Read.hs:272:3) 2015-10-25 13:28:00.572439: [debug] Run process: locale -a @(stack_FHzONQT9HI3ATX2xQH198L:System.Process.Read src/System/Process/Read.hs:272:3)
Here is the stack --version output:
stack --version
$ stack --version Version 0.1.7.0, Git revision 4617847506ef78b39d04bac68a7527493a2f9ece (dirty) (2412 commits) x86_64
The text was updated successfully, but these errors were encountered:
Pad timestamps in --verbose output
7fcae1b
Fixes commercialhaskell#1226.
fe72a90
a9c51e9
33388ad
No branches or pull requests
Some timestamps are missing the last digit. This makes the affected line stand out, decreasing readability.
Steps to reproduce:
Generate any sufficiently long output with the
--verbose
flag.Expected:
The timestamps are all of the same length.
Actual:
Here is the
stack --version
output:The text was updated successfully, but these errors were encountered: