Skip to content
New issue

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

Test suite failure #3

Closed
snoyberg opened this issue Jul 4, 2016 · 2 comments
Closed

Test suite failure #3

snoyberg opened this issue Jul 4, 2016 · 2 comments

Comments

@snoyberg
Copy link

snoyberg commented Jul 4, 2016

> /tmp/stackage-build7/th-printf-0.3.1$ dist/build/format/format

quoter
  handles escapes properly
  accepts escaped format specifiers
  rejects unknown escape sequences FAILED [1]
string substitution
  inserts strings of different types
  pads
  ignores magic hash
  ignores precision

Failures:

  tests/format.hs:33: 
  1) quoter rejects unknown escape sequences
       uncaught exception: ErrorCall (Error when parsing format string
       CallStack (from HasCallStack):
         error, called at src/Text/Printf/TH.hs:63:30 in th-printf-0.3.1-5TxhIsGWZqrB9ZBI6bg0IY:Text.Printf.TH)

Randomized with seed 1069990595

Finished in 0.0071 seconds
7 examples, 1 failure
snoyberg added a commit to commercialhaskell/stackage that referenced this issue Jul 4, 2016
@bergmark
Copy link

The test-suite for this package has been disabled in stackage because of this issue. If a fix is published to hackage can you please ping me?

Thanks!

@pikajude
Copy link
Owner

pikajude commented Feb 4, 2018

Format string parsing is rewritten in 0.4.0 and should fix this bug

@pikajude pikajude closed this as completed Feb 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants