John Mueller

Results 11 comments of John Mueller

How would you distinguish trailing arguments from the option list? For example, given the following command: ``` struct Command: ParsableCommand { @Option(parsing: .upToNextOption) var options: [String] @Argument() var arguments: [String]...

Tables are not part of the CommonMark spec yet, but they are a part of the GitHub-flavored spec, which is merely an extension to CommonMark. The tables @christiankm and I...

@JohnSundell I've updated the file, and I think it would be beneficial to merge for people interested in improving test coverage. Let me know if you think anything should be...

@steve-h Anything you'd add here? I've briefly looked at your tool, but haven't gotten a chance to actually clone and run it.

My XCTests are actually passing *more* than the Python script (219 of 649 for XCTest, 214 of 649 for Python). The numbers are close enough that I think the XCTest...

> Neither magically assigns a nice test case name other than example. Yeah, in the short term I was envisioning using these tools to identify areas that need to be...

I think this would be useful to merge, if only so people don't have to reinvent the wheel if they want to see areas where they could work on adding...

This is an awesome start! I haven't looked at the actual code yet, but spec tests are promising (see corresponding examples [here](https://spec.commonmark.org/0.29/)). Newly passing CommonMark tests are 166, 327, 481,...

I left a note on #47 that is relevant.

Hey @bensyverson, I'm hoping that @JohnSundell will have some time to merge these soon. I'm thinking it would be good to go ahead and rebase this commit on top of...