-
Since commit 9bf5a3ce9ea9ebfc5d082086664bf874c50a148c the `endpoints.cpp` test suite fails to build.
Temporarily disabled in commit 5298388db27b1b42d70fbf7400d3f5d89de57333.
Tectu updated
2 years ago
-
Following on from https://github.com/prql/prql/issues/300, we can now implement window functions.
Much of the infrastructure has already been built by @aljazerzen , including using a similar const…
-
This fails to compile. Changing `project` to `group_by` works.
```
query: table('malloytest.aircraft')->{
aggregate: f is count(*)
}->{
project: f2 is f+1
}
…
-
boolean type for sure not currently supported. @lloydtabb is on this but documenting for posterity.
-
| | |
| --- | --- |
| Bugzilla Link | [20134](https://llvm.org/bz20134) |
| Resolution | FIXED |
| Resolved on | Oct 16, 2015 17:32 |
| Version | trunk |
| OS | All |
| CC | @atrick,@chandlerc,@dexo…
-
I have a boost.beast based library which compiles fine on Windows using MSYS2 & GCC 10.3.
Now I wanted to compile it on FreeBSD but I am getting a series of errors I'm unsure what to make off (see be…
Tectu updated
3 years ago
-
Since commit 55eb2cf0fa81fefe1a6399202749810a2833a25f, my applications consuming `malloy` are not building anymore:
```none
In file included from C:\Users\joel\Documents\projects\elx\cmake-build-deb…
Tectu updated
3 years ago
-
Currently it is possible to tell cmake to build the tests without either the client, server, or (I'm guessing) both. This results in a linking error since the tests link to both the server and client.…
-
*Edit — this issue evolved into a much broader discussion of how we do groups. The original message is below, and I've tried to summarize the current state towards the end of the issue so it's easier …
-
Looking at the build output of the various MSVC based CI actions, I see a lot of these messages:
```none
Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
- add -D_WIN32_WINN…
Tectu updated
3 years ago