Skip to content
Snippets Groups Projects
Commit b1a866c3 authored by mattijs's avatar mattijs
Browse files

BUG: collated: correctly handle ascii writing. See #1545.

The collated container ('decomposedBlockData') is always binary
but the 'payload' might be ascii so use that header information
instead of the decomposeBlockData header.
parent 4e73d0e4
Branches
Tags
No related merge requests found
  • Maintainer

    Probably not really a bug. The arch information is only emitted for binary files since we don't want to add additional noise to ASCII files and more importantly we'd like to avoid people accidentally adding in incorrect arch information when copying across (ASCII) config files to another setup.

    However, for the decomposed blocks, there should not really be a situation in which the collated container and the payload could have different label/scalar sizes. We only support the native sizes when writing, for the ASCII payload they are simply just missing (suppressed).

  • Kutalmış Berçin @kuti

    mentioned in issue #1545 (closed)

    ·

    mentioned in issue #1545 (closed)

    Toggle commit list
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment