From: duerst@... Date: 2019-05-18T06:22:29+00:00 Subject: [ruby-core:92707] [Ruby trunk Misc#15859] Is Unicode in beta? Issue #15859 has been updated by duerst (Martin D�rst). The `UNICODE_BETA = yes` flag is causing a full download of the relevant `index.html` files to get the actual filenames of the files we need (because in beta, these do change). But we use `If-Modified-Since` even in BETA, so there are no actual downloads if there are no changes, only short connections to the server. The reason Ruby isn't out of beta has to do with the fact that in the current setup, it's easier to get into beta than out of beta. ---------------------------------------- Misc #15859: Is Unicode in beta? https://bugs.ruby-lang.org/issues/15859#change-78065 * Author: MSP-Greg (Greg L) * Status: Open * Priority: Normal * Assignee: ---------------------------------------- I'm not totally sure, but is this flag causing Unicode files to not be cached? ``` UNICODE_BETA = YES ``` https://github.com/ruby/ruby/blob/0723c107f4fb39f60113b44dd21d875c90da5456/common.mk#L22 -- https://bugs.ruby-lang.org/ Unsubscribe: