Bryan Jones
Bryan Jones
Also: every other output format compiles correctly. This problem occurs only when the output format is `TEXT_FORMAT`.
Ha, fair enough. I was using the text format because it was listed in the enum as an option and there was no comment that says, "don't use this; it's...
I still maintain that a refactor of the API would be beneficial. Crashing assertions like this should not make it into shipping code. For example, suppose you ship an update...
Put another way: YES, the places where you're calling exit() are irrecoverable errors for the multimarkdown compiler. But they may NOT be irrecoverable errors for the process that's calling the...
Ok, cool. Just 4 questions then: 1. When you say "RTF is not guaranteed to work", do you mean it's not guaranteed to generate the correct output or that it...
Yea. The symlink is very likely the cause—not all of the tooling in CodeKit supports Symlinks, so the app skips them entirely when indexing. If you want to share some...
It has nothing to do with the license. It's because you updated to a version of CodeKit that has ESLint 9.x and ESLint 9.x...made some choices. I originally left this...
Don't use symlinks. I'll push an update tomorrow hopefully to silence the warnings.
Just a heads up: I updated to 10.52.0 and these warnings are not resolved.
Here's what I'm seeing in Xcode 16 beta 1 with 10.52.0: 