Skip to content

Dev Container builds prqlc 0.13.2, not 0.13.4 #5300

@richb-hanover

Description

@richb-hanover

What's up?

I pulled the current PRQL dev container (aac8ae8) and used task web:run-playground. It worked correctly, but I noticed that it displayed compiler version 0.13.2 in the comment at the bottom

I also ran task web:run-website and the website built correctly.

However, I ran task web:run-book and got the error message below. How can I update the Dev Container so that it builds the current prqlc?

...
thread 'main' panicked at web/book/src/lib.rs:26:62:
called `Result::unwrap()` on an `Err` value: Query raised an error:

 prql version:"0.13.4"

from employees

Error: This query requires version ^0.13.4 of PRQL that is not supported by prqlc version 0.13.2 (shortened from 0.13.2-230-g4044e70c). Please upgrade the compiler.

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2025-05-21 10:31:18 [ERROR] (mdbook::utils): Error: The "prql" preprocessor exited unsuccessfully with exit status: 101 status
task: Failed to run task "web:run-book": exit status 101

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions