Skip to content

QuartoTools.deserialize inside a function triggers world age error #16

@mohdibntarek

Description

@mohdibntarek

I ran into a world age error using QuartoTools.deserialize inside a function. I could work around the issue using invokelatest but I am reporting it here. The use case looks like this.

function user_func_1(fpm)
    ...
end
function user_func_2(filename)
   fpm = QuartoTools.deserialize(filename)
   return user_func_1(fpm)
end

The error is triggered at user_func_1(fpm) not at the deserialization itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions