fish-shell/tests/cd.err
ridiculousfish ff55249447 Make events per-parser
This makes the following changes:

1. Events in background threads are executed in those threads, instead of
being silently dropped

2. Blocked events are now per-parser instead of global

3. Events are posted in builtin_set instead of within the environment stack

The last one means that we no longer support event handlers for implicit
sets like (example) argv. Instead only the `set` builtin (and also `cd`)
post variable-change events.

Events from universal variable changes are still not fully rationalized.
2019-06-03 02:48:35 -07:00

16 lines
215 B
Plaintext

####################
# cd symlink non-resolution
####################
# cd symlink completion
####################
# Virtual PWD inheritance
####################
# CDPATH
####################
# on-variable PWD