Skip to content

Commit c918eea

Browse files
authored
chore: bump savvy to 0.6.7 (#306)
1 parent e96ae3e commit c918eea

File tree

6 files changed

+20
-25
lines changed

6 files changed

+20
-25
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Config/Needs/dev:
4747
rhub
4848
Config/Needs/website:
4949
pkgdown
50-
Config/prqlr/LibVersion: 0.11.2
50+
Config/prqlr/LibVersion: 0.11.3

LICENSE.note

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -484,31 +484,31 @@ License: Apache-2.0 OR BSL-1.0
484484
-------------------------------------------------------------
485485

486486
Name: savvy
487-
Version: 0.6.4
487+
Version: 0.6.7
488488
Repository: https://github.com/yutannihilation/savvy/
489489
Authors: Hiroaki Yutani
490490
License: MIT
491491

492492
-------------------------------------------------------------
493493

494494
Name: savvy-bindgen
495-
Version: 0.6.4
495+
Version: 0.6.7
496496
Repository: https://github.com/yutannihilation/savvy/
497497
Authors: Hiroaki Yutani
498498
License: MIT
499499

500500
-------------------------------------------------------------
501501

502502
Name: savvy-ffi
503-
Version: 0.6.4
503+
Version: 0.6.7
504504
Repository: https://github.com/yutannihilation/savvy/
505505
Authors: Hiroaki Yutani
506506
License: MIT
507507

508508
-------------------------------------------------------------
509509

510510
Name: savvy-macro
511-
Version: 0.6.4
511+
Version: 0.6.7
512512
Repository: https://github.com/yutannihilation/savvy/
513513
Authors: Hiroaki Yutani
514514
License: MIT

src/rust/Cargo.lock

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prqlr"
3-
version = "0.11.2"
3+
version = "0.11.3"
44
edition = "2021"
55
rust-version = "1.65"
66
publish = false
@@ -10,7 +10,7 @@ crate-type = ['staticlib']
1010
name = "prqlr"
1111

1212
[dependencies]
13-
savvy = "0.6.4"
13+
savvy = "0.6.7"
1414
# prqlc= { version = "0.11.2", default-features = false }
1515
# prqlc 0.11.2 is not compatible with Rust 1.65, so a slightly modified version is installed
1616
# See https://github.com/PRQL/prql/pull/4001

tests/testthat/test-compile.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ test_that("target set in the header ", {
1818
test_that("Not a string object", {
1919
expect_error(
2020
1 |> prql_compile(),
21-
"Unexpected type"
21+
"must be character, not double"
2222
)
2323
expect_error(
2424
c("a", "a") |> prql_compile(),
25-
"Must be length 1 of non-missing value"
25+
"must be be length 1 of non-missing value"
2626
)
2727
})
2828

@@ -33,7 +33,7 @@ test_that("Unsupported target", {
3333
)
3434
expect_error(
3535
prql_compile("from a | select {b}", NA),
36-
"Unexpected type"
36+
"must be character, not logical"
3737
)
3838
expect_error(
3939
prql_compile("from a | select {b}", NA_character_),

tools/lib-sums.tsv

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)