Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby/rdoc
base: v6.0.3
Choose a base ref
...
head repository: ruby/rdoc
compare: v6.0.4
Choose a head ref
  • 8 commits
  • 7 files changed
  • 6 contributors

Commits on Mar 26, 2018

  1. erb.rb: deprecate safe_level of ERB.new

    Also, as it's in the middle of the list of 4 arguments, 3rd and 4th arguments
    (trim_mode, eoutvar) are changed to keyword arguments.
    Old ways to specify arguments are deprecated and warned now.
    
    bin/erb: deprecate -S option.
    
    We'll remove all of deprecated ones at Ruby 2.7+.
    
    enc/make_encmake.rb: stopped using deprecated interface
    ext/etc/mkconstants.rb: ditto
    ext/socket/mkconstants.rb: ditto
    sample/ripper/ruby2html.rb: ditto
    spec/ruby/library/erb/defmethod/def_erb_method_spec.rb: ditto
    spec/ruby/library/erb/new_spec.rb: ditto
    test/erb/test_erb.rb: ditto
    test/erb/test_erb_command.rb: ditto
    tool/generic_erb.rb: ditto
    tool/ruby_vm/helpers/dumper.rb: ditto
    tool/transcode-tblgen.rb: ditto
    lib/rdoc/erbio.rb: ditto
    lib/rdoc/generator/darkfish.rb: ditto
    
    [Feature #14256]
    
    git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
    k0kubun authored and hsbt committed Mar 26, 2018
    Copy the full SHA
    4ff1c15 View commit details
    Browse the repository at this point in the history
  2. Set the store attribute for newly created modules

    A regression has been introduced between RDoc 6.0.1 and 6.0.2 with
    ef958c2 where a new `RDoc::NormalModule` instance is created without
    a store associated to it.
    
    This produces an error on generation through SDoc (see zzak/sdoc#124).
    robin850 committed Mar 26, 2018
    Copy the full SHA
    4b15460 View commit details
    Browse the repository at this point in the history
  3. Fix test error

    git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
    znz authored and hsbt committed Mar 26, 2018
    Copy the full SHA
    e0ae843 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. fix regexp introduced at recent RDoc update (r62924).

    * lib/rdoc/text.rb: should escape `-` character.
      Sometimes test fails if `$VERBOSE = 1` with the following warning:
    
      > text.rb:172: warning: character class has duplicated range: ...
    
    
    git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
    ko1 authored and hsbt committed Apr 5, 2018
    Copy the full SHA
    12e4e75 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #617 from ruby/backport-ruby-core

    fix regexp introduced at recent RDoc update (r62924).
    hsbt committed Apr 5, 2018
    Copy the full SHA
    991bc7b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2018

  1. Remove duplicated tests

    aycabta committed Apr 29, 2018
    Copy the full SHA
    718dba5 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Merge pull request #614 from robin850/fix-nil-store

    Set the store attribute for newly created modules
    aycabta committed May 3, 2018
    Copy the full SHA
    1892dc1 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. v6.0.4

    aycabta committed May 4, 2018
    Copy the full SHA
    f50557a View commit details
    Browse the repository at this point in the history