tweaks per reviewing feedback

This commit is contained in:
Vern Paxson 2022-05-13 16:16:21 -07:00
parent da72c1ea93
commit 702172079a
5 changed files with 14 additions and 14 deletions

View file

@ -59,8 +59,6 @@ extern ValPtr when_invoke__CPP(Func* f, std::vector<ValPtr> args, Frame* frame,
// Thrown when a call inside a "when" delays.
class DelayedCallException : public InterpreterException
{
public:
DelayedCallException() { }
};
// Assigns the given value to the given global. A separate function because

View file

@ -7,6 +7,8 @@ If you make changes to the scripts, format them using
shfmt -w -i 4 -ci *.sh
(or set up "pre-commit" and use "pre-commit run -a")
The maintenance workflow:
1. Update this timestamp, so this file will be changed and you'll remember