CI to automate build of zotero tarball for zotero aport
https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/zotero
b918ad2892
In Z7 on Windows 10 (but not 11 for me), nsIZipReader doesn't properly close the file after `findEntries()` is called (as discovered by @abaevbog), so a `remove()` on the downloaded ZIP file during file syncing triggers an access-denied error. Setting the zip-reader variable to null and forcing garbage collection seems to fix it. Doing this everywhere we use nsIZipReader just to be safe. I found the `forceGC()` in only one test file in fx102, but setting the reader to null is done more widely, so maybe they just don't try to delete ZIP files before GC happens and manage to avoid this bug. Fixes #3369 |
||
---|---|---|
.github | ||
app | ||
chrome | ||
components | ||
defaults/preferences | ||
js-build | ||
note-editor@8d34975e03 | ||
pdf-worker@683b8e5b1a | ||
reader@bc3932ec39 | ||
resource | ||
scripts | ||
scss | ||
styles@07810eddb0 | ||
test | ||
translators@ab8a83ebba | ||
.babelrc | ||
.eslintignore | ||
.eslintrc | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
chrome.manifest | ||
CONTRIBUTING.md | ||
COPYING | ||
package-lock.json | ||
package.json | ||
README.md | ||
update.rdf | ||
version |
Zotero
Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
Please post feature requests or bug reports to the Zotero Forums. If you're having trouble with Zotero, see Getting Help.
For more information on how to use this source code, see the Zotero documentation.