racket / pkg-build

Other
5 stars 9 forks source link

Support redirections in `download-installer` #4

Closed samth closed 4 years ago

samth commented 4 years ago

cc @Bogdanp

Not tested.

Bogdanp commented 4 years ago

It looks like the change should be

     (lambda (u [h null]) (get-pure-port u h #:redirections 5))

(i.e. h must be optional)

With that additional change in place, this patch solves the redirection problem.

samth commented 4 years ago

Can you make a fixed PR (I don't have a place I would be able to check that it works).

Bogdanp commented 4 years ago

Yup. I'll do that tomorrow.