Skip to content

Version in master branch hangs on MacOS #629

Closed
@lindydonna

Description

@lindydonna

I did the following:

  • Pulled down the master branch
  • Ran gem build github_changelog_generator && gem install *.gem
  • Ran github_changelog_generator as usual

The --help command works, but actual usage just hangs at the Using these options: step. See full output below.

I'm very new to Ruby (learning it on the fly so I could use the change in #616), so it's entirely possible I am using an incompatible version of Ruby or one of the dependencies.

$ github_changelog_generator -u orgName -p projectName
Using these options:
^CTraceback (most recent call last):
	11: from /usr/local/bin/github_changelog_generator:23:in `<main>'
	10: from /usr/local/bin/github_changelog_generator:23:in `load'
	 9: from /usr/local/lib/ruby/gems/2.5.0/gems/github_changelog_generator-1.15.0.pre.rc/bin/github_changelog_generator:5:in `<top (required)>'
	 8: from /usr/local/lib/ruby/gems/2.5.0/gems/github_changelog_generator-1.15.0.pre.rc/bin/github_changelog_generator:5:in `new'
	 7: from /usr/local/lib/ruby/gems/2.5.0/gems/github_changelog_generator-1.15.0.pre.rc/lib/github_changelog_generator.rb:28:in `initialize'
	 6: from /usr/local/lib/ruby/gems/2.5.0/gems/github_changelog_generator-1.15.0.pre.rc/lib/github_changelog_generator/parser.rb:29:in `parse_options'
	 5: from /usr/local/lib/ruby/gems/2.5.0/gems/github_changelog_generator-1.15.0.pre.rc/lib/github_changelog_generator/options.rb:101:in `print_options'
	 4: from <internal:prelude>:149:in `pp'
	 3: from /usr/local/Cellar/ruby/2.5.0/lib/ruby/2.5.0/delegate.rb:85:in `method_missing'
	 2: from /usr/local/Cellar/ruby/2.5.0/lib/ruby/2.5.0/delegate.rb:85:in `call'
	 1: from /usr/local/Cellar/ruby/2.5.0/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:40:in `require'
/usr/local/Cellar/ruby/2.5.0/lib/ruby/2.5.0/monitor.rb:190:in `mon_enter': Interrupt

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions