Seong-Heon Jung

Results 11 comments of Seong-Heon Jung

Hi @soutaro. I would like to work on this issue if people have not taken this task.

Would you say ruby-doc.org also needs an update?

For context, having this feature is essential to implementing discriminated unions. Something like ```ocaml type 'a option = None | Some of 'a ``` can be translated to ```ruby type...

My proposal is to 1. Created a single wit directory where we store both .wit files as suggested by the [WIT docs](https://github.com/WebAssembly/component-model/blob/a380d77f11843d232607cd75da7d269b33daaca5/design/mvp/WIT.md?plain=1#L391C8-L391C9) 2. Wrap each file's current content inside an...

Thank you @soutaro for the quick response! Would it be possible for you to provide a draft of the definition of _record-name_ and _members_ sometime soon (meaning before an official...

> @Forthoney [FYI] A tree-sitter parser for RBS already exists. https://github.com/joker1007/tree-sitter-rbs Wow thanks for letting me know! I was not aware of its existence. I may contact the owner to...

I disagree that steep should support this. This behavior is likely a byproduct of the implicit argument manipulation that happens when dealing with splats in function calls. I think either...

@vinistock A bit of bad news with a silver lining. Turns out the rewriting the AST class is not so simple because it is tightly coupled with the parser in...

My guess as to why the frozen error occurs is when objects are sent over as messages between ractors, ruby implicitly freezes things that can be frozen (it even does...

There's another issue I found with tree-sitter-latex: [it doesn't provide the highlight definitions](https://github.com/latex-lsp/tree-sitter-latex/blob/08d8b885a3fa67a6e8aa8edd8988eaa55db46ba4/README.md?plain=1#L10). If this repo has so many quirks, perhaps it's worth making a special case for this repo...