Mask undocumented ketos functions
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 458
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
There are a bunch of built-in functions provided by ketos that we don't document in Shadowlisp in an effort to prevent people from using (and with the intention of removing them someday).
We should actually find a way to mask them and prevent them from being called.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points; start by examining how ketos built-in functions are exposed and read the related issue #63. Done means the undocumented functions are masked so they cannot be called from Shadowlisp.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100