panda-planner-dev / pandaPIparser

The parser of the pandaPI planning system
BSD 3-Clause "New" or "Revised" License
13 stars 10 forks source link

Fix for issue 20. #22

Closed rpgoldman closed 1 year ago

rpgoldman commented 1 year ago

At least on MacOS, it's not possible to set the stack limit beyond the (externally-set) max. This checks to make sure that we don't try to set the stack limit too high.

Fixes #20