Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Crash when viewing issue from mypy #325

Open
refi64 opened this issue Nov 8, 2016 · 1 comment
Open

Crash when viewing issue from mypy #325

refi64 opened this issue Nov 8, 2016 · 1 comment

Comments

@refi64
Copy link

refi64 commented Nov 8, 2016

Inside this repo:

ryan@DevPC-LX /media/ryan/stuff/mypy master $ ghi 2373
/var/lib/gems/1.9.1/gems/ghi-1.2.0/lib/ghi/commands/show.rb:52:in `pull_request?': undefined method `[]' for nil:NilClass (NoMethodError)
	from /var/lib/gems/1.9.1/gems/ghi-1.2.0/lib/ghi/commands/show.rb:35:in `execute'
	from /var/lib/gems/1.9.1/gems/ghi-1.2.0/lib/ghi/commands/command.rb:17:in `execute'
	from /var/lib/gems/1.9.1/gems/ghi-1.2.0/lib/ghi.rb:80:in `execute'
	from /var/lib/gems/1.9.1/gems/ghi-1.2.0/bin/ghi:4:in `<top (required)>'
	from /usr/local/bin/ghi:23:in `load'
	from /usr/local/bin/ghi:23:in `<main>'
ryan@DevPC-LX /media/ryan/stuff/mypy master $ 
@lsloan
Copy link

lsloan commented Feb 14, 2017

The equivalent command, without cloning that repo (python/mypy) locally, would be:

ghi 2373 -- python/mypy

When I run that command, it produces the following output (the contents of python/mypy#2373), which appears to be correct:

#2373: Disallow isinstance of generic expressions
@ddfisher opened this issue 108 days ago.   open  (3 comments)
 bug   priority-1-normal
Milestone #6: 0.5

    Now that runtime generics are allowed (thanks to #2302), we should prevent
    people from making calls like:

Etc.

  • Is it agreed that this form of the command is equivalent?
  • Can others reproduce the problem reported?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants