pongasoft / glu

Deployment Automation Platform
Apache License 2.0
518 stars 99 forks source link

call delegation not working in glu script #279

Closed ypujante closed 9 years ago

ypujante commented 9 years ago

example:

class ParentGluScript
{
  def foo() = { log.info "foo()" }
}

class ChildGluScript
{
  def install = {
    parent.foo() // this fails
  }
}
ypujante commented 9 years ago

Fixed with 5.5.5