Jonathan Müller

Results 136 comments of Jonathan Müller

Here is my Appveyor script: https://github.com/foonathan/standardese/blob/master/appveyor.yml libclang is preinstalled.

I'm not building clang 3.8, I'm downloading it. And given the time it takes Travis to install something, it is faster.

Also at the time of setting it up, LLVM's apt mirror was down.

I have no experience with debuggers, I rarely ever use them. You could pack the metadata in a struct and view the struct in the debugger but otherwise... Write correct...

I have debugged some parts of my freelists implementation but since the most difficult one is an XOR linked list, I had a similar issue. I mostly do printf-debugging, though,...

Put that layout into a struct instead of working with offsets and casts. Then place the struct in the memory. Look at the chunk handling here: https://github.com/foonathan/memory/blob/master/src/detail/small_free_list.cpp

The exact problem appears with links. I use `[foo]()` to link to the entity `foo`. Extra characters there seem not desirable.

Using `[foo]` is more typing though. And there are other cases where putting a code span would complicate the implementation. If you don't want to support it, I have a...

Maybe add a note in the spec that HTML does not need to be supported? Because there clearly are situations were it is not.

I meant HTML *input* like HTML blocks and Raw HTML. They can only conditionally be supported.