Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-14 | Merge pull request #434 from deivid-rodriguez/fix_ci | SHIBATA Hiroshi | |
Use `ruby/setup-ruby` to try fix CI | |||
2020-02-14 | Use `ruby/setup-ruby` to try fix CI | David Rodríguez | |
2020-01-08 | Merge pull request #429 from headius/detect_bad_snakeyaml | Charles Oliver Nutter | |
Check for SnakeYAML version to confirm it's 1.21+ | |||
2020-01-08 | Check for SnakeYAML version to confirm it's 1.21+ | Charles Oliver Nutter | |
Fixes #428 | |||
2019-12-05 | Merge pull request #425 from ruby/use-actions | SHIBATA Hiroshi | |
Migrate JRuby tasks to GitHub Actions. | |||
2019-12-05 | Remove call for failure of Actions | Hiroshi SHIBATA | |
2019-12-05 | Migrate JRuby tasks to GitHub Actions. | Hiroshi SHIBATA | |
2019-12-04 | Merge pull request #414 from Shopify/freeze-parsing-option | Aaron Patterson | |
Freeze parsing option | |||
2019-11-28 | Implement `freeze` option for Pysch.load | Jean Boussier | |
2019-11-28 | Implement a freeze load option | Jean Boussier | |
2019-11-28 | Refactor `symbolize_names` | Jean Boussier | |
2019-11-27 | Merge pull request #421 from MSP-Greg/actions-windows | Aaron Patterson | |
Actions CI - Create windows.yml | |||
2019-11-12 | ext/psych/yaml/api.c: Suppress a "variable set but not used" warning | Yusuke Endoh | |
``` compiling ../.././ext/psych/yaml/api.c ../.././ext/psych/yaml/api.c: In function 'yaml_document_delete': ../.././ext/psych/yaml/api.c:1122:7: warning: variable 'context' set but not used [-Wunused-but-set-variable] } context; ^~~~~~~ ``` https://rubyci.org/logs/rubyci.s3.amazonaws.com/ubuntu1604/ruby-master/log/20190824T093004Z.log.html.gz | |||
2019-11-01 | Merge pull request #419 from jeremyevans/taint | SHIBATA Hiroshi | |
Remove taint support | |||
2019-10-22 | Create windows.yml | MSP-Greg | |
2019-10-21 | Remove taint support | Jeremy Evans | |
Ruby 2.7 deprecates taint and it no longer has an effect. The lack of taint support should not cause a problem in previous Ruby versions. I'm not sure if the untaint calls in deduplicate are still needed after the removal of tainting in the parser. If they are not needed, they should be removed. | |||
2019-10-17 | Add a note about safe_load | Aaron Patterson | |
2019-10-10 | Add `pull_request` to `on:` | Kazuhiro NISHIYAMA | |
2019-10-10 | Use `ruby-version` instead of deprecated `version` | Kazuhiro NISHIYAMA | |
2019-08-11 | Merge pull request #418 from ruby/actions | SHIBATA Hiroshi | |
Try to use GitHub Actions | |||
2019-08-11 | Removed duplicated tasks with GitHub Actions. | Hiroshi SHIBATA | |
2019-08-11 | Give up to Windows env with GitHub Action | Hiroshi SHIBATA | |
2019-08-11 | Drop to 2.3 from build matrix | Hiroshi SHIBATA | |
2019-08-11 | Use sudo for apt | Hiroshi SHIBATA | |
2019-08-11 | Try to use GitHub Actions | Hiroshi SHIBATA | |
2019-08-05 | ext/psych/yaml/loader.c: Cast the difference of pointers to int | Yusuke Endoh | |
instead of casting a pointer to int. Follow up of 39622232c7542d062f79277a11f6b8b6b6cfd994. | |||
2019-08-05 | Suppress warnings of bundled libyaml. | Hiroshi SHIBATA | |
2019-08-05 | yaml few build warning fixes | David Carlier | |
Closes: https://github.com/ruby/ruby/pull/2283 | |||
2019-07-25 | Merge pull request #415 from Shopify/min-ruby-version | SHIBATA Hiroshi | |
Set required_ruby_version to 2.4.0 | |||
2019-07-24 | Set required_ruby_version to 2.4.0 | Jean Boussier | |
2019-07-25 | Get rid of C90 feature | Nobuyoshi Nakada | |
For ruby 2.6 and earlier. https://travis-ci.org/ruby/psych/jobs/562435717#L245-L248 ``` ../../../../ext/psych/psych_parser.c: In function ‘make_exception’: ../../../../ext/psych/psych_parser.c:87:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] VALUE ePsychSyntaxError = rb_const_get(mPsych, rb_intern("SyntaxError")); ^ ``` | |||
2019-07-25 | Suppress uninitialized instance variable warnings | Nobuyoshi Nakada | |
In verbose mode, `test_delegator` in `test/psych/visitors/test_yaml_tree.rb` shows following warning. https://travis-ci.org/ruby/psych/jobs/562435717#L268 ``` /home/travis/build/ruby/psych/test/psych/visitors/test_yaml_tree.rb:10: warning: instance variable @obj not initialized ``` This is because `Psych.load` bypasses #initialize with the #init_with method. | |||
2019-07-22 | Merge pull request #409 from Shopify/deduplicate-hash-keys | Aaron Patterson | |
Deduplicate hash keys if they're strings | |||
2019-07-22 | Deduplicate hash keys if they're strings | Jean Boussier | |
2019-07-21 | Merge pull request #408 from ruby/drop-to-support-fatgem | SHIBATA Hiroshi | |
Drop to support fat gem | |||
2019-07-21 | Drop to support fat gem support. | Hiroshi SHIBATA | |
ref. https://github.com/ruby/bigdecimal/pull/149 | |||
2019-07-21 | Do not use add_development_dependency. | Hiroshi SHIBATA | |
2019-06-02 | Merge pull request #403 from jeremyevans/deterministic | SHIBATA Hiroshi | |
Make psych.so deterministic | |||
2019-06-01 | Make psych.so deterministic | Jeremy Evans | |
Fixes Ruby Bug #15890 | |||
2019-05-07 | Merge pull request #400 from Shopify/remove-string-cache | SHIBATA Hiroshi | |
Remove string_cache in ScalarScanner | |||
2019-04-26 | Do not allocate a string to check if a scalar is an integer | Jean Boussier | |
2019-04-26 | Remove string_cache in ScalarScanner | Jean Boussier | |
2019-04-26 | Reduce string allocations in scalar_scanner | Jean Boussier | |
2019-04-23 | syntax error can move, so do not cache | Aaron Patterson | |
2019-03-01 | Merge pull request #391 from ruby/azure-pipelines | SHIBATA Hiroshi | |
Set up CI with Azure Pipelines | |||
2019-03-01 | Try to test with macOS. | SHIBATA Hiroshi | |
2019-03-01 | Set up CI with Azure Pipelines | SHIBATA Hiroshi | |
2019-02-27 | Merge pull request #389 from ruby/retire-changelog | SHIBATA Hiroshi | |
Retired to write CHANGELOG.rdoc | |||
2019-02-27 | Removed CHANGELOG from rdoc files. | SHIBATA Hiroshi | |
2019-02-26 | Retired to write CHANGELOG.rdoc. Because It has no update from 2015. | SHIBATA Hiroshi | |