JuliaDynamics/DrWatson.jl

Savename expand for nested structs is not working

开放

#215 创建于 2020年11月19日

 (1 条评论) (0 个反应) (0 位负责人)Julia (94 个派生)batch import
buggood first issuesavename

仓库指标

星标
 (915 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

As savename works for structs, I think it should also be possible to expand them. This doesn't work at the moment because of https://github.com/JuliaDynamics/DrWatson.jl/blob/1eece239953ab2a5aa6de1c9cb67236df0665264/src/naming.jl#L119 which, unless defined for the struct, throws an error for non-iterable types.

贡献者指南