unisonweb / unison

A friendly programming language from the future
https://unison-lang.org
Other
5.81k stars 271 forks source link

Provide a tip for how to resolve `base` not being available in namespaces #3246

Closed bgerm closed 5 months ago

bgerm commented 2 years ago

After migrating to M4 I received the error message provided below.

It would be helpful to add a tip for how to resolve base not being available. Maybe include some background and then a resolution: fork .base lib.base.

.exercism.track>

    ❓

    I couldn't resolve any of these symbols:

        4 | unique type Error = Error Text

    Symbol   Suggestions

    Text     No matches
aryairani commented 5 months ago

Hi @bgerm, we're moving to a projects-oriented codebase, and base is installed by default into any new project, so that should avoid this issue. Feel free to reopen this ticket or a new one if you have any concerns.