prql
prql copied to clipboard
PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement
One thing we could do is test that the `skip` examples fail — that's work worked well for the other tests — it means we enable them as soon as...
files were starting to deviate from rustfmt, making diffs of other branches more complex fmt stage is now written within yaml file, so no more network issues by using `rustfmt`...
### What happened? trying to compile just `std` leads to program panic ### PRQL input ```elm std ``` ### SQL output ```SQL The application panicked (crashed). Message: called `Option::unwrap()` on...
Makes things a little easier to debug and trace
- ~~merges ast into parser~~ moves error from span to parser - merges span, error objects into single, custom objects - handles error struct conversion better so errors are more...
## Motivation Arrow is increasingly becoming a Lingua Franca interchange format in the data world. Its aims are to have efficient in memory representations of data structures that allow zero-copy...
The existing code was inconvenient when running a program which watched files and ran tests when they changed, since it would run in an infinite loop. This code fixes this...
Nightly tests [failed on 2024-06-30](https://github.com/PRQL/prql/actions/runs/9731420515)
By adding comments (named "aesthetics" here, and includes linewraps) to PL, this is an attempt to get around the complications of combining lexer + parser output in `prqlc fmt`, which...
Bumps [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) from 2.1.2 to 2.2.0. Changelog Sourced from clap-verbosity-flag's changelog. [2.2.0] - 2024-02-14 Compatibility Raised MSRV to 1.73 Features Add is_present() to see if one of the flags is...