Closed ll-nick closed 1 month ago
Rebased on top of latest #36
No unit tests? :sob:
@orzechow Any objections to removing Direction::LAST
? I would include that into this PR so that we don't need the hacky commit described above.
@orzechow Any objections to removing
Direction::LAST
? I would include that into this PR so that we don't need the hacky commit described above.
I'm fine with that 👍
Alrighty, there's a test now. If it seems familiar to you, that's because it is :stuck_out_tongue_closed_eyes:
Rebased on current #38
And one more rebase on now merged #38
Alrighty, there's a test now. If it seems familiar to you, that's because it is 😝
:smirk:
Alright, here is a very simple verifier that makes sure our command output does not try running into walls.
76f1f5cec05ebc5268c48fa316b35fa448d94bf7 This one is a little ugly, check the commit description for details. My proposal would be the following: After all merge request have been worked on and the demo branch is in a good state, I'd remove the
DIRECTION::LAST
enum altogether. Since we replacedDoNothing
withStayInPlace
we don't really need it anymore and it does not play well with the costEstimator.