Hi,
Sorry for the late reply.
Feufochmar skribis:
> $ guild compile test.scm
> Backtrace:
> In language/tree-il/optimize.scm:
> 44: 19 [optimize! # # ...]
> In language/tree-il/cse.scm:
> 537: 18 [visit # # ...]
> 543: 17 [visit # # ...]
> 483: 16 [visit # # # ...]
> 537: 15 [visit # # pa
Feufochmar writes:
>
> The backtrace I have with guild compile :
>
> $ guild compile test.scm
> Backtrace:
> In language/tree-il/optimize.scm:
> 44: 19 [optimize! # # ...]
> In language/tree-il/cse.scm:
> 537: 18 [visit # # ...]
> 543: 17 [visit # # ...]
> 483: 16 [visit # # # ...]
> 537: 1
Hello,
guile 2.0.6 fails to compile the following procedure with the error "Value out
of range: 0".
~~~
;; get all points inside a distance of the half-line starting from (x0 . y0)
and containing (x1 . y1)
;; the argument dist is the square of the distance we want to reach
(define (get-hal