Page MenuHomeSoftware Heritage

Use xmlschema instead of xmltodict for parsing pom.xml.
AbandonedPublic

Authored by vlorentz on Feb 12 2019, 6:53 PM.

Details

Reviewers
douardda
Group Reviewers
Reviewers
Summary

For now, validation is disabled, but it requires already many changes in
the code because it forces us to handles XML namespaces properly.

Note: this diff makes the translation 5 times longer to run.

Depends on D1121.

Diff Detail

Repository
rDCIDX Metadata indexer
Branch
pom-schema
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 4189
Build 5527: tox-on-jenkinsJenkins
Build 5526: arc lint + arc unit

Event Timeline

douardda added a subscriber: douardda.
  • Commit missing stuff.
  • Fix commit again.
  • Fix requirements.txt
  • Add missing tests.

I don't buy it! Please use 'git rebase -i'!

This revision now requires changes to proceed.Feb 14 2019, 9:52 AM
  • Commit missing stuff.
  • Fix commit again.
  • Fix requirements.txt
  • Add missing tests.

I don't buy it! Please use 'git rebase -i'!

I use git rebase -i before merging, these commits will go away then.

Abandoning this diff, because it's overkill and slower, just to save a few lines of code.