Thanks! We were previously manually processing the files from current-library-collection-links, but using `links` saves ~100 lines of code.
On Fri, May 21, 2021 at 11:50 AM Matthew Flatt <[email protected]> wrote: > > Yes, the format changed in that commit. > > The `decode-link-path` function is not meant to be public, although it > could be exposed. But for an approach that works now and with older > versions, the API you want is `links` from `setup/link`, possibly like > this: > > (links #:file (find-links-file) #:with-path? #t) > (links #:file (find-links-file) #:root? #t) > > > At Fri, 21 May 2021 11:33:41 -0400, Stephen Chang wrote: > > Hi, > > > > It seems that, since 8.1, the format of paths in links.rktd has changed? > > > > Are there new API fns that deal with this new kind of encoded path? Or > > what is the recommended way to process them? > > > > Something like this? (Is this `decode-link-path` public? I couldnt find it) > > https://github.com/racket/racket/commit/2ac7e21ad422ee322daa4a7e0db318f9b72b6c48 > > #diff-51453f6da842dc20af8fe776f54ec99dd15f4f8b7e9e73cd5d45cdeb96e40ef6R49-R52 > > > > I used to pass the paths directly to `build-path` but now it no longer > > works. Here's an example error: > > > > build-path: contract violation > > expected: (or/c path-string? path-for-some-system? 'up 'same) > > given: '(up up #"pkgs" #"racket-lib") > > > > Any recommendations would be appreciated. Thanks! > > Steve > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-users/20210521095016.3e9%40sirmail.smtps.cs.utah.edu. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CAFfiA1Jf2po6sYq2dDqv-eVHiFFYDSzUpxj_kKJnjQEYqobNqw%40mail.gmail.com.

