Git Product home page Git Product logo

Comments (8)

rvanlaak avatar rvanlaak commented on May 23, 2024

IMHO the $routeName, $routeParameters and $routeAbsolute parameters should be preferred over having a duplicate $route array with identical functionality.

Can you share and update the Rector script accordingly?

from apybreadcrumbtrailbundle.

Richard87 avatar Richard87 commented on May 23, 2024

No, the rector script is standardised, and just converts what is already used in the annotation.

Since the annotation allows "route": {"name": "xyz", "parameters": "abc"}, the atrtribute must allow it to, or the conversion will fail.

I recommend we deprecate the route param, and remove it in a future v. 2 instead

EDIT: Using the route param is also the only documented example: https://github.com/APY/APYBreadcrumbTrailBundle/blob/master/src/Resources/doc/annotation_configuration.md#route

from apybreadcrumbtrailbundle.

Richard87 avatar Richard87 commented on May 23, 2024

This is the recor script:

return static function (ContainerConfigurator $containerConfigurator): void {
    // get parameters
    $parameters = $containerConfigurator->parameters();
    $parameters->set(Option::PATHS, [__DIR__ . '/src']);
    $parameters->set(Option::SYMFONY_CONTAINER_XML_PATH_PARAMETER, __DIR__ . '/var/cache/dev/App_KernelDevDebugContainer.xml');
    $parameters->set(Option::AUTO_IMPORT_NAMES, true);
    $parameters->set(Option::IMPORT_SHORT_CLASSES, false);

    $services = $containerConfigurator->services();
    $services->set(AnnotationToAttributeRector::class)->call('configure', [
        [
            AnnotationToAttributeRector::ANNOTATION_TO_ATTRIBUTE => ValueObjectInliner::inline([
                new AnnotationToAttribute(\APY\BreadcrumbTrailBundle\Annotation\Breadcrumb::class),
            ]),
        ],
    ]);
};

Basically just tels the rector script AnnotationToAttributeRector to convert Breadcrumb annotation

from apybreadcrumbtrailbundle.

rvanlaak avatar rvanlaak commented on May 23, 2024

Is there a way to hook into the configuration and alter the data before the attribute gets constructed?

For clarity, as your comment refers to a Rector upgrade script which is not part of this bundle (yet), this issue is not an issue with this bundle's code.

from apybreadcrumbtrailbundle.

Richard87 avatar Richard87 commented on May 23, 2024

Not that i have found... I think doctrine have made their own script (pr into rector), but without that, and if we want to use rector, we need the route parameter...

from apybreadcrumbtrailbundle.

Richard87 avatar Richard87 commented on May 23, 2024

Also, the rector script is not ment to be included in the bundle, its just a one-og script designed to tell rector how to transforme the code, and then to be deleted again (it might be relevant for documentation tho to explain how to simply use attributes).

from apybreadcrumbtrailbundle.

rvanlaak avatar rvanlaak commented on May 23, 2024

Not including it with the bundle is ok with me, feel free to close this issue in that case. Thanks

from apybreadcrumbtrailbundle.

Richard87 avatar Richard87 commented on May 23, 2024

Yes, the problem is that the tool will fail if the attributes desnt have the argument $route.

And its a very handy tool 😁

from apybreadcrumbtrailbundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.