Commit f61ad97
Add reporting for Memory Limit Exceeded errors (status 12)
For `leetcode--show-submission-result` we're not showing status if
there's a Memory Limit Exceeded error (status 12). This can happen,
for example, if a submission in Python hits the Python recursion depth
limit. When it happens, nothing is displayed in the submission result
buffer at all.
In this change, we add some handling to deal with this error for the
submission results.1 parent 02eb6ff commit f61ad97
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1080 | 1080 | | |
1081 | 1081 | | |
1082 | 1082 | | |
| 1083 | + | |
1083 | 1084 | | |
1084 | 1085 | | |
1085 | 1086 | | |
| |||
1107 | 1108 | | |
1108 | 1109 | | |
1109 | 1110 | | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
1110 | 1115 | | |
1111 | 1116 | | |
1112 | 1117 | | |
| |||
0 commit comments