Skip to content

Remove duplicate hash keys in iso9 transliteration table#2

Open
erimicel wants to merge 1 commit into
rovetz:mainfrom
OLIOEX:fix-iso9-duplicate-hash-keys
Open

Remove duplicate hash keys in iso9 transliteration table#2
erimicel wants to merge 1 commit into
rovetz:mainfrom
OLIOEX:fix-iso9-duplicate-hash-keys

Conversation

@erimicel

Copy link
Copy Markdown

The keys "Ӱ̄" and "ӱ̄" are each defined twice in lib/cyrillic/iso9.rb, so Ruby emits key is duplicated and overwritten warnings whenever the file loads. The second definition wins in both cases, so removing the first preserves existing behaviour and silences the warnings. Existing tests still pass.

The keys "Ӱ̄" and "ӱ̄" appeared twice in the ISO 9 table and Ruby
emitted "key is duplicated and overwritten" warnings on load. The
second definition wins in both cases, so removing the first preserves
existing behaviour and silences the warnings.
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.

1 participant