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

griveignore malfunction with new boost #217

Closed
Artox opened this issue Jul 27, 2018 · 2 comments
Closed

griveignore malfunction with new boost #217

Artox opened this issue Jul 27, 2018 · 2 comments

Comments

@Artox
Copy link

Artox commented Jul 27, 2018

Hi there,
I noticed that on opensuse tumbleweed my griveignore turned mad matching only pdf files on first and second levels.
However my griveignore is designed as a whitelist for a bunch of folders and *.pdf at root
This worked as expected in opensuse leap. The most obvious difference between those two systems is the boost library version.
For reference this is the griveignore:

*
!IMX
!Scores
!*.pdf

And this is the pattern in .grive_state:
"ignore_regexp":"^(?!IMX|Scores|[^/]*\\.pdf)([^/]*)$"

It looks identical to a working system, but it does not work as expected any more :(

Last known working: 1.65.1
First known broken: 1.67.0

EDIT: removed patch which did not work!!!

@vitalif vitalif reopened this Jul 28, 2018
@vitalif vitalif closed this as completed Jul 28, 2018
@vitalif
Copy link
Owner

vitalif commented Jul 28, 2018

Did you just install a new version? It could be affected by a change from PR #201

@Artox
Copy link
Author

Artox commented Jul 28, 2018

Yes indeed :( Thanks for pointing it out, and finding the problem! master works as expected on a dry-run :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants