-
Notifications
You must be signed in to change notification settings - Fork 131
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
Bunch of things undocumented #293
Comments
https://gist.github.com/MasterDuke17/8833c501a6840ab9b2f29ea66d3db120 |
FYI, there's a test for this from 2013 or so:
This has 253 tests failing for undocumented opcodes, whereas the gist only has 206 - it reports on everything in the description, except the const:: entry. |
the 253 failures was for more than just undocc'd opcodes, and didn't include the js backend. Latest totals: 17:32 < [Coke]> down to 387 failures in nqp's t/docs/opcodes.t Note that the undocumented opcodes are across all three backends (and may suffer from bad guessing of what's an opcode) |
Down to 316 failures in nqp's t/docs/opcodes.t; Of that, 48 are opcodes that probably don't exist yet in js. |
Was a spike over 400 - with recent updates, down to 351 - they are all "missing documentation" errors, and note that there are several stubs in the ops documentation that should also be considered failures (but the test is only checking for headings, not actual docs) |
Down to 270 failures. |
260 failures. (Note that several of the passes are stubs with just the opcode name. :( |
Test no longer allows stubs with just the opcode name to pass, now reporting 289 failures. |
Snapshot of current failures at https://gist.github.com/coke/f87ab505c6cb825db51afcb5cb6a8990 (186 not ok) |
Updated the test file to skip moarvm opcodes that are found but not exposed. Fixed a few docs that had heading level docs to have per-opcode docs to satisfy the test. Updated the gist. |
back up to 617 failures earlier today due to changes in detection of ops in source file. committed a fix to the opcode test (b2880cb) back down to 191 failures. (with overlap: 160 missing on JVM, 125 JS, 163 moar) |
MOAR opcode definition was updated, make test match see #293
If they are, I couldn't find where when searching the repo:
The text was updated successfully, but these errors were encountered: