jak-project/common/goos
Tyler Wilding eb703ee96e
REPL related improvements and fixes (#3545)
Motivated by - https://github.com/open-goal/opengoal-vscode/pull/358

This addresses the following:
- Fixes #2939 spam edge-case
- Stop picking a different nREPL port based on the game mode by default,
this causes friction for tools in the average usecase (having a REPL
open for a single game, and wanting to connect to it). `goalc` spins up
fine even if the port is already bound to.
- For people that need/want this behaviour, adding per-game
configuration to the `repl-config.json` is on my todo list.
- Allows `goalc` to permit redefining symbols, including functions. This
is defaulted to off via the `repl-config.json` but it allows you to for
example, change the definition of a function without having to restart
and rebuild the entire game.
![Screenshot 2024-06-02
124558](https://github.com/open-goal/jak-project/assets/13153231/28f81f6e-b7b8-4172-9787-f96e4ab1305b)
- Updates the welcome message to include a bunch of useful metadata
up-front. Cleaned up all the startup logs that appear when starting
goalc, many of whom's information is now included in the welcome
message.
  - Before:

![image](https://github.com/open-goal/jak-project/assets/13153231/814c2374-4808-408e-9ed6-67114902a1d9)

  - After:
![Screenshot 2024-06-01
235954](https://github.com/open-goal/jak-project/assets/13153231/f3f459fb-2cbb-46ba-a90f-318243d4b3b3)
2024-06-03 00:14:52 -04:00
..
Interpreter.cpp [goalc] speed up jak3 compilation (#3454) 2024-04-06 16:01:17 -04:00
Interpreter.h [goalc] Cleaned up speedups (#3066) 2023-10-07 10:48:17 -04:00
Object.cpp deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
Object.h [goalc] speed up jak3 compilation (#3454) 2024-04-06 16:01:17 -04:00
ParseHelpers.cpp deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
ParseHelpers.h [jak 2] Fix possible stereo desync in overlord (#2663) 2023-05-19 21:17:11 -04:00
PrettyPrinter.cpp deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
PrettyPrinter.h lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
PrettyPrinter2.cpp deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
PrettyPrinter2.h lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
Printer.cpp deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
Printer.h d/jak2: mostly finish mysql-nav-graph and fix docstring handling around with-pp/local-vars (#1869) 2022-09-13 18:15:02 -04:00
Reader.cpp REPL related improvements and fixes (#3545) 2024-06-03 00:14:52 -04:00
Reader.h REPL related improvements and fixes (#3545) 2024-06-03 00:14:52 -04:00
TextDB.cpp deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
TextDB.h tests: add jak3 typeconsistency test and ensure offline tests are working (#3310) 2024-01-16 00:15:33 -05:00