-
Notifications
You must be signed in to change notification settings - Fork 2
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
2.0RC no supertype for empty() #3
Comments
thanks for this and the other reports; they should all be addressed now. |
Hi Joe Thanks for looking at this. I'm still getting this error. It doesn't happen when I upload a zip file I have created manually, with fairly simple contents. It does happen though when I upload a docx file - even one where I have used 7-zip to remove almost all the parts in the docx zip file. So I'm not sure what it is that is causing the problem. I'm pretty sure I'm running unzip 0.1 (I had a bit of trouble uninstalling 1.0, but finally the eXist package repository reports 'Unzip (0.1)' ) |
Thanks for the additional info. I had tested with a simple zip I created containing a folder and a file. I'll try with a docx and report back. |
I reproduced your problem with docx files, found the cause, and just committed a fix. Could you confirm if this fixes the issue for you? I'll hold off on closing this in case. |
By the way, you may still see the original issue you reported above - the "no supertype for empty()" error. This is actually harmless and has been reported on the exist-open list as a warning (albeit a mysterious one) that appears when people reference the FunctX library; you can search the list archives for "functx supertype empty" and you'll see this. This wasn't the cause of the docx problem, and so may continue to appear - but it is not causing problems with unzip functionality. |
Thanks Joe, confirmed fixed :-) |
I've got the following trigger defined:
The text was updated successfully, but these errors were encountered: