Hyeseong Kim

Results 156 issues of Hyeseong Kim

## Motivation JavaScript doesn't support labeled arguments, but ReScript does. So `let add: (~a, ~b)` in ReScript compiled to `function add(a, b)`, so the labels `a` and `b` cannot be...

with v11.0.0-rc.8 ```res type \"A" = {foo: int} let fn = ({foo}) => { foo } ``` ``` File "jscomp/ml/env.ml", line 909, characters 26-32: Assertion failed ``` [playground link](https://rescript-lang.org/try?version=v11.0.0-rc.8&code=C4TwDgpgBAOgRAQTlAvFA3gMwPbYFxQCWAdsAL4BQFANhMFJsalABRa5kCUqAfBhVAa4KlIA)

Note: This proposal is not related to the custom infix operators. Just improves the ergonomics of the `+` operator for built-in types. One of the most awkward parts of introducing...

Status: WIP. More research is required to complete this RFC. This aims to simplify the current configuration schema and its parsing. Trying to explain its specifics and how to achieve...

This is an umbrella issue to track and discusses the remaining issues to be resolved to achieve "Library Mode" The "Library Mode" means that the ReScript compiler can be adopted...

Currently gentype doesn't seem to preserve JSDoc format in the output. I think it's a bug. input: ```res /** * Test */ @genType type test = { foo: int }...

This proposal introduces new syntax and semantics for improving for loops. ## Motivation Currently, ReScript has very limited for loops support. In particular, the lack of support for iterators makes...

Currently the compiler treats modules using JSX are not pure modules. In common use cases, like in React, the JSX runtime can be treated as pure, and safe DCE can...

#6380 will be landed in v11. This changes the user's coding experience for the better. So I wonder if the same improvement can be applied to other comma-separated things like...

syntax

**Describe the bug** Can't run the KeeWeb desktop app on the Ubuntu 22.04 and 22.10 ``` ❯ keeweb [7229:1211/162147.558687:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye. /bin/keeweb: line 2: 7229 Trace/breakpoint trap...

Type ◦ Bug