Conversation
|
Thanks Ulf, and sorry for the slow response. Issue #7 is real and worth fixing, but I can't take this as-is, for two reasons. The substantive one: changing The practical one: this diff is ~1100 lines across 13 files, but the actual change is only 6 lines of actual code. The rest is trailing-whitespace stripping and rejoining wrapped statements, probably your editor trimming and reformatting the code on save. I genuinely can't review the substance of the PR through that, and it's why this and #34/#35 now conflict with main. If you'd like to pursue it: a PR containing only the header change, against current main, with whitespace trimming turned off for this repo, let's talk about the type choice on its own terms. Reformatting is welcome too, just as its own separate PR so both are reviewable. It's hard to review the whitespace changes mingled with the code changes. |
|
Hi David, pooh, hard work for me to dive in again after years.
That time I couldn't find anything already linked against this function except my own https://github.com/CoSoCo/JPilotMediaPlugin.
Yes, this is a problem. Anyway ... am I correct in assuming, that pilot-link originally was a 16 bit project, so you had to use
Yes, at the end this diff is ~1100 lines. But it is a composition of 11 separate commits. Unfortunately you made your own changes without sync with my changes. Wouldn't it be possible to merge my commits separately?
Yes I can do this, but this will last some time as I'm heavily involved in another project
As I said, please review the commits separately. First start with #27 , which is the base of this PR. Thanks for your great work. 👍 |
Hi David,
I have fixed the longstanding issue#7 .
Now parameter
diriteratorcan be accessed without complicated type conversions.Ulf