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

SystemStackError with example #9

Open
lewtds opened this issue Nov 18, 2013 · 1 comment
Open

SystemStackError with example #9

lewtds opened this issue Nov 18, 2013 · 1 comment

Comments

@lewtds
Copy link

lewtds commented Nov 18, 2013

I'm on Fedora 20, Ruby 2.0.0p247, pry 0.9.12.3 (from gem), hexpress 1.2.0 (from gem) and this example fails:

protocol = exp.start("http").maybe("s").with("://")
tld = exp.then(".").either("org", "com", "net")
link = exp.has(protocol).find { words }.including(tld)
exp.to_r

with this message:

SystemStackError: stack level too deep
from /usr/local/share/gems/gems/pry-0.9.12.3/lib/pry/pry_instance.rb:328
@krainboltgreene
Copy link
Owner

I'll get a test up for this, and see about fixing it tonight. My first
thought is the has(protocol).

On Sun, Nov 17, 2013 at 6:28 PM, Trung Ngo notifications@github.com wrote:

I'm on Fedora 20, Ruby 2.0.0p247, pry 0.9.12.3 (from gem), hexpress 1.2.0
(from gem) and this example fails:

protocol = exp.start("http").maybe("s").with("://")
tld = exp.then(".").either("org", "com", "net")
link = exp.has(protocol).find { words }.including(tld)
exp.to_r

with this message:

SystemStackError: stack level too deep
from /usr/local/share/gems/gems/pry-0.9.12.3/lib/pry/pry_instance.rb:328


Reply to this email directly or view it on GitHubhttps://github.com//issues/9
.

Kurtis Rainbolt-Greene, Hacker
Software Developer
612 S. Flower St.
Los Angeles, CA, 90017

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