socketry / protocol-http2

MIT License
9 stars 10 forks source link

Is it intentional to install fuzz/framer/output/* since 0.14.1? #6

Closed sunpoet closed 3 years ago

sunpoet commented 3 years ago

protocol-http2 0.14.1 installs fuzz/framer/output/* because of spec.files change in 8769e9f8dfcb95c6e7bd015002a74a82bb14a83f. Is it intentional?

Luckless commented 3 years ago

I'm also having some issues installing this on windows 10 for puppet rspec stuff:

Installing protocol-http2 0.14.1
Errno::EINVAL: Invalid argument @ rb_sysopen -
C:/tools/ruby27/lib/ruby/gems/2.7.0/gems/protocol-http2-0.14.1/fuzz/framer/output/crashes/id:000000,sig:10,src:000007,op:havoc,rep:32
An error occurred while installing protocol-http2 (0.14.1), and Bundler cannot
continue.
Make sure that `gem install protocol-http2 -v '0.14.1' --source
'https://rubygems.org/'` succeeds before bundling.

In Gemfile:
  github_changelog_generator was resolved to 1.15.1, which depends on
    async-http-faraday was resolved to 0.9.0, which depends on
      async-http was resolved to 0.52.4, which depends on
        protocol-http2
ioquatix commented 3 years ago

Haha, no, and I'm already fixing this on other gems but have not got around to this yet.

I'll sort this out on the next release should be this week.

kenhys commented 3 years ago

@ioquatix Are there any blockers to release the next release?

ashie commented 3 years ago

@ioquatix Any progress?

ioquatix commented 3 years ago

Let me check...

ioquatix commented 3 years ago

Thanks everyone for your patience. I've released an update, thanks for bumping the issue, I've been pretty overloaded the past 6 months with Ruby 3.0 release.

ashie commented 3 years ago

I've confirmed that protocol-http2-0.14.2 can be installed successfully on Windows. Thanks!

sunpoet commented 3 years ago

Thank you, @ioquatix.