unisonweb/unison

Resolve commands should take any name or hash

Open

#905 opened on Oct 28, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Haskell (304 forks)batch import
dxgood first issuehelp wanted

Repository metrics

Stars
 (6,624 stars)
PR merge metrics
 (Avg merge 12d 19h) (6 merged PRs in 30d)

Description

The resolve commands can only take term hashes, making them a lot less useful than they could be. Should be able to take names as well as data/ability constructor hashes.

In fact, any command that can take a name should be able to also take a hash and vice versa.

Contributor guide