Closed aspiers closed 12 years ago
You should not be using pry-stack_explorer
, it is a --pre
gem (meaning prerelease) and it is not compatible with the currently released Pry gem.
The only reason i released the --pre
gem was to allow easy testing of pry-stack_explorer
by other Pry core committers.
In about 1 week's time I will officially release a new version of Pry, which will be compatible with pry-stack_explorer
and i will upgrade the stack_explorer version from prerelease to release version at that time.
Where did you hear about stack_explorer? I tweeted about it yesterday but i thought i made it clear in that tweet that it would not be compatible with the current gem.
I googled for pry ruby show stack
and it was the top hit. I didn't see anything in the README.md
about it not being usable yet, so I just stuck it in my Gemfile
and it happily installed even without me asking for pre-releases. Maybe that's a Bundler bug or feature?
OK ... now here's where life gets weird. Just realised that we were talking on #ruby about an hour ago about a completely different thing (wrapping a method with default parameters). I only go on IRC once in a blue moon - I guess the Ruby world is smaller than I thought. (BTW I figured out the solution in the end...)
Ah ok, my bad then. i updated the readme now:) On Jan 6, 2012 1:37 PM, "Adam Spiers" < reply@reply.github.com> wrote:
I googled for
pry ruby show stack
and it was the top hit. I didn't see anything in theREADME.md
about it not being usable yet, so I just stuck it in myGemfile
and it happily installed even without me asking for pre-releases. Maybe that's a Bundler bug or feature?OK ... now here's where life gets weird. Just realised that we were talking on #ruby about an hour ago about a completely different thing (wrapping a method with default parameters). I only go on IRC once in a blue moon - I guess the Ruby world is smaller than I thought. (BTW I figured out the solution in the end...)
Reply to this email directly or view it on GitHub:
https://github.com/banister/pry-stack_explorer/issues/15#issuecomment-3379172
When I add pry-stack_explorer to my
Gemfile
, WEBrick crashes on startup:I'm using pry 0.9.7.4.