enso/distribution/lib/Standard/Base/0.0.0-dev
Hubert Plociniczak 3cce3b3caf
Replace IOContexts with execution env and contexts (#6171)
As per design, IOContexts controlled via type signatures are going away. They are replaced by explicit `Context.if_enabled` runtime checks that will be added to particular method implementations.

`production`/`development` `IOPermissions` are replaced with `live` and `design` execution enviornment. Currently, the `live` env has a hardcoded list of allowed contexts i.e. `Input` and `Output`.

# Important Notes
As per design PR-55. Closes #6129. Closes #6131.
2023-04-06 15:47:40 +00:00
..
src Replace IOContexts with execution env and contexts (#6171) 2023-04-06 15:47:40 +00:00
THIRD-PARTY New documentation parser (#5917) 2023-03-15 15:43:51 +00:00
package.yaml Align Vector API with design, add some extra functions from AoC (#4026) 2023-01-12 13:32:24 +00:00