Andrew Herron
Andrew Herron
In version 2.6.0, fast-check deprecated the positional argument style of arbitrary configuration: https://github.com/dubzzz/fast-check/blob/main/CHANGELOG.md#260 I made some inroads to this with the [`uniqueArray` support](https://github.com/TheSpyder/rescript-fast-check/blob/1658f1ffef406788dbe45c6a48903bcfb00e3919/src/Arbitrary.res#L79-L102) but the object config pattern is far...
Input file: ``` let myFunction = () => { // this will break open List; let list = ["1", "2"]; list |> iter(print_endline); }; ``` Output of `refmt Test.re`: ```...
I have come across a case where `refmt` not only _supports_ v2 syntax but _outputs_ it 😮 While reading the [BuckleScript blog post about the new lazy encoding](https://bucklescript.github.io/blog/2020/05/13/lazy-encoding), I noticed...
**Description** The `unhangRange` implementation produces inconsistent user actions. It has an early exit if the start of the selection is not at the start of a node, but that seems...
I'm not sure when this changed but the following example works on v10 and fails on master: https://rescript-lang.org/try?code=LYewJgrgNgpgBAIQJYDsyoOZwLxwN4BQccALgJ4AO8JBRcAAgM4xpwwAeJMATigIZQ4EZgBUAXHAAUJADRxGJbpgCUOAHxCUSEjjgAiYTBF6CAX1rkqcbjADGIbmADq2gBYjdeAG4CIMCchomAB0JOYEsDr2wABGqDBgujb2jup0yQ5gwT5QfgC0aoTExCBUKIio6CgYdMSGIpJ6rkh6ynTmQA It's a bit of a weird structure but it did come up...
I have a module which includes externals with attributes such as `bs.send` and `bs.module`: ``` type t; [@bs.scope "thing"] [@bs.module "jsmodule"] external fromJSON: Js.Dict.t('a) => t = "fromJSON"; [@bs.send] external...
Thank you for filing! Check list: - [x] Is it a bug? Usage questions should often be asked in the [forum](https://forum.rescript-lang.org) instead. - [x] Concise, focused, friendly issue title &...
Related Ticket: TINY-8591 Description of Changes: * Uncommented the `@class` reference to generate a page for `EditorManager` * Did this with a new page, instead of in `EditorManager.ts`, otherwise all...
Related Ticket: TINY-8888 Description of Changes: * The logic that calls filters did not expect that filters could remove things that a later filter was matched on. * The logged...
* Wavebox Version: 4.9.3 (but it's been happening for a while) * Operating System & Version: macOS 10.14.5 Beta * Account type (if applicable): Discord, weblink service **Expected & actual...