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-go-gem/ruby_header_parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: ruby-go-gem/ruby_header_parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1
Choose a head ref
  • 12 commits
  • 9 files changed
  • 3 contributors

Commits on Dec 1, 2024

  1. Configuration menu
    Copy the full SHA
    23bb7e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from ruby-go-gem/create-pull-request/patch

    Update rbs_collection.lock.yaml
    sue445 authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    a4a7626 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Requires rbs 3.7.0+

    sue445 committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    87a2150 View commit details
    Browse the repository at this point in the history
  2. Remove sig/non-gemify/io.rbs

    sue445 committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    7faefa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e954e04 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #23 from ruby-go-gem/feature/remove_monkey_patch

    Remove monkey patch rbs files
    sue445 authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    9415cb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2024

  1. Fix Ruby::UnannotatedEmptyCollection in steep check

    ```
    Warning: header_parser/parser.rb:97:37: [warning] Empty hash doesn't have type annotation
    │ Diagnostic ID: Ruby::UnannotatedEmptyCollection
    │
    └         stdout.each_line.with_object({}) do |line, hash|
                                           ~~
    
    Detected 1 problem from 1 file
    rake aborted!
    Command failed with status (1): [steep check]
    /home/runner/work/ruby_header_parser/ruby_header_parser/Rakefile:24:in `block in <top (required)>'
    /home/runner/work/ruby_header_parser/ruby_header_parser/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/exe/rake:27:in `<top (required)>'
    /opt/hostedtoolcache/Ruby/3.3.6/x64/bin/bundle:25:in `load'
    /opt/hostedtoolcache/Ruby/3.3.6/x64/bin/bundle:25:in `<main>'
    Tasks: TOP => rbs
    (See full trace by running task with --trace)
    ```
    sue445 committed Dec 15, 2024
    Configuration menu
    Copy the full SHA
    c564c94 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from ruby-go-gem/fix_steep

    Fix `Ruby::UnannotatedEmptyCollection` in `steep check`
    sue445 authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    263fc5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c7fdd7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #24 from ruby-go-gem/fix_rb_gc_register_address

    Change arg of `rb_gc_register_address` and `rb_gc_unregister_address` to in_ref
    sue445 authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    b732019 View commit details
    Browse the repository at this point in the history
  5. Write changelog

    sue445 committed Dec 15, 2024
    Configuration menu
    Copy the full SHA
    6166364 View commit details
    Browse the repository at this point in the history
  6. Bump version

    sue445 committed Dec 15, 2024
    Configuration menu
    Copy the full SHA
    b6f3fc3 View commit details
    Browse the repository at this point in the history
Loading