Skip to content
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

Remove overquoting in jabrefHost on Linux #9590

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

no-preserve-root
Copy link
Contributor

@no-preserve-root no-preserve-root commented Jan 31, 2023

Remove overquoting in jabrefHost.py, fixing #9588. On Linux (not MacOS), the script wraps the BibTeX passed to JabRef via CLI parameter in an extra set of ' quotes. Since the data is never evaluated by a shell script, the quotes are passed to JabRef and are stored in the database. This may be the cause for the garbage charactes observed in #9582; however, this fix does not address that issue.

Fixes #9588

  • Change in CHANGELOG.md described in a way that is understandable for the average user (if applicable)
  • Tests created for changes (if applicable)
  • Manually tested changed features in running JabRef (always required)
  • Screenshots added in PR description (for UI changes)
  • Checked developer's documentation: Is the information available and up to date? If not, I outlined it in this pull request.
  • Checked documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request to the documentation repository.

@Siedlerchr Siedlerchr added the status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers label Jan 31, 2023
@calixtus
Copy link
Member

calixtus commented Feb 1, 2023

Tests fail, but not because of your changes, so should be good. The abbreviation list tests are unstable.

@calixtus calixtus merged commit 942b760 into JabRef:main Feb 1, 2023
Siedlerchr added a commit that referenced this pull request Feb 3, 2023
…ialog

* upstream/main:
  Remove overquoting in jabrefHost on Linux (#9590)
  Squashed 'buildres/csl/csl-locales/' changes from 3961332022..9b9366b71b
  Squashed 'buildres/csl/csl-styles/' changes from 50eea55b2c..b111f31efe
  Checkstyle correction
  checkstyle issue removal
  removed unwanted resources related to BibTeXml
  Bump tinylog-impl from 2.5.0 to 2.6.0
  Bump slf4j-tinylog from 2.5.0 to 2.6.0
  Exporter Bibtex Xml removed
  Importer Format changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stray quote character ' during import
3 participants