Douglas Eichelberger
|
26eda5a303
|
git grep -l '^describe' | xargs gsed -i 's|^describe|RSpec.describe|g'
|
2024-02-19 13:57:27 +00:00 |
|
Douglas Eichelberger
|
9075cbae62
|
brew style --fix
|
2023-04-21 09:58:50 -07:00 |
|
Douglas Eichelberger
|
ac1e6ded9a
|
git grep -l '# typed: false' | xargs gsed -i 's|# typed: false||g'
|
2023-04-21 09:57:47 -07:00 |
|
Issy Long
|
3a83b5492c
|
rubocop: Clean up Style/BlockDelimiters excludes and autofix offenses
- The defaults of using "do ... end" for multi-line blocks everywhere is
good, better than switching everything to braces everywhere.
|
2023-03-08 23:54:22 +00:00 |
|
Douglas Eichelberger
|
dead4de3fc
|
Resolve Lint/EmptyBlock todos
|
2023-01-26 21:18:24 -08:00 |
|
Douglas Eichelberger
|
d30ba99612
|
Resolve compiler_failure_spec violation
|
2023-01-22 17:26:44 -08:00 |
|
Bo Anderson
|
3cebcd43b7
|
compilers: support more fails_with uses on GCC.
|
2021-03-30 23:15:18 +01:00 |
|
Markus Reiter
|
24ae318a3d
|
Move type annotations into files.
|
2020-10-10 14:59:39 +02:00 |
|
Mike McQuaid
|
36dbad3922
|
Add frozen_string_literal to all files.
|
2019-04-20 13:27:36 +09:00 |
|
Mike McQuaid
|
1aa8ad09e2
|
Deprecate macOS versions below Mavericks
And remove all dead/unneeded code.
|
2019-01-27 12:27:47 +00:00 |
|
Mike McQuaid
|
170c5493a4
|
Update deprecations
- Add some `odeprecated`
- Make some `odeprecated` now `odisabled`
- Remove `odisabled` code.
- Remove old update migrations
- Remove GCC 4.0 compiler
- Remove Tiger-only code
- Remove 32-bit-only code
- Remove use of LD64
- Remove GCC 4.3 - 4.8 support.
|
2019-01-08 19:13:46 +00:00 |
|
Markus Reiter
|
3cdf8f938a
|
Use scoped RSpec matchers.
|
2017-05-15 17:23:40 +02:00 |
|
Markus Reiter
|
68a2471916
|
Use alias_matcher for fail_with .
|
2017-02-20 22:24:52 +01:00 |
|
Markus Reiter
|
262f357d86
|
Convert CompilerFailure test to spec.
|
2017-02-18 22:18:36 +01:00 |
|