Commit Graph

3 Commits

Author SHA1 Message Date
Kurtis Rader
abf1fc5bd3 Remove support for shared vars
Proactively remove support for shared vars per the discussions in issue
https://b.elv.sh/1222 and the IM channels. This feature is not used
by Elvish itself and is not believed to be used by any Elvish users.
Removing this (presumptively) unused feature makes it simpler to replace
the existing BoltDB store of interactive command/location history with a
simpler flat file implementation (such as used by Bash and Fish). Also,
eliminating shared var support makes it explicit that solving issue #1222
doesn't need to deal with that feature.

Related #1222
2022-11-20 15:25:11 +00:00
Qi Xiao
2e2e724e3d pkg/store: De-export all Bucket* constants. 2019-12-26 17:52:28 +00:00
Qi Xiao
04d1740fc4 pkg/store: Remove check for schema version. 2019-12-26 17:50:32 +00:00