Skip to content

Bad srcloc for some combinations built-in table functions  #1347

Open
@blerner

Description

@blerner
t = table: x, y
  row: 2, 4
  row: 3, 5
end

fun num-is-even(n, x): num-modulo(n, 2) == 0 end

t.build-column("oops", num-is-even)

yields the absurd-looking output
image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions