Shawn Silverman

Results 158 comments of Shawn Silverman

It adds tests for the meta-schema keywords. I'm moving the "isMetaSchema" stuff and some of the non-validatable tests into a "Phase II". (I can see how the comments were puzzling.)

Moving them into "schema" won't cause test failures unless all tests whose schemas have errors are marked as FAIL. This is not currently mandated, and _**as we discussed in the...

I don’t agree that non-optional tests can’t be in subdirectories, because it’s easy enough to walk a tree in the test runner. However, I do agree that it should be...

I've removed the `meta/` directory and put all meta-tests into their respective keywords.

Force-pushed to track changes in `master`.

I'll only do "merge" if that's @Julian's preference. Otherwise I'll continue to do rebasing. And please don't try to mandate process again, unless you run it by @julian.

I'll add: You may have missed that I've been rebasing against `master` regularly, above. No need to suggest that. And besides, it won't even let you merge anything if there's...

No history is lost. All the history in a PR is accessible, even the ones that may appear lost after a force-push. Before I merge in a PR, my practice...

Ok, since this has gone through a few iterations and a bunch of waiting time, I'll use this comment as a summary of what's happening in this PR. I just...

I’m working on simplifying this PR into smaller chunks, starting with some README updates.