Austin Henriksen

Results 66 comments of Austin Henriksen

Link formatting has been implemented and fixed in all languages now. Except for PHP and Ruby, where we don't generate doc-comments at all.

It seems like we also want to add support for markdown code-fences. At least: ``` `code` ```, but should we also add support for ```` ```code``` ```` style fences as...

After #3962, we now have parser support for `@remarks`, and in the following languages: - [x] C++ - [x] C# - [x] Java (Added in #4118) - [x] JavaScript (Added...

Support for `@p` and code-snippets were added in #4333. I think this is all the extra tags we want to add support for at the moment.

Seems like it's only the C++ side when using `ws,compress,ipv6,serialize,mx` on MacOS... ``` *** [188/334] Running cpp/Ice/maxConnections tests *** [ running client/server test - 08/27/24 21:47:07 ] - Config: ssl...

Note that in the tests, we define a `CloseMode` enum which should be removed after JS is updated. Until then we have to keep it for cross-tests to continue working.

The Java side of this was implemented in #2639.

I am consistently getting this failure on my PR for refactoring metadata on forward declarations: #3224. However, it's only failing on ubuntu, not macos. It isn't specific to any config,...

Yes, I mistakenly thought that this could be applied at a file-level, but it can't. Indeed, we'd generate it on each of the generated types.