-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply upstream libxls fixes #358
Comments
Thanks @tbeu. Is this a general heads up or do you know of specific fixes in svn but not on github? I was regarding the github mirror as reliable 😔. |
I pinged the author of @svn2github. Service is now resumed. |
@tbeu Sorry, what exactly do you need me to do? I'm happy to help, just need more specifics. |
What I would need is a test case (preferable in C language) where current libxls HEAD fails, but works if your T13.patch is applied. Then I can apply your patch upstream. |
OK I will see what I can do. I have only worked with libxls via our embedded version. I have contemplated doing this: I know there's way to build a command line tool using libxls to go from xls to csv. If I do that, I can find combinations of test file and libxls version that work / don't work. Does this sound productive? |
Indeed, that would be of help. Thank you. |
Any news? |
FYI I am going to work on this this week @tbeu. |
OK, I was offline anyway. |
@tbeu I have made the command line tool and can reproduce some of the problems that led us to patch. So I will be able to provide xls samples and demonstrate how xls2csv behaves before/after a patch. |
Thank you. This will definitely be helpful. |
What is your schedule for the test? I actually was thinking to apply T13.patch pretty soon (after I got envolved with libxls, got the push rights and fixed some other bugs) but it takes quite some weeks already. ❓ 😕 |
I got home last night from 2.5 weeks away. I will make a PR on my own fork today or tomorrow re: this specific patch (I think 1 or 2 other are also related) and include the |
@jennybc Did you make any progress with the PR? |
Any news? |
Friendly ping |
Hi @tbeu. I hear you and thanks for pinging and being friendly 🙂. I'm still here and still want to provide this info to you in a useful way! Will try to do so next week. |
@tbeu Has development of libxls moved to GitHub? If not, is that on the horizon? |
@jennybc No, development has not yet moved (and I do not want to start with it, though I'd prefer to have it GitHub). |
Increased urgency re: pulling upstream fixes and stating our fixes as PRs to upstream: |
The latest commits to libxls introduce the |
I created a discussion issue in the upstream repo. |
@tbeu So you're saying I should not blindly pull all upstream changes then / yet? You believe they need to be implemented differently and/or in sequential, issue-specific units? |
Yes, that is what I am saying. Same reason I did not pull these latest commits to my own fork. Let's see what the upstream dev replies. |
@jennybc FYI, please note that https://github.com/svn2github/libxls currently is not synchronized with svn://svn.code.sf.net/p/libxls/code/trunk, thus you need to pull the latest upstream fixes from https://sourceforge.net/p/libxls/code/.
The text was updated successfully, but these errors were encountered: