ichiban / prolog

The only reasonable scripting engine for Go.
MIT License
564 stars 27 forks source link

recover panics raised by make() #278

Closed ichiban closed 1 year ago

ichiban commented 1 year ago

226

this is not enough to prevent oom killer

codecov[bot] commented 1 year ago

Codecov Report

Base: 99.07% // Head: 98.87% // Decreases project coverage by -0.20% :warning:

Coverage data is based on head (22bd295) compared to base (ff2a162). Patch coverage: 55.88% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #278 +/- ## ========================================== - Coverage 99.07% 98.87% -0.21% ========================================== Files 22 22 Lines 7282 7310 +28 ========================================== + Hits 7215 7228 +13 - Misses 50 60 +10 - Partials 17 22 +5 ``` | [Impacted Files](https://codecov.io/gh/ichiban/prolog/pull/278?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase) | Coverage Δ | | |---|---|---| | [engine/atom.go](https://codecov.io/gh/ichiban/prolog/pull/278/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase#diff-ZW5naW5lL2F0b20uZ28=) | `100.00% <ø> (ø)` | | | [engine/exception.go](https://codecov.io/gh/ichiban/prolog/pull/278/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase#diff-ZW5naW5lL2V4Y2VwdGlvbi5nbw==) | `100.00% <ø> (ø)` | | | [engine/builtin.go](https://codecov.io/gh/ichiban/prolog/pull/278/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase#diff-ZW5naW5lL2J1aWx0aW4uZ28=) | `98.67% <43.75%> (-0.41%)` | :arrow_down: | | [engine/term.go](https://codecov.io/gh/ichiban/prolog/pull/278/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase#diff-ZW5naW5lL3Rlcm0uZ28=) | `99.12% <50.00%> (-0.88%)` | :arrow_down: | | [engine/compound.go](https://codecov.io/gh/ichiban/prolog/pull/278/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase#diff-ZW5naW5lL2NvbXBvdW5kLmdv) | `98.14% <75.00%> (-1.86%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

ichiban commented 1 year ago

GOMEMLIMIT didn't work.

ichiban commented 1 year ago

closed in favor of #279