soegaard/metapict

current-draw-axis-tick: unbound identifier

Closed this issue · 1 comments

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

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