Age | Commit message (Collapse) | Author |
|
Fixes #8309
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #8111
|
|
|
|
|
|
|
|
|
|
Fixes #7723
|
|
|
|
|
|
Refs #7487
|
|
|
|
|
|
Refs #7487
|
|
|
|
|
|
Fixes #8257
|
|
|
|
|
|
|
|
This commit rewrites scripts in "tools/" directory
to use Deno instead of Python. In return it allows
to remove huge number of Python packages in "third_party/".
|
|
Fixes #8240
|
|
|
|
|
|
|
|
|
|
This commit updates "third_party" submodule
to remove "eslint" and its dependencies.
In result "tools/package.json" has been removed.
|
|
This commit migrates repository from using "eslint"
to "dlint" for linting JavaScript code.
|
|
|
|
|
|
This commit removes ProgramState::permissions field.
Having permissions parsed from CLI flags stored on globally
accessible state object made it easy to mistakenly use these
permissions in situations which required "runtime" permissions.
|
|
in the value #8136 (#8216)
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Evan <c4t@tuta.io>
|
|
This adds a start method to the Context to make starting a command less
tedious and yield consistent errors.
Manually setting the memory is still valid for more complex scenarios,
just undocumented for the time being.
|
|
|
|
|
|
|
|
|
|
Fixes #8212
|
|
Fixes #8060
|