diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-10-05 13:42:17 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-10-05 15:00:02 +0900 |
commit | 126122bb6c83cca5eac6c71e3e75e3f647397d94 (patch) | |
tree | b82a83eea2d05536494195c66f7e52bb5d4a41e8 /lib/bundler/templates | |
parent | 0553494ad7ccbc75ac954c2cb0e7ea50443bad0c (diff) |
Replace inaccurate error messages
When Bison reports "memory exhausted", it means the parser stack
depth reached the limit `YYMAXDEPTH` which is defaulted to 10_000,
but not memory allocation failed.
Diffstat (limited to 'lib/bundler/templates')
0 files changed, 0 insertions, 0 deletions