Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Suggestion: Assign maintainers to information extractors and develop notification system #12331
Comments
|
I think this is pointless.
|
|
Thanks for your reply.
I cannot estimate if such a notification system would be worth the effort to implement it, but it might help maintaining the information extractors and their testing suites. Are there other solutions to reduce the amount of the failing information extractor tests? How about strictly disabling broken information extractors, until someone fixes them? |
Maintaining and fixing them by hand obviously.
What is the definition of a broken extractor? One that has broken tests? No. In general you can't be sure until you manually investigate whether test fails due to a breakage, or it's a network issue, or a deleted test video, or something else. |
I have
Purpose of the issue:
Since information extractors tend to break often, it would be nice to have a service, which would help us to fix the problems as fast as possible. It's often a small thing to fix, like a test that fails, because the video source is not available anymore, or a regular expression error, because the hoster changed something on its site.
My suggestion is the following:
[IE Name]gets posted, the assigned contributor of this information extractor gets a notification via email, so that he/she can fix the issue and open a pull request.What do you think of this?