bitburner-src/test
David Walker 1f2e69631e
EDITOR: Use ramOverride() to set compiled script RAM (#1446)
To use this, add a line like "ns.ramOverride(2);" as the first statement
in main(). Not only will it take effect at runtime, but it will now
*also* be parsed at compile time, changing the script's static RAM
limit. Since ns.ramOverride is a 0-cost function, the call to it on
startup then becomes a no-op.

This is an often-requested feature, and allows for scripts to set their
usage without it needing to be explicitly mentioned via args or options
when being launched. This also reduces pressure on the static RAM
analysis to be perfect all the time. (But certain limits, such as
"functions names must be unique across namespaces," remain.)

This also adds a tooltip to the RAM calculation, to make this slightly
discoverable.
2024-07-05 17:32:46 -07:00
..
__mocks__ MISC: Protect against reassigning certain globals (#972) 2023-12-16 05:03:52 -05:00
jest EDITOR: Use ramOverride() to set compiled script RAM (#1446) 2024-07-05 17:32:46 -07:00
netscript Fix tons of typos 2022-10-09 01:25:31 -04:00
tsconfig.json INFRA: Update everything except React (#312) 2023-01-08 02:36:55 -05:00