jmbraben

Results 8 comments of jmbraben

Ok...I'm seeing that tpl_terminate_isr2_service calls tpl_terminate(); So this means I can use the post_task_hook. We'll move the vector re-enable to the hook and see if that resolves the problem.

Thank you, perhaps you can clarify a confusion point This [Autosar Document](https://www.autosar.org/fileadmin/user_upload/standards/classic/21-11/AUTOSAR_EXP_InterruptHandlingExplanation.pdf) section 6.2.2 and figure on page 14 are indicating that Category 2 interrupts are running in the interrupt...

Has there been any consideration of this request? My use case is to use dyff to identify data that I then migrate back into other yaml files (planning to use...

I'm out of office, but I'll try when I get back...if you don't hear from me, please ping me in a couple weeks...that said, that is what I would expect...

@mjeromin Sorry for the delay in replying, yes the #2031 changes you made address the problem I was seeing.

As stated in #2016 , the changes addressed my use case. Was any search for any other instances of hardcoded use of '\n' made?

There is nothing else in filters.py, the only thing in /src I'm questioning is: https://github.com/pallets/jinja/blob/ada0a9a6fc265128b46949b5144d2eaa55e6df2c/src/jinja2/compiler.py#L457 But as in the compiler.py, thinking it is not an issue.

@mjeromin Is there any timeline to merge this?