From 1b1484d433b46364828d019712aa2b7acf9a0215 Mon Sep 17 00:00:00 2001 From: Junyuan Chen Date: Mon, 18 Nov 2024 12:22:59 -0800 Subject: [PATCH] Bump compat for StructArrays and Documenter --- Project.toml | 2 +- docs/Project.toml | 2 +- docs/make.jl | 3 ++- src/writestat.jl | 2 -- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 3504753..37484ba 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ PrecompileTools = "1" PrettyTables = "1, 2" ReadStat_jll = "1.1.9" SentinelArrays = "1.2" -StructArrays = "0.6" +StructArrays = "0.6, 0.7" Tables = "1.2" julia = "1.7" diff --git a/docs/Project.toml b/docs/Project.toml index e743389..59b3179 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,4 +7,4 @@ ReadStatTables = "52522f7a-9570-4e34-8ac6-c005c74d4b84" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] -Documenter = "0.27" +Documenter = "1" diff --git a/docs/make.jl b/docs/make.jl index 8c84af2..5c7f62d 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -27,7 +27,8 @@ makedocs( "License" => "license.md" ] ], - workdir = joinpath(@__DIR__, "..") + workdir = joinpath(@__DIR__, ".."), + checkdocs = :export ) deploydocs( diff --git a/src/writestat.jl b/src/writestat.jl index ab3bd1f..22f9b37 100644 --- a/src/writestat.jl +++ b/src/writestat.jl @@ -246,8 +246,6 @@ function ReadStatTable(table::ReadStatTable, ext::AbstractString; # ! Assume no need to re-encode columns with date/time values col = Tables.getcolumn(table, i) lblname = colmeta.vallabel[i] - # PooledArray is not treated as LabeledArray here due to conflict with getindex - # Will be fixed after ReadStatColumns is improved for v0.3 _set_vallabels!(colmeta, vallabels, lblname, false, names, col, i) if update_width type = colmeta.type[i]