Michael Toy

Results 34 issues of Michael Toy

should accept and M4 warn on sourceName ARROW turtleName

Language Roadmap

This works ... ``` source: d is duckdb.sql("select 1 as num, 'a' as str") run: d -> { where: num = 1 and str ? 'a' | 'b' select: *...

language

Cleaned up and normalized aggregate expressions which hadn't been touched in a while ... this includes some things which will require docs changes ... `source` is now a keyword ,...

```Malloy source: repeat is duckdb.sql('SELECT 1') ``` => `Cannot redefine 'repeat'` Because the namespace of all functions now sits also in the namespace of all model objects.

1) Index qops need to expand * like project and reduce do 2) figure out what is missing from the computable-output structdef _( there are result tags in output structs...

back burner

when you import a file, the annotations from the imported file should show up in the `inherits:` block of the importing file. maybe ... maybe only if you import the...

I don't yet have a reproducible test case, but here are some fragments from the Slack exchange. For some customers, the symmetric aggregate code is producing numbers which are clearly...

According to @fzakaria negative values displays as zero

``` import 'tick`s.malloy' ``` ``` error: Request malloy/fetchFile failed with message: ENOPRO: No file system provider found for resource 'untitled:/Users/mtoy/mcode/tick%60s.malloy' ```