Joachim

Results 223 issues of Joachim

Namespace needs to be Drush\Commands

bug
code generation

'constructor_fixed_parameters isn't getting set in analysis. It's because of: ``` if ($method_ref->getDeclaringClass()->getName() != $service_class_name) { ``` because all migrate plugins use createInstance() in MigratePluginManager. AAAARGH.

bug
code analysis

| Q | A | --------------------| --------------- | PHPUnit version | 11.3.5 | PHP version | 8.3.8 | Installation Method | Composer #### Summary The diff output when assertEqualsCanonicalizing() fails...

type/bug

And legacy as > path_alias_view_access_ENTITY_path_alias_access Is this using the short name maybe???

bug
code generation

No interface, no collect method, WTF? Adding this just to bypass it for now: ``` // Hope there's only one interface... $service_interfaces = $service_class_reflection->getInterfaceNames(); if (empty($service_interfaces)) { continue; } ```

bug
code analysis

Currently, ComponentCollector creates components from two sources: - properties in the data structure which declare themselves as being tied to a generator. E.g. many top-level properties in the Module generator....

ComponentCollector does ``` $component_data->walk([$this, 'applyProcessing']); ``` to each data item before it instantiates the generator for that data. We need to walk down into the data because some component data...

See https://git.drupalcode.org/project/api/-/blob/2.x/src/PrettyPrinter.php?ref_type=heads