xc-jp / purescript-protobuf

Google Protocol Buffers for PureScript

Home Page:http://pursuit.purescript.org/packages/purescript-protobuf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maximum call stack size exceeded

jamesdbrock opened this issue · comments

Screenshot from 2020-10-14 14-13-52

go posBegin = do
pos <- positionZero

This is almost certainly happening during parsing of packed repeated number fields.

Resolved by #16