posit-dev / posit-dev/ark

Improvements to internal ownership semantics

Open
#1,145 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

infra: reliability
Dominant language
Rust
Stars
337
Forks
32
Avg merge
8d 17h
Merged PRs (30d)
11

Description

Not urgent (Ark is not exploding left and right) but would be nice to converge towards a safer setup.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading Console::get_mut() and the referenced readconsole event-loop code in crates/ark/src/console/console_repl.rs, especially lines 963-969. Trace the fields that need interior mutability and the channels cloned by the reentrant path. Done means ownership is safer: get_mut() is removed, specific fields use the proposed mutability approach, and non-clonable channel usage is enforced.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
backend
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.