mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
2fa98ec20c
The C++ version of this code simply copied the entire uvar table. Today we take a reference. It's not clear which one is better. Removal of locale variables like LC_ALL triggers variable change handlers which call EnvStackImpl::get. This deadlocks because we still hold the lock to protect the reference to all uvars. Work around this. Closes #10513 |
||
---|---|---|
.. | ||
checks | ||
pexpects | ||
test_functions | ||
.gitignore | ||
filter-control-sequences.sh | ||
history_sample_bash | ||
history_sample_corrupt1 | ||
history_sample_fish_1_x | ||
history_sample_fish_2_0 | ||
interactive.config | ||
interactive.fish | ||
test.fish | ||
test_driver.sh | ||
test_env.sh | ||
test_util.fish |