Jordan Rome
Jordan Rome
@jschwinger233 No worries at all. Hope everything is ok. While I'm looking forward to this feature, it's not an emergency so I'm happy to wait a bit if you still...
FYI: we might be going in a different direction with how we handle builtin functions, e.g. we might be more inclined to support variadic arguments via `...rest` syntax in addition...
@Phoenix500526 So the plan is to add an additional commit to this PR for the `make` method?
@Phoenix500526 - Sorry for the delay. @amscanne and I will take a look this week if you haven't figured it out already.
So I'm still investigating the test failures and should have a few suggestions for fixes up soon.
@Phoenix500526 Funny, I was about to post the same finding but you're ahead of me and already posted a patch, which is awesome! IMHO, we don't have to wait for...
@Phoenix500526 So the Scale Index Base issue is accounting for 2 of the 3 test failures. The last one `duplicated markers` is failing because we're attaching two probes when we...
I'm leaning toward option 2 paired with the addition of a new map function `update` (e.g. `update(@a, 1, 1)`, which is similar to `@a[1] = 1` but with the added...
@viktormalik Glad we're converging. I have already started working on an implementation of option 2 (@amscanne 's idea btw).
@aaliyahnl From the error messages it seems like these are all valid errors that need to be fixed (e.g. calls to `usage` that need to be updated) and a formatting...