bialix

Results 65 comments of bialix

It will be nice to have some explanation or examples in tests or in main code, or here, what you want to achieve with alignment. My understaing so far you...

Also I find it simpler if you test entire return value from segments() method, rather than 10 separate checks which hide the entire picture. I can't see a forest behind...

Just a note about principal inefficiency of `segements` method: it relies on `addresses` method which returns a *full* list of all addresses in IntelHex object. So, if you want to...

Sorry for not working on your pull request. I'm looking for a new maintainer for Python IntelHex project. I hope someone will help.

IntelHex startard allows separate records to be freely swapped until they all within one 64K page IIRC. Additional starting records can appear anywhere in the file. Anyway, in your approach...

"the data is stored in a database as a JSON record" - why don't you save actual hex file content to database then?

I will change the title of this issue. It can be fixed with another option of write_hex_file, oh my. That's already too complex.

Confirmed with Ubuntu + Python 2.7 and 3.4

As a workaround try to install from sources tarball, not from wheels, e.g. ``` sudo pip3 install intelhex --no-use-wheel ``` This worked as expected for me on Ubuntu, i.e. scripts...