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

dedup function issue with string IDs #53

Open
boynux opened this issue Dec 1, 2019 · 0 comments
Open

dedup function issue with string IDs #53

boynux opened this issue Dec 1, 2019 · 0 comments

Comments

@boynux
Copy link

boynux commented Dec 1, 2019

I'm working to integrate Google tasks with org-sync and since gtasks IDs are strings and not numbers the dedup function org-sync-buglist-dups cannot detect duplicates.

The potential fix is to define the has table with a different equality test like:

(hash (make-hash-table :test `equal))

If that's not breaking anything else I can make PR for this change

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

1 participant