Stachu Korick

Results 179 comments of Stachu Korick
trafficstars

There's some related discussion in #4278 worth reading. (all future-thinking, not planning per se)

What are the most important aspects of this test to you, @pbiggar? All we're really testing now is that we get a 404 back from Twilio, which makes it feel...

https://github.com/darklang/dark/pull/4222 I'll change this title to "bring back Twilio tests" and abandon it

I think a better goal would be "migrate Twilio stdlib fns to a new Package, include tests there, and abandon/delete the `twilio.tests` file." Is that fair?

Note: I needed undo to work locally, so branched this off of my branch that fixes such.

this has been superseded by #4531

Draft of TypeChecker.fs work: ``` | TTuple (firstType, secondType, otherTypes), DTuple (first, second, theRest) -> // TODO: there's definitely a simpler way to gather these errors, but I'm blanking. let...

Some commentary here around autocomplete: https://github.com/darklang/dark/pull/4182#discussion_r912372275

Odd. It takes a second to jump to the right place for me, but does. Copied commentary: > > > > > I think this needs code to parse this...

Hm, Actually I don't think I can cover this in a unit test with the existing infra. (at least, not in a .test file) since we don't have fns to...