christoph2 / pyxcp

ASAM XCP in Python
http://pyxcp.rtfd.org
GNU Lesser General Public License v3.0
207 stars 64 forks source link

changes in Executor to avoid infinite loop when repetition is not RE… #120

Closed DevD-official closed 1 year ago

DevD-official commented 1 year ago

Hello @christoph2,

Issue description

For XcpError with action as the fixed number of repeat-counter, the Executor goes into an infinite loop due to the reassignment of the repeater instance.

Proposed changes

Types of changes

Note: Please review my pull request. Let me know if any corrections should be done.

christoph2 commented 1 year ago

Thanks for your contribution. And yes, there's still work to do on error handling.

tttech-miori commented 1 year ago

Hi @christoph2, @DevD-official,

is that PR fixing my previous reports https://github.com/christoph2/pyxcp/issues/107 and https://github.com/christoph2/pyxcp/issues/108, you think?

I'm going to test new release of course but if that's the case we should probably close these issues

tttech-miori commented 1 year ago

I report that https://github.com/christoph2/pyxcp/issues/108 is fixed, thanks!