elvish/pkg/store
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
..
storedefs Remove support for shared vars 2022-11-20 15:25:11 +00:00
storetest Remove support for shared vars 2022-11-20 15:25:11 +00:00
buckets.go Remove support for shared vars 2022-11-20 15:25:11 +00:00
cmd_test.go Make use of (*testing.T).Cleanup in more places. 2021-08-06 23:49:11 +01:00
cmd.go Move API of pkg/store into pkg/storedefs. 2021-06-19 01:54:00 +01:00
db_store.go Move API of pkg/store into pkg/storedefs. 2021-06-19 01:54:00 +01:00
dir_test.go Make use of (*testing.T).Cleanup in more places. 2021-08-06 23:49:11 +01:00
dir.go Move API of pkg/store into pkg/storedefs. 2021-06-19 01:54:00 +01:00
staticcheck.conf Add a lint Makefile target and CI task. 2021-07-08 00:13:38 +01:00
store.go Move API of pkg/store into pkg/storedefs. 2021-06-19 01:54:00 +01:00
temp_store.go Remove most uses of the ioutil package. 2021-08-23 00:36:26 +01:00