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: sparklemotion/nokogiri
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.4
Choose a base ref
...
head repository: sparklemotion/nokogiri
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.6
Choose a head ref
  • 11 commits
  • 21 files changed
  • 1 contributor

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    529f139 View commit details
    Browse the repository at this point in the history
  2. style(rubocop): pend Style/FetchEnvVar for now

    and otherwise update the rubocop todo list
    flavorjones committed May 4, 2022
    Configuration menu
    Copy the full SHA
    f3521ba View commit details
    Browse the repository at this point in the history
  3. dev: require yaml

    which was incidentally being eager loaded by rake-compiler
    flavorjones committed May 4, 2022
    Configuration menu
    Copy the full SHA
    eac7934 View commit details
    Browse the repository at this point in the history
  4. test: unpend the LIBXML_LOADED_VERSION test on freebsd

    essentially reverting 97be5d1
    
    Closes #2506
    flavorjones committed May 4, 2022
    Configuration menu
    Copy the full SHA
    b7c4cc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66c2886 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2527 from sparklemotion/2525-update-libxml-2_9_14…

    …-v1_13_x
    
    dep: update libxml2 to v2.9.14 (v1.13.x branch)
    flavorjones authored May 4, 2022
    Configuration menu
    Copy the full SHA
    c519a47 View commit details
    Browse the repository at this point in the history
  7. doc: update CHANGELOG for v1.13.5

    [skip ci]
    flavorjones committed May 4, 2022
    Configuration menu
    Copy the full SHA
    6155881 View commit details
    Browse the repository at this point in the history
  8. version bump to v1.13.5

    flavorjones committed May 4, 2022
    Configuration menu
    Copy the full SHA
    22c9e5b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. fix: {HTML4,XML}::SAX::{Parser,ParserContext} check arg types

    Previously, arguments of the wrong type might cause segfault on CRuby.
    flavorjones committed May 7, 2022
    Configuration menu
    Copy the full SHA
    83cc451 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2530 from sparklemotion/flavorjones-check-parse-m…

    …emory-types_v1.13.x
    
    SAX::Parser constructors check types (v1.13.x branch)
    
    ---
    
    **What problem is this PR intended to solve?**
    
    HTML4::SAX::Parser, HTML4::SAX::ParserContext, XML::SAX::Parser, and XML::SAX::ParserContext now properly check the types of the arguments to their various constructor methods.
    
    Previously, passing arguments of unexpected types might cause a segfault or other less-obvious exceptions.
    
    This is a backport of #2529 
    
    
    **Have you included adequate test coverage?**
    
    Yes! Added test coverage for these cases.
    
    
    **Does this change affect the behavior of either the C or the Java implementations?**
    
    Both the C and Java implementations have been updated to behave identically in this circumstance.
    flavorjones authored May 7, 2022
    Configuration menu
    Copy the full SHA
    61b1a39 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. version bump to v1.13.6

    flavorjones committed May 8, 2022
    Configuration menu
    Copy the full SHA
    b7817b6 View commit details
    Browse the repository at this point in the history
Loading