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

zo-syntax CS test failures #100

Open
bennn opened this issue Mar 19, 2020 · 0 comments
Open

zo-syntax CS test failures #100

bennn opened this issue Mar 19, 2020 · 0 comments

Comments

@bennn
Copy link
Owner

bennn commented Mar 19, 2020

some zo-syntax tests fail on a recent CS (post 7.6)

raco test: (submod "/Users/ben/code/racket/my-pkgs/zordoz/private/zo-syntax.rkt" test)
raco test: @(test-responsible '(ben))
--------------------
-- compiled-expression->zo
ERROR

linkl-body: contract violation
  expected: linkl?
  given: #<linklet>
  in: the 1st argument of
      (-> linkl? (listof (or/c form? any/c)))
  contract from: 
      <pkgs>/zo-lib/compiler/zo-structs.rkt
  blaming: (/Users/ben/code/racket/my-pkgs/zordoz/private/zo-syntax.rkt test)
   (assuming the contract is correct)
  at: <pkgs>/zo-lib/compiler/zo-structs.rkt:61.21
--------------------
--------------------
-- syntax->zo
ERROR

linkl-body: contract violation
  expected: linkl?
  given: #<linklet>
  in: the 1st argument of
      (-> linkl? (listof (or/c form? any/c)))
  contract from: 
      <pkgs>/zo-lib/compiler/zo-structs.rkt
  blaming: (/Users/ben/code/racket/my-pkgs/zordoz/private/zo-syntax.rkt test)
   (assuming the contract is correct)
  at: <pkgs>/zo-lib/compiler/zo-structs.rkt:61.21
--------------------
--------------------
syntax->zo 2
ERROR

linkl-body: contract violation
  expected: linkl?
  given: #<linklet>
  in: the 1st argument of
      (-> linkl? (listof (or/c form? any/c)))
  contract from: 
      <pkgs>/zo-lib/compiler/zo-structs.rkt
  blaming: (/Users/ben/code/racket/my-pkgs/zordoz/private/zo-syntax.rkt test)
   (assuming the contract is correct)
  at: <pkgs>/zo-lib/compiler/zo-structs.rkt:61.21
--------------------

wait for Racket issue 3073 to decide what to do

bennn added a commit that referenced this issue Mar 19, 2020
please resolve issue #100 and uncomment
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

1 participant