obsidiansystems / rhyolite

BSD 3-Clause "New" or "Revised" License
26 stars 17 forks source link

Deprecate dot obelisk #199

Closed danbornside closed 1 year ago

danbornside commented 2 years ago

the .obelisk thunk in rhyolite interacts with obelisk itself in a very annoying way; if you want to hack on rhyolite in the context of an app that uses it, and you unpack the rhyolite thunk, then ob run thinks rhyolite is actually an obelisk project, and refuses to interpret it. even if you pass --interpret dep/rhyolite on the command line, ob run still won't interpret it.

rhyolite isn't an obelisk project, so this PR just renames the thunk someplace else.

ali-abrar commented 1 year ago

Part of #204