[前][次][番号順一覧][スレッド一覧]

ruby-changes:54970

From: naruse <ko1@a...>
Date: Wed, 6 Mar 2019 15:58:09 +0900 (JST)
Subject: [ruby-changes:54970] naruse:r67176 (ruby_2_6): Drop pedantic matrix from .travis.yml

naruse	2019-03-06 15:58:04 +0900 (Wed, 06 Mar 2019)

  New Revision: 67176

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67176

  Log:
    Drop pedantic matrix from .travis.yml

  Modified files:
    branches/ruby_2_6/.travis.yml
Index: ruby_2_6/.travis.yml
===================================================================
--- ruby_2_6/.travis.yml	(revision 67175)
+++ ruby_2_6/.travis.yml	(revision 67176)
@@ -224,42 +224,6 @@ env: https://github.com/ruby/ruby/blob/trunk/ruby_2_6/.travis.yml#L224
           - zlib1g-dev:i386
           - zlib1g:i386
 
-  - &pedanticism
-    name: -ansi -pedantic
-    <<: *linux
-    <<: *make-test-only
-    compiler: clang
-    env:
-      - GCC_FLAGS='-ansi -Werror=pedantic -pedantic-errors -std=iso9899:1990'
-      - CONFIG_FLAG=
-      - JOBS=
-      - >-
-        warnflags='
-        -Wall
-        -Wextra
-        -Werror=declaration-after-statement
-        -Werror=deprecated-declarations
-        -Werror=division-by-zero
-        -Werror=extra-tokens
-        -Werror=implicit-function-declaration
-        -Werror=implicit-int
-        -Werror=long-long
-        -Werror=pointer-arith
-        -Werror=shorten-64-to-32
-        -Werror=write-strings
-        -Wmissing-noreturn
-        -Wno-constant-logical-operand
-        -Wno-missing-field-initializers
-        -Wno-overlength-strings
-        -Wno-parentheses-equality
-        -Wno-self-assign
-        -Wno-tautological-compare
-        -Wno-unused-local-typedef
-        -Wno-unused-parameter
-        -Wunused-variable
-        '
-      - LDFLAGS=-Wno-unused-command-line-argument
-
   - &rubyspec
     name: ruby/spec on Ruby 2.3 # to ensure version guards are correctly added
     <<: *linux
@@ -299,7 +263,6 @@ matrix: https://github.com/ruby/ruby/blob/trunk/ruby_2_6/.travis.yml#L263
     - <<: *x86_64-linux
     - <<: *i686-linux
     - <<: *jemalloc
-    - <<: *pedanticism
     - <<: *ASAN
     - <<: *MSAN
     - <<: *UBSAN

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]