Skip to content

table construction: internal error, and lack of guard #1758

Open
@shriram

Description

@shriram

This program works fine:

include tables

[table-from-rows:
    [raw-row: {"A"; 5}, {"B"; 7}, {"C"; 8}],
    [raw-row: {"A"; 1}, {"B"; 2}, {"C"; 3}]]

but a natural bug is to produce this instead:

[table-from-rows:
  [list:
    [raw-row: {"A"; 5}, {"B"; 7}, {"C"; 8}],
    [raw-row: {"A"; 1}, {"B"; 2}, {"C"; 3}]]]

(e.g., through map).

Not only does this not produce a graceful error, it says to report a bug:

image

Metadata

Metadata

Assignees

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