At Fri, 4 Mar 2016 19:35:15 -0500, Jon Zeppieri wrote: > On Fri, Mar 4, 2016 at 6:51 PM, Jon Zeppieri <[email protected]> wrote: > > > One question about this, Matthew: should I ensure that all of the data > > files have distinct collection-relative paths, instead of making them all > > cldr2/data/json.zip? > > > > Oh, never mind -- obviously I need to give them different paths. -J
I would have said that using the same collection-relative path is be fine for non-module files. After all, the `find-relevant-directories` function will give you directories, not collection paths, and you can resolve any path in the an "info.rkt" relative to its directory. But maybe I'm missing some other constraint that requires different collection-relative paths. -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/56da3646.0c01620a.9d2b4.ffffc3b0SMTPIN_ADDED_MISSING%40gmr-mx.google.com. For more options, visit https://groups.google.com/d/optout.
