| Age | Commit message (Collapse) | Author |
|
files (PR #4551)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Windows
|
|
|
|
|
|
|
|
raises error
|
|
|
|
|
|
static analysis
|
|
|
|
|
|
|
|
|
|
|
|
assertions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* run tests on JRuby 9.1 and 9.2 for Windows in CI
* don't run Pygments tests on JRuby 9.1 for Windows
* exclude tests that use run_command on JRuby 9.1 for Windows
* ensure mtime of input file honors TZ environment variable on JRuby for Windows
|
|
- also define windows? as static method for these cases
- don't match darwin when detecting Windows
|
|
erubis in test suite (PR #3738)
|
|
- switch to array-based arguments to prevent the command from being modified
- disable the RUBYOPT environment variable unless the use_bundler option is enabled
|
|
|
|
|
|
* upgrade truffleruby to 19.2.0
* run TruffleRuby only when the build was triggered by cron
* use Haml version 4 when running on TruffleRuby (because version 5 is using Ripper which is unsupported)
|
|
#3239)
|
|
|
|
|
|
|
|
|
|
|
|
* still honor header_footer option as fallback for backwards compatibility
|
|
|
|
comment to source files (PR #3055)
- replace gsub! and sub! with gsub and sub, respectively
- add `frozen_string_literal: true` magic comment to all Ruby source files
- see https://www.mikeperham.com/2018/02/28/ruby-optimization-with-one-magic-comment/
|
|
- use -v to set logger level to debug
- use -w to enable pedantic Ruby warnings (aka $VERBOSE = true)
|
|
|
|
- remove the DocBook45Converter class
- remove accomodations in DocBook5Converter for DocBook 4.5
- don't register the docbook45 backend name in the converter registry
- drop docbook45 from the backend CLI option values
- don't mention DocBook 4.5 in the man page
- don't mention DocBook 4.5 in the CLI usage statement
- update tests to use DocBook 5 instead of DocBook 4.5
|
|
|