Skip to content

Conversation

@MichaelHatherly
Copy link
Contributor

@MichaelHatherly MichaelHatherly commented Dec 28, 2016

Ref: JuliaLang/julia#19725, UnicodeData.txt is now being cached in JuliaLang/julia's build. cc @tkelman

Ref: JuliaLang/julia#19725, UnicodeData.txt is
now being cached in JuliaLang/julia's build.
@tkelman tkelman merged commit eab97d1 into JuliaStrings:master Jan 4, 2017
@MichaelHatherly MichaelHatherly deleted the mh/uncache-unicodedata branch January 4, 2017 09:15
@nalimilan
Copy link
Member

Sorry for not commenting earlier, but what's the idea here? Why shouldn't it be cached in utf8proc too, which is an independent project? Also, why is EastAsianWidth.txt still cached?

@tkelman
Copy link
Contributor

tkelman commented Jan 4, 2017

We're using the same caching server, but the fact that they're separate projects means the unicode versions might not always match. The caching server only saves files by the basename I believe - we could alternately fix it to use the full url in the cached path.

@nalimilan
Copy link
Member

Got it, thanks. But better do the same for EastAsianWidth.txt, no?

@tkelman
Copy link
Contributor

tkelman commented Jan 4, 2017

I don't think we download that one for julia, do we?

@nalimilan
Copy link
Member

No, but if we think it's OK not to cache the first file, why is it necessary to cache the second one? Reading this file without the context, it's quite confusing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants