Eliza Zhang
Eliza Zhang
Still dies for me -- I'm prompted to authorise Travis, I accept, and then it takes me to the Travis website where I'm not logged in. Even after logging in...
It would be great if we could do this for specific restricted functions rather than turning off the `Avoid restricted function` warning in general. In my use case, I have...
These all sound like reasonable options to me. How exactly would the substring match semantics work? Today, lint warnings look like: ``` file.hs:1:2-3: Warning: Avoid restricted function Found: someSymbol Note:...
Yeah, that sounds great.
Sure. Here's a call using `table-layout-0.9.1.0` printing to `terminator`. It looks like actually both RTL _and_ non-ASCII Unicode characters are causing issues (i.e. #8 is not fixed). (The side project...
Ah, I wasn't aware of the newtype wrappers. Where are `WideString` and `WideText` exported? I can't find them in the latest Hackage documentation.
Oh, I see those types in `HEAD`. It looks like those types are not yet available in a Hackage-published version.
I'm looking forward to that release! Personally, I think `WideString` and `WideText` behavior _should_ be the default. I know there's no precise standard, but between these two options: 1. `Wide*`...
`group` also does not appear to be stack-safe.
It appears that `concat` is also not stack-safe?