Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: XML::Reader XML::Attr garbage collection (backport to v1.13.x) #2602

Merged
merged 6 commits into from Jul 22, 2022

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    3f4002a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c04806 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    193a07d View commit details
    Browse the repository at this point in the history
  4. feat: Reader#attribute_hash

    which is now being used to implement Reader#attributes
    
    fix: Reader#namespaces on JRuby now returns an empty hash when no
    attributes are present (previously returned nil)
    flavorjones committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    12874a7 View commit details
    Browse the repository at this point in the history
  5. dev: introduce NOKO_WARN_DEPRECATION macro

    which will use rb_category_warning if it's available, and rb_warning
    if it's not
    flavorjones committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    8d0c4ea View commit details
    Browse the repository at this point in the history
  6. deprecate: Reader#attribute_nodes

    This method will be removed in a future version
    flavorjones committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    80e888c View commit details
    Browse the repository at this point in the history