Skip to content

Kwargs warning on stl export  #33

Description

@pekpuglia

The ConstructiveGeometry.stl function generates the following warning when used:

┌ Warning: use values(kwargs) and keys(kwargs) instead of kwargs.data and kwargs.itr │ caller = _ at ConstructiveGeometry.jl:221 [inlined] └ @ Core ~/.julia/packages/ConstructiveGeometry/on6NG/src/ConstructiveGeometry.jl:221
Minimal reproducible example in the REPL:

julia> using ConstructiveGeometry
julia> c = cube(1)
Cube
julia> ConstructiveGeometry.stl("cube.stl", c)

I believe this is a simple matter of updating the way the kwargs Dict is used; i could not, however, find anything kwargs-related close to line 221, as specified in the message.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions