Mariusz Midor

Results 9 comments of Mariusz Midor

If I would know that Lua is only 30% implementation of Python before, I would choose Python version instead. But...I have much better experience with Lua, beside, it is very...

Hi, I agree with the above suggestions. Deriving is a good idea, however I think it may produce some problems. Clone - method known from another libraries (wx) - for...

One more: is there some compatibility with Python implementation intended? I mean the API should be the same or we can implement new features freely ?

So (for example) if in Perl implementation there is no parameter in set_bold(), it shouldn't appear in Lua as well, even if this is reasonable thing to do ? Now...

Can u take a look at this? https://github.com/mmidor/cpputest/commit/15ff4a8b297db84ea3316baa01947a76c5c6b672 Problem solved in an easy way. But as I know you will not like it ;)

I created a new pull request - tests passed.

Mmm, right, the maximum double precision may depend on platform. I'm not expert in this area, any clues? I'll fix this according to your suggestions.

This approach will be better: - taking sizeof double into account - corrected maximum precision values https://github.com/mmidor/cpputest/commit/d5d567b20e9b5396e8cf4ee0a34026af538e861b

Fix suggestion: https://github.com/OzymandiasTheGreat/klembord/pull/21