faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
<FromGitter> <drujensen> @Blacksmoke16 will annotations fix inheritance from model issue? https://github.com/amberframework/granite/issues/238
<FromGitter> <Blacksmoke16> Main reason it's broken ATM is due to validations
<FromGitter> <Blacksmoke16> Didn't get to refactoring that yet so not sure
<FromGitter> <drujensen> I’ve tried many many different ideas to remove the `@@validators` class variable
<FromGitter> <drujensen> but not smart enough to solve it. :-)
<FromGitter> <Blacksmoke16> Issue is it tries to reinitialize the class variable
<FromGitter> <Blacksmoke16> So just need a way to declare it once, probably by putting it in the base class vs using the macro in the validations file