ntoronto / pict3d

3-dimensional picts
GNU Lesser General Public License v3.0
113 stars 23 forks source link

running tests in Racket 6.1 - installed pict3d via raco pkg... #1

Closed lduguid closed 9 years ago

lduguid commented 10 years ago

Welcome to DrRacket, version 6.1 [3m]. Language: racket [custom]; memory limit: 128 MB. . ../../../../../.racket/6.1/pkgs/pict3d/pict3d/private/math/fl2dot.rkt:45:16: flpow2near: unbound identifier in module in: flpow2near

Cannot find a definition for flpow2near although it seems to be referenced in ; ./pict3d/private/math/typed-flv3.rkt ./pict3d/private/math/fl2dot.rkt

ntoronto commented 10 years ago

For now, pict3d needs a nightly snapshot of Racket, which makes flpow2near public and also fixes some critical Typed Racket issues. As soon as we have a next release, I'll make the package depend on that. I'll leave this issue open until then.

lduguid commented 10 years ago

Since posting this issue, I did a bit of poking around in the racket source code and saw your recent changes to https://github.com/plt/racket/blob/master/pkgs/math-pkgs/math-lib/math/private/flonum/flonum-exp.rkt (8cb4214586826988bd4287b76e5d1ae00930a5b6) , that defines flpow2near. Being new to racket I was not ready to patch my version with these changes so I will wait for the 'official' build to incorporate them and upgrade then. Looking forward to playing with pict3d. Thanks.

ntoronto commented 9 years ago

Racket 6.1.1 has been released since this was opened. This should be fixed now.