Skip to content

Initialization of t8_vtk_data_field_t hangs for Julia versions older than v1.9. #26

@jmark

Description

@jmark

The following code hangs for Julia versions older than v1.9.

  vtk_data = t8_vtk_data_field_t(
    T8_VTK_SCALAR,
    NTuple{8192, Cchar}(rpad("Element data\0", 8192, ' ')),
    pointer(some_element_data),
  )

This problem has been fixed for Julia v1.9 and newer. Thus, it is highly recommended to use Julia v1.9 or newer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingwontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions