Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Tests fail on v0.5 #58

Closed
ranjanan opened this issue Jul 28, 2016 · 1 comment
Closed

Tests fail on v0.5 #58

ranjanan opened this issue Jul 28, 2016 · 1 comment

Comments

@ranjanan
Copy link

The master branch fails on some categories:

test cell expressions
  Failure :: (line:272) :: fact was false
    Expression: Parser.parse(ex) |> norm_ast --> Base.parse(ex) |> norm_ast
      Expected: :(Any[i for i = 1:10])
      Occurred: :($(Expr(:typed_comprehension, :Any, :i, :(i = 1:10))))
Out of 9 total facts:
  Verified: 8
  Failed:   1
test cat expressions
  Failure :: (line:272) :: fact was false
    Expression: Parser.parse(ex) |> norm_ast --> Base.parse(ex) |> norm_ast
      Expected: :([i for i = 1:10])
      Occurred: :($(Expr(:comprehension, :i, :(i = 1:10))))
Out of 9 total facts:
  Verified: 8
  Failed:   1
interpolate var in cache block
  Failure :: (line:272) :: fact was false
    Expression: Parser.parse(src) |> norm_ast --> Base.parse(src) |> norm_ast
      Expected: :(try 
    catch $(Expr(:$, :x)) # none, line 3:
    end)
      Occurred: :(try 
    catch $(Expr(:$, :x))
    end)
Out of 1 total fact:
  Failed:   1
@jakebolewski jakebolewski mentioned this issue Jul 29, 2016
@jakebolewski
Copy link
Member

Closed by #59.

Package X fails is not an informative issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants