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

katy-sliders example does not compile on Racket 8.8 #50

Open
samth opened this issue Jan 3, 2023 · 0 comments
Open

katy-sliders example does not compile on Racket 8.8 #50

samth opened this issue Jan 3, 2023 · 0 comments

Comments

@samth
Copy link
Contributor

samth commented Jan 3, 2023

Current Racket HEAD (as of 1/3/23) has the following error:

[samth@huor:/tmp plt] raco make  -l rsound/examples/katy-sliders
<pkgs>/rsound/rsound/examples/katy-sliders.rkt:296:1: network: expected one of these identifiers: `=' or `<='
  at: <=
  in: (network () (ctr <= (flexloop SONGLEN) (fetch-speed)) (delayed-ctr = (maybe-wrap ctr (fetch-delay) SONGLEN)) (out = (/ (+ (rs-ith/left SONG (floor ctr)) (rs-ith/left SONG (floor delayed-ctr))) 2)))
  parsing context: 
   while parsing network clause rhs
    term: (<= (flexloop SONGLEN) (fetch-speed))
    location: <pkgs>/rsound/rsound/examples/katy-sliders.rkt:297:3
   while parsing network clause
    term: (ctr <= (flexloop SONGLEN) (fetch-speed))
    location: <pkgs>/rsound/rsound/examples/katy-sliders.rkt:297:3
  compilation context...:
   /home/samth/sw/plt/racket/share/pkgs/rsound/rsound/examples/katy-sliders.rkt
  location...:
   /home/samth/sw/plt/racket/share/pkgs/rsound/rsound/examples/katy-sliders.rkt:297:8
  context...:
   /home/samth/sw/plt/racket/collects/syntax/parse/private/runtime-report.rkt:731:0: error/report
   /home/samth/sw/plt/racket/collects/syntax/parse/private/runtime-report.rkt:28:0: call-current-failure-handler

This seems like a regression from 8.7, where it seems to work.

cc @rmculpepper

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