Skip to content

Commit

Permalink
chore: regen files (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Jan 28, 2025
1 parent b0fba6c commit dbb1d64
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Sys.setenv(NOT_CRAN = "true")
install.packages("prqlr")
```

Or, the Rust toolchain (Rust 1.70.0 or later) must be configured to
Or, the Rust toolchain (Rust 1.81.0 or later) must be configured to
build the Rust library.

Please check the <https://github.com/r-rust/hellorust> repository for
Expand Down
6 changes: 3 additions & 3 deletions tests/testthat/_snaps/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
-- Generated by PRQL compiler version:0.13.3 target:sql.duckdb (https://prql-lang.org)

# Syntax error query=Mississippi has four S’s and four I’s.
# Syntax error query=Mississippi has four S’s and four I’s., .interpret_glue=FALSE

Code
cat(prql_compile(query, "sql.any", format = TRUE, signature_comment = FALSE))
Expand Down Expand Up @@ -60,7 +60,7 @@
│ ╰─ Expected * or an identifier, but didn't find anything before the end.
───╯

# Syntax error query=from a | select [b]
# Syntax error query=from a | select [b], .interpret_glue=FALSE

Code
cat(prql_compile(query, "sql.any", format = TRUE, signature_comment = FALSE))
Expand All @@ -74,7 +74,7 @@
│ ╰─── unexpected array of values (not supported here)
───╯

# Syntax error query=from a | select {{{b
# Syntax error query=from a | select {{{b, .interpret_glue=FALSE

Code
cat(prql_compile(query, "sql.any", format = TRUE, signature_comment = FALSE))
Expand Down
6 changes: 6 additions & 0 deletions tools/lib-sums.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
url sha256sum
https://github.com/PRQL/prqlc-r/releases/download/lib-v0.13.1/libprqlr-0.13.1-aarch64-apple-darwin.tar.gz 6039caa03a7dea303144bbdd2b558b40a3ceffe89b1bf4782b50f83e04d58f7d
https://github.com/PRQL/prqlc-r/releases/download/lib-v0.13.1/libprqlr-0.13.1-aarch64-unknown-linux-musl.tar.gz 0d1410576ac700ebfdb2200fec2716cc2c78fe858a152e1d66fad9b984e41fd2
https://github.com/PRQL/prqlc-r/releases/download/lib-v0.13.1/libprqlr-0.13.1-x86_64-apple-darwin.tar.gz f46f0f1f6e555e4b007125cb68ba1e40265bdcbd9eec66db5fe690db537be52e
https://github.com/PRQL/prqlc-r/releases/download/lib-v0.13.1/libprqlr-0.13.1-x86_64-pc-windows-gnu.tar.gz 827b90e2b284c3c9e2e620ff8ab491e309e878a69c654e0bd443d025b2706fbe
https://github.com/PRQL/prqlc-r/releases/download/lib-v0.13.1/libprqlr-0.13.1-x86_64-unknown-linux-musl.tar.gz 9916bbf08bbdea1ec3bd06b5bca200bc3483ea57e8a0b4f8a1a54939eea7ac24

0 comments on commit dbb1d64

Please sign in to comment.