1. equivalent of `set +x` and `set +e` from bash (to echo commands and stop script execution on the first non-zero return) – https://github.com/fish-shell/fish-shell/issues/3427,
2. Associative arrays – https://github.com/fish-shell/fish-shell/issues/390