-
-
Notifications
You must be signed in to change notification settings - Fork 418
Comparing changes
Open a pull request
base repository: ruby-i18n/i18n
base: v1.9.1
head repository: ruby-i18n/i18n
compare: v1.10.0
- 16 commits
- 16 files changed
- 8 contributors
Commits on Jan 27, 2022
-
Remove pry from Gemfile as it is not used
Gemfile: The pry gem is installed but does not seem to be used for anything. Tests pass without it just fine. Fixes #607
Configuration menu - View commit details
-
Copy full SHA for bd48ee0 - Browse repository at this point
Copy the full SHA bd48ee0View commit details
Commits on Jan 28, 2022
-
Merge pull request #608 from dvzrv/remove_pry
Remove pry from Gemfile as it is not used
Configuration menu - View commit details
-
Copy full SHA for f33af4f - Browse repository at this point
Copy the full SHA f33af4fView commit details
Commits on Jan 29, 2022
-
Remove warning: assigned but unused variable
``` /home/runner/work/i18n/i18n/test/backend/cache_test.rb:65: warning: assigned but unused variable - cache_key ```
Configuration menu - View commit details
-
Copy full SHA for cf52520 - Browse repository at this point
Copy the full SHA cf52520View commit details
Commits on Jan 30, 2022
-
Merge pull request #611 from mishina2228/patch-1
Remove warning: assigned but unused variable
Configuration menu - View commit details
-
Copy full SHA for a1dc424 - Browse repository at this point
Copy the full SHA a1dc424View commit details
Commits on Feb 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ace1e9c - Browse repository at this point
Copy the full SHA ace1e9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec31b0 - Browse repository at this point
Copy the full SHA 9ec31b0View commit details -
Yield loaded translations to block in #load_translations
This makes introspecting the translations loaded by a file easier. Maintains backwards compatability as the block is optional.
Configuration menu - View commit details
-
Copy full SHA for eb9dbf4 - Browse repository at this point
Copy the full SHA eb9dbf4View commit details -
Tweak array construction in
normalize_keysThis results in a performance increase, and reduced object allocation, when normalizing keys - ```ruby report = Benchmark.ips do |x| x.report("concat") do ex = [] ex.concat ['foo'] ex.concat ['bar', 'baz'] ex.concat ['quix'] ex end x.report("splat") do [ *['foo'], *['bar', 'baz'], *['quix'] ] end x.compare! Warming up -------------------------------------- concat 129.103k i/100ms splat 243.963k i/100ms Calculating ------------------------------------- concat 1.176M (± 9.7%) i/s - 5.810M in 5.009251s splat 2.435M (±11.8%) i/s - 11.954M in 5.019257s Comparison: splat: 2434746.6 i/s concat: 1176432.3 i/s - 2.07x (± 0.00) slower ```Configuration menu - View commit details
-
Copy full SHA for f3c1936 - Browse repository at this point
Copy the full SHA f3c1936View commit details -
Merge pull request #616 from codealchemy/normalize-keys/splat
Minor `I18n.normalize_keys` improvement
Configuration menu - View commit details
-
Copy full SHA for 00fc810 - Browse repository at this point
Copy the full SHA 00fc810View commit details
Commits on Feb 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 422959a - Browse repository at this point
Copy the full SHA 422959aView commit details
Commits on Feb 8, 2022
-
Merge pull request #612 from Shopify/pm/lazy-loadable-backend
LazyLoadable Backend
Configuration menu - View commit details
-
Copy full SHA for fb7095a - Browse repository at this point
Copy the full SHA fb7095aView commit details
Commits on Feb 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0820914 - Browse repository at this point
Copy the full SHA 0820914View commit details -
Merge pull request #621 from mishina2228/add-badge
Add a version badge to README
Configuration menu - View commit details
-
Copy full SHA for 0a9e47a - Browse repository at this point
Copy the full SHA 0a9e47aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19f190d - Browse repository at this point
Copy the full SHA 19f190dView commit details
Commits on Feb 14, 2022
-
Merge pull request #622 from movermeyer/movermeyer/resolve_defaults_w…
…ith_current_locale Allow overriding of entry resolving entry resolving separate from defaults
Configuration menu - View commit details
-
Copy full SHA for 789d12e - Browse repository at this point
Copy the full SHA 789d12eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b805537 - Browse repository at this point
Copy the full SHA b805537View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.9.1...v1.10.0