Skip to content

Regex support for str detect #201

Regex support for str detect

Regex support for str detect #201

Triggered via pull request October 13, 2024 21:00
Status Failure
Total duration 1m 33s
Artifacts

Documenter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
build: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L32
failed to run `@example` block in src/examples/generated/UserGuide/functions_pass_to_DB.md:9-21 ```@example functions_pass_to_DB import TidierDB as DB using DataFrames db = connect(DB.duckdb()); df = DataFrame(id = [string('A' + i ÷ 26, 'A' + i % 26) for i in 0:9], groups = [i % 2 == 0 ? "aa" : "bb" for i in 1:10], value = repeat(1:5, 2), percent = 0.1:0.1:1.0); DB.copy_to(db, df, "dfm"); df_mem = DB.db_table(db, "dfm"); # Interpolation ``` value = UndefVarError: `connect` not defined in `Main.__atexample__named__functions_pass_to_DB` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in Sockets. Hint: a global variable of this name also exists in OpenSSL. Hint: a global variable of this name also exists in TidierDB.
build: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L32
failed to run `@example` block in src/examples/generated/UserGuide/functions_pass_to_DB.md:26-33 ```@example functions_pass_to_DB num = [3]; column = :id @eval @chain DB.t(df_mem) begin DB.@filter(value in $num) DB.@select($column) DB.@collect end ``` value = LoadError: UndefVarError: `@chain` not defined in `Main.__atexample__named__functions_pass_to_DB` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in Chain. Hint: a global variable of this name also exists in TidierDB. in expression starting at functions_pass_to_DB.md:28
build: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L32
failed to run `@example` block in src/examples/generated/UserGuide/functions_pass_to_DB.md:38-41 ```@example functions_pass_to_DB function test(vals, cols) @eval @chain DB.t(df_mem) begin ``` value = ParseError: # Error @ functions_pass_to_DB.md:2:37 function test(vals, cols) @eval @chain DB.t(df_mem) begin # └ ── premature end of input
build: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L32
failed to parse exception in src/examples/generated/UserGuide/functions_pass_to_DB.md exception = ParseError: # Error @ none:1:1 end └─┘ ── invalid identifier
build
Process completed with exit code 1.