Erik Moqvist
Erik Moqvist
CANdb++, which is the reference tool, complains about overlapping signals as well. The Status signal is overlapping with the Flags signals. A multiplexer is required to have overlapping signals, at...
Not with the current implementation. I can investigate if it's easy to implement, and if so, likely implement it.
It doesn't look that easy to implement, sorry.
Yeah I realized that hexadecimal numbers with a letter first are problematic when I implemented the parser. I simply ignored the issue at that point. I don't have a good...
Hello! It was intentional. f-strings are such a nice feature =) Python 3.6 has been around since December 2016 (almost 4 years), so I figured it was time to start...
Hi, an example that reproduces the issue would be very helpful to understand what is going on.
Sounds like you should file a bug report on pip/setuptools asking for better error reporting. =) I can merge this PR, but the version will likely not be updated when...
Give it a try. There was some reason for not using unions, but I can't remember what it was.
I understand. Feel free to submit a PR that makes all troublesome dependencies optional. One option could be to split the cantools package into one core package and one or...
@AxelVoitier Feel free to review, merge and tag the fix. Tagged commits are automatically published on PyPI, so it should be easy. I'll be less active in the project from...