TidierOrg / TidierData.jl

Tidier data transformations in Julia, modeled after the dplyr/tidyr R packages.
MIT License
86 stars 7 forks source link

Dict() being escaped causes an error #84

Closed kdpsingh closed 8 months ago

kdpsingh commented 8 months ago

Dict() is built-in and causes an error when escaped.

See: https://github.com/TidierOrg/TidierCats.jl/issues/9

Potentially we can check if type constructors like Dict() refer to known types and not escape them. Or for now, can add common constructors to the list of do-not-escape functions.

kdpsingh commented 8 months ago

This should now be fixed in the latest version.