Improve errors for add_edge
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 642
- Forks
- 70
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 21
Description
The error messages you get when adding updates/constant properties is unclear - it should specify that the edge is limited to the layer it was added on and if you want to add updates to another layer you must go and get an unlayer edge from the graph
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
Start by locating the add_edge entry point and reproduce adding updates or constant properties to an edge on one layer, then inspect the resulting errors. Done means the messages explain that the edge is limited to its added layer and direct users to obtain an unlayered edge when targeting another layer.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend-api-design, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100