Giter Club home page Giter Club logo

Comments (8)

fabianpnke avatar fabianpnke commented on June 24, 2024 1

Hi @zackrowe and @freekmurze
I've bumped the package to the latest version in the example repo I've provided. And now it works!
Thanks @zackrowe for providing a fix for this issue.

from laravel-event-sourcing.

freekmurze avatar freekmurze commented on June 24, 2024

To my knowledge, our packages wouldn't call a custom method like two.
Could you create a minimal Laravel app in which the problem is reproduced?

from laravel-event-sourcing.

fabianpnke avatar fabianpnke commented on June 24, 2024

Please see https://github.com/fabianpnke/laravel-event-sourcing-issue-341-demo

I've managed to reproduce a behaviour in that the problem results in a 500 Server error by removing a type hint from the method.

from laravel-event-sourcing.

mariolorente avatar mariolorente commented on June 24, 2024

Hi,

same here, when there is a public method in an aggregate with non typed params the app totally breaks.

The break occurs exactly inside the apply function of AggregateRoot.php, in the Handlers section.

from laravel-event-sourcing.

mariolorente avatar mariolorente commented on June 24, 2024

mixed doesnt work as a type either.

from laravel-event-sourcing.

zackrowe avatar zackrowe commented on June 24, 2024

I've also ran into this bug. I believe the issue is in the AggregateRoot class line 259. The method doesn't get filtered when the event gets passed to the accepts() method since the method argument is defined as mixed.

Possible Fix Maybe a method could be added to Handlers to filter methods that don't take a specific argument type? In this case ShouldBeStored?

Temporary Solution I added a second unused argument to my function to get things working. Not ideal but will work for now until this is addressed.

from laravel-event-sourcing.

zackrowe avatar zackrowe commented on June 24, 2024

I've opened a PR in the better-types repository that can hopefully help address this issue. spatie/better-types#3

from laravel-event-sourcing.

zackrowe avatar zackrowe commented on June 24, 2024

@freekmurze I've tested the latest changes in version 7.2.3 in my project and I believe this issue has been resolved.

from laravel-event-sourcing.

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.