From: ruby-core@... Date: 2018-04-10T17:43:29+00:00 Subject: [ruby-core:86492] [Ruby trunk Bug#14674] New mismatched indentations warnings? Issue #14674 has been reported by marcandre (Marc-Andre Lafortune). ---------------------------------------- Bug #14674: New mismatched indentations warnings? https://bugs.ruby-lang.org/issues/14674 * Author: marcandre (Marc-Andre Lafortune) * Status: Open * Priority: Normal * Assignee: nobu (Nobuyoshi Nakada) * Target version: 2.6 * ruby -v: ruby 2.6.0dev (2018-04-11 trunk 63132) [x86_64-darwin15] * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- I recently got a failure in my test suite because ruby head warns of indentation it considers mismatched: ``` $ ruby -w -e " case when :foo end " -e:3: warning: mismatched indentations at 'when' with 'case' at 2 ``` I hope this is not intentional and will be fixed. -- https://bugs.ruby-lang.org/ Unsubscribe: