Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

sur/ files not accessible after other actions #1214

Closed
jfranklin9000 opened this issue Jul 11, 2019 · 2 comments
Closed

sur/ files not accessible after other actions #1214

jfranklin9000 opened this issue Jul 11, 2019 · 2 comments

Comments

@jfranklin9000
Copy link
Contributor

Working through https://urbit.org/docs/using/shell/ I ran into the following:

brand new fakezod:

/-  sole
`sole-effect:sole`[%bel ~]
[%bel ~]

seems to work

/+  react
(react-vale:react %div)
/~zod/home/~2019.4.14..02.48.13..c025/sys/vane/ford:<[4.840 18].[4.840 59]>
-find.react
ford: %slim failed: 
ford: %ride failed to compute type:

expected because lib/react.hoon does not exist (docs should be updated)

`sole-effect:sole`[%bel ~]
/~zod/home/~2019.4.14..02.48.13..c025/sys/vane/ford:<[4.840 18].[4.840 59]>
-find.sole
ford: %slim failed: 
ford: %ride failed to compute type:

not expected as it worked before trying the react stuff

@joemfb
Copy link
Member

joemfb commented Jul 11, 2019

No :dojo expression will work if you've imported invalid libs (with /+) or surs (with /-). You have to clear any invalid imports to get :dojo back to a working state.

For libs, either of these will work:

> /+
> =lib

For surs:

> /-
> =sur

@joemfb
Copy link
Member

joemfb commented Jul 11, 2019

Closing in favor of #81 and #577

@joemfb joemfb closed this as completed Jul 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants