Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A SystemStackError occurred in interventions#compute #388

Closed
Nyxelio opened this issue Mar 26, 2015 · 1 comment
Closed

A SystemStackError occurred in interventions#compute #388

Nyxelio opened this issue Mar 26, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@Nyxelio
Copy link
Contributor

Nyxelio commented Mar 26, 2015

A SystemStackError occurred in interventions#compute:

stack level too deep


Request:

@Nyxelio Nyxelio added the Bug label Mar 26, 2015
@Nyxelio Nyxelio added this to the 1.1.1 milestone Mar 26, 2015
@burisu burisu modified the milestones: 1.1.2, 1.1.1 Mar 26, 2015
@Nyxelio
Copy link
Contributor Author

Nyxelio commented Mar 27, 2015

It seems the problem spawn from recursive call (impact method) on lib/procedo/procedure.rb line 581:

def impact(casting, global, updater)
    proc = Procedo::CompiledProcedure[self.name].new(casting, global, updater)
    before = proc.casting
    proc.impact!
    after = proc.casting
    return after
end

@burisu burisu modified the milestones: 1.1.3, 1.1.2 Mar 30, 2015
@Nyxelio Nyxelio modified the milestones: 1.2.0, 1.1.3 Apr 3, 2015
@burisu burisu modified the milestones: 1.2.0, 1.3.0 Jun 24, 2015
@ionosphere ionosphere self-assigned this Oct 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants