Jan Škrášek
Jan Škrášek
@zarechenskiy thank you for the comment. Is the "stable" property concept related to the Java interop? Or could you please answer that as well?
Just from the first sight, it seems that the definition is more verbose. Hard to see this is the way.
Since "Implementation on the JVM" seems to be an open question and not fully answering this: Is it the plan to copy the same implementation over as well? Wouldn't pure...
The main tool to handle such use case is the database reset. In the dev environment, it should be quite viable. Please see https://www.youtube.com/watch?v=FOsZFE-SSvM where Honza explains the motivation. Anyway,...
Fixed by #752.
Docker setup merged in #753. Nextras orm updated in https://github.com/nextras/orm/commit/5ab1547ac6a3e0effd59b214eae20b6d3310422e.
Thx for reporting and contribution.
Hm, the best would be extracting the line `$types = $this->builder->findByType(IRepository::class);` to an overridable method and it would be put to you to inherit and override the loader's behavior. I.e....
> Just to verify that I understand your intention correctly - the plan would be to have a separate finder class for each extension: App\Orm\DIRepositoryFinder and App\OrmLog\DIRepositoryFinder. Right? Simply said...