racket / slideshow

Other
34 stars 21 forks source link

Internal error on invalid flag #2

Closed takikawa closed 4 years ago

takikawa commented 8 years ago
$ slideshow --pdf --condensed talk.rkt
cadar: contract violation
  expected: (cons/c (cons/c any/c pair?) any/c)
  given: #<void>
  context...:
   /home/asumu/plt/racket-git/racket/collects/racket/cmdline.rkt:476:12: loop
   .../racket/unit.rkt:1000:20
   .../racket/unit.rkt:1673:32
   /home/asumu/plt/racket-git/racket/share/pkgs/slideshow-lib/slideshow/slide.rkt: [running body]
spdegabrielle commented 4 years ago

is this still an issue? Please consider adding the label good first issue so it is findable:

Issues labeled good first issue in in Racket GitHub repositories

rfindler commented 4 years ago

Appears to be fixed:

$  slideshow --pdf --condensed talk.rkt
slideshow: unknown switch: --condensed