-
Notifications
You must be signed in to change notification settings - Fork 58
html v2 #7
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
Comments
Looks reasonable; thanks. FWIW at some point I want to merge the "firehose" branch (on the fedorahosted site, not mirrored here), which switches the internal datamodel for analysis results to use the data model given at: But don't let that be a blocker to working on this ticket; I can merge it all at a later date. |
Is the firehose the same or different than the json consumed by htmlv2? |
It's different. It comes in both XML and JSON serializations, and there's a module of Python objects for working with them. The Firehose branch of cpychecker works by building Firehose Python objects in memory, and I have a port of the old HTML rendering code that works directly on Firehose objects. However, there were enough differecnes in testcase results that I never got around to merging that branch. (I suspect the differences were mostly minor, but it's a substantial job to doublecheck them all. Less work now that the test suite runs in parallel, I guess) |
Also, it would be a new dependency, on firehose. It's in Fedora, and it may be in Debian. |
Note to self: Firehose is in Debian: |
all done. yay! |
This is a big-ticket to get the revamped html into a usable-by-default state.
This is blocked by four tasks:
@davidmalcolm Could you review this plan and let me know if it needs to be altered and/or what order you'd like to see these four patches? I'll start work after I hear the go-ahead.
The text was updated successfully, but these errors were encountered: