automerge / automerge/automerge-java
`String` -> `ChangeHash`
Open
- Dominant language
- Java
- Stars
- 46
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
The JS lib generates strings as output from `.getHeads`, while the Java API wants `ChangeHash` objects.
Perhaps add a string ctor to ChangeHash and/or string arity to `encodeChangesSince`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by comparing the Java ChangeHash API and encodeChangesSince behavior with the strings returned by the JavaScript library's getHeads. Determine whether string construction, string arguments, or both are needed; done means Java callers can use those outputs without manual conversion and the API behavior is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, javascript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100