cube-js/cube

Self reference guard in schema compiler

Open

#4 opened on Dec 31, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (1,965 forks)batch import
good first issue

Repository metrics

Stars
 (19,563 stars)
PR merge metrics
 (Avg merge 5d 16h) (138 merged PRs in 30d)

Description

Handle RangeError: Maximum call stack size exceeded for cases like

   foo: {
      sql: `${foo}`,
      type: `string`
    },

Contributor guide