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 old demjson python package #249

Merged
merged 1 commit into from
Dec 21, 2022
Merged

Conversation

himorin
Copy link
Contributor

@himorin himorin commented Dec 21, 2022

For #248 GHAction error, demjson package installation seems failed.
https://github.com/w3c/github-notify-ml-config/actions/runs/3742513254/jobs/6353548440
Since

  • this package is quite old and not maintained recently, and seems relying on 2to3 helper (setuptools removed support from v58)
  • json format is validated by both jsonlint (from demjson) and python -mjson.tool, both of which are validation in strict mode, so dup as functionality
    I'd propose to remove this tool and validation line, with keeping validation by json package, as this PR.

/cc @anssiko

@anssiko anssiko mentioned this pull request Dec 21, 2022
@dontcallmedom
Copy link
Member

I'm ok to remove it to unblock the ci, but jsonlint served a purpose the two others don't - detecting duplicate keys. Could you file an issue to track this need?

@himorin
Copy link
Contributor Author

himorin commented Dec 27, 2022

Looking around, but I could not find easy way in python (some modules seems there for node.js via npm...) for detecting dup over nested dictionary.
Filed #250.

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

Successfully merging this pull request may close these issues.

2 participants