From: nobu@... Date: 2014-10-31T03:54:54+00:00 Subject: [ruby-core:66029] [ruby-trunk - Bug #10461] [Closed] lib/unicode_normalize/tables.rb not regenerated Issue #10461 has been updated by Nobuyoshi Nakada. Status changed from Open to Closed % Done changed from 0 to 100 Applied in changeset r48205. ---------- common.mk: fix Unicode table dependency * common.mk (.unicode-tables.time): needs Unicode files always, and should update after downloading these files. [ruby-core:66026] [Bug #10461] ---------------------------------------- Bug #10461: lib/unicode_normalize/tables.rb not regenerated https://bugs.ruby-lang.org/issues/10461#change-49749 * Author: Martin D��rst * Status: Closed * Priority: Normal * Assignee: Nobuyoshi Nakada * Category: build * Target version: current: 2.2.0 * ruby -v: ruby 2.2.0dev (2014-10-30 trunk 48198) [x86_64-cygwin] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- The file lib/unicode_normalize/tables.rb doesn't get regenerated if removed. How to reproduce: Remove lib/unicode_normalize/tables.rb. then make lib/unicode_normalize/tables.rb If there are missing data files in enc/unicode/data/7.0.0/, then they get downloaded. But the actual target, lib/unicode_normalize/tables.rb, isn't created. -- https://bugs.ruby-lang.org/