Project

General

Profile

Actions

Bug #10415

closed

Unicode data files (in enc/unicode/data) don't get updated even if ALWAYS_UPDATE_UNICODE = yes is uncommented

Added by duerst (Martin Dürst) over 9 years ago. Updated over 9 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 2.2.0dev (2014-10-22 trunk 48091) [x86_64-cygwin]
[ruby-core:65842]

Description

The current makefile logic doesn't update the files in enc/unicode/data even if
ALWAYS_UPDATE_UNICODE = yes
is activated.
How tested: Changed the latest modification date of one of the files, e.g. with
touch -m -t 201210101010 enc/unicode/data/CompositionExclusions.txt
(CompositionExclusions.txt is much smaller than the other files, so it's the best choice for tests.)
Ran make up; make install-nodoc. Checked modification time.
(In earlier versions of the download logic, I confirmed that the modification data changed to the "Last Modified" date of the newly downloaded file.)

Actions

Also available in: Atom PDF

Like0
Like0