1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00
Commit graph

10 commits

Author SHA1 Message Date
Matthias Krüger
a6764ba05f Use tool lints for clippy allow/deny lint attributes 2018-12-07 13:58:11 +00:00
Matthias Krüger
63a40df520 Fix style issues 2018-09-17 23:34:56 +00:00
Christian Duerr
5ba34d4f97
Move to cargo clippy
Using clippy as a library has been deprecated, instead the `cargo
clippy` command should be used instead. To comply with this change
clippy has been removed from the `Cargo.toml` and is now installed with
cargo when building in CI.

This has also lead to a few new clippy issues to show up, this includes
everything in the `font` subdirectory. This has been fixed and `font`
should now be covered by clippy CI too.

This also upgrades all dependencies, as a result this fixes #1341 and
this fixes #1344.
2018-06-17 09:19:30 +00:00
Bradford Boyle
4d4e62db92 Fix locale_id for older versions of OS X (<= 10.11)
This fixes a regression introduced in https://github.com/jwilm/alacritty/pull/1087/files#diff-5ffadea12561d6964b05ac2a0b8e388fL33.
2018-05-25 13:57:47 +00:00
Joe Moon
24e8a19e7d handle older macOS versions
add logic to fallback to `localeIdentifier` if
`currentLocale.languageCode` and `currentLocale.countryCode` are not
available.
2018-05-14 12:37:13 -07:00
Joe Moon
75529be729 macos: add check for valid locale 2018-05-14 12:37:13 -07:00
Joe Moon
f818109856 remove commented out line 2018-05-14 12:37:13 -07:00
Joe Moon
1c08fae156 Set $LANG env var using languageCode, countryCode
fixes #933

Using logic from 79aff4d59f/sources/PTYSession.m (L1703)
2018-05-14 12:37:13 -07:00
Joe Moon
abe678c686 macOS: fixes segfault on nightly
fixes #1264
2018-04-27 17:36:39 -07:00
Theodore Dubois
94caa7667d Remove the launcher and set the locale/current directory in alacritty (#879) 2017-12-13 09:52:36 -08:00