Hi, if I recall correctly, DBDI was sort of blocking on the impossibility to forward-declare types without know if it's a class or a role.
Now you can say
package Foo { ... }
# and later on
class Foo {
# class body here
}
which should make the development of DBDI a bit easier.
Cheers,
Moritz
