JuliaDynamics/DrWatson.jl

Savename expand for nested structs is not working

Aberta

#215 aberto em 19 de nov. de 2020

 (1 comentário) (0 reação) (0 responsável)Julia (94 forks)batch import
buggood first issuesavename

Métricas do repositório

Stars
 (915 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador