soegaard / metapict

A graphics library for producing Racket picts in a MetaPost/TikZ style.
http://soegaard.github.io/metapict/
65 stars 13 forks source link

current-draw-axis-tick: unbound identifier #36

Closed wilbowma closed 3 years ago

wilbowma commented 4 years ago

I got the following error when installing metapict (as a dependency for racket-graphiz) through the package server:

.racket/7.7/pkgs/metapict/metapict/structs.rkt:267:37: current-draw-axis-tick: unbound identifier
  in: current-draw-axis-tick
  compilation context...:
   .racket/7.7/pkgs/metapict/metapict/tree.rkt
  location...:
  .racket/7.7/pkgs/metapict/metapict/structs.rkt:267:37
  context...:
   do-raise-syntax-error
   expand-implicit
   for-loop
   finish-bodys
   lambda-clause-expander
   for-loop
   [repeats 3 more times]
   finish-bodys
   do-local-expand
   syntax-local-expand-expression
   /usr/share/racket/collects/racket/private/stxparam.rkt:61:2: let-local-keys
   apply-transformer-in-context
   apply-transformer
   dispatch-transformer
   for-loop
   finish-bodys
soegaard commented 4 years ago

Hi,

Thanks for the notice. I forgot to commit "structs.rkt" and "parameters.rkt" when I added axis-ticks to "axis.rkt".

I have committed the changes.

/Jens Axek