-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: document which ICU version we work with #19657
Comments
@nodejs/documentation this has been open for quite a while. PTAL. |
/cc @vsemozhetbyt |
Sorry, I do not have the required knowledge to handle this( |
@vsemozhetbyt that's okay, I just wanted to ask if you think we should mention the version in the docs. I could help you with the actual change? Or I could make it myself, but would need the docs teams' help in order to keep it updated. |
I have no opinion on this. |
I'd rather cc @nodejs/i18n. intl has been archived in favor of i18n. |
That said, they must've pinged intl because docs didn't exist, but this looks like 100% a docs thingie. |
actually even better would be that |
How does this look?
|
☝️ how does srl295@d67d9d0 look? |
@ryzokuken OK to readd the Intl tag? |
Ping @ryzokuken @srl295 ... any progress on this? |
@jasnell @ryzokuken @nodejs/intl any comment on srl295@d67d9d0 - does it seem to be a good direction? |
Fixes: nodejs#19657 PR-URL: nodejs#23766 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
in nodejs/Intl#35 I wrote:
Probably ICU4C 58.2 is the minimum for
master
( ad72142 ish ) at this point. It would be 57 if #19656 were solved.Note that the backlevel ICU versions are relevant to packagers trying to use the pre-installed ICU from the system or other packaging. For example, Ubuntu stretch (at least on raspbian) has ICU 57.1 installed.
must be 99 ways to overengineer this
configure
with the relevant options?tools/icu/README.md
(doesn't seem helpful)doc/api/intl.md
(best option?)configure
if the version is too oldconfigure
if the version is too oldThe text was updated successfully, but these errors were encountered: