Nikola Knezevic
e8517244f7
main: Allow for "]" in shell aliases
...
PR #776 fixed an issue with complex aliases and expansion. However, this change
also introduced a problem with aliases which contain `]` (for example, commonly
seen on macOS: `alias ]=open`), due to using an associative array `seen_alias`,
indexed by the alias name. Due to `"$seen_alias[$arg]"`, it would fail when
`$arg` is expanded to anything containing `]`'. Thus, typing `] /` would result
in:
```
> ] /
(anon):unset:3: seen_alias[]]: invalid parameter name
```
This change fixes the issue by ensuring we properly access keys in the
associative array `seen_alias`.
Older versions of zsh have issues with map keys having special
characters, especially lacking ways to remove such keys. The
issue is described in detail in
https://unix.stackexchange.com/questions/626393/in-zsh-how-do-i-unset-an-arbitrary-associative-array-element .
This fix uses proposal from
[zsh-workers/43269](https://www.zsh.org/mla/workers/2018/msg01073.html ),
discovered by Stephane Chazelas, that boils down to avoid removing keys
from the map, and reconstruct the map anew with some keys omitted.
Co-authored-by: @phy1729
2021-03-04 20:29:43 -06:00
..
2020-03-19 06:06:30 +00:00
2020-03-19 06:06:30 +00:00
2020-01-12 19:29:46 +00:00
2020-03-19 06:06:30 +00:00
2020-03-19 06:06:30 +00:00
2020-01-12 19:29:46 +00:00
2020-01-12 19:29:46 +00:00
2018-02-10 14:49:07 -06:00
2019-12-27 09:37:23 +00:00
2021-03-04 20:29:43 -06:00
2019-11-07 19:59:00 -06:00
2020-05-22 04:54:10 +00:00
2019-07-20 10:32:12 -05:00
2019-07-20 10:32:12 -05:00
2018-10-20 20:57:45 -05:00
2019-12-27 09:00:36 +00:00
2020-01-12 18:34:49 +00:00
2020-03-16 22:27:04 +00:00
2019-12-27 09:37:23 +00:00
2020-03-15 17:22:35 +00:00
2019-07-20 10:32:12 -05:00
2019-07-20 10:32:12 -05:00
2020-02-25 07:37:09 -06:00
2020-01-16 16:12:14 +00:00
2019-07-20 10:38:53 -05:00
2020-01-16 16:12:14 +00:00
2019-07-20 10:36:57 -05:00
2018-10-20 20:57:45 -05:00
2019-07-20 10:32:12 -05:00
2020-10-12 19:29:53 -05:00
2020-10-12 19:29:53 -05:00
2020-10-12 19:29:53 -05:00
2020-10-12 19:29:53 -05:00
2020-10-12 19:29:53 -05:00
2020-12-25 16:39:07 -06:00
2019-07-20 10:32:12 -05:00
2020-03-19 06:06:30 +00:00
2020-03-19 06:06:30 +00:00
2019-07-20 10:36:57 -05:00
2019-07-20 10:36:57 -05:00
2019-07-20 10:32:12 -05:00
2016-09-25 08:11:01 +00:00
2020-03-15 15:38:07 +00:00
2016-09-25 08:11:01 +00:00
2018-02-10 14:49:07 -06:00
2016-11-02 03:16:45 +00:00
2020-05-23 20:29:00 -05:00
2020-05-23 20:29:00 -05:00
2020-05-23 20:29:00 -05:00
2020-05-23 20:29:09 -05:00
2020-05-23 20:29:09 -05:00
2020-05-23 20:29:09 -05:00
2016-04-29 09:51:13 -05:00
2020-05-23 20:29:09 -05:00
2020-05-23 20:29:09 -05:00
2020-05-23 20:29:09 -05:00
2020-05-23 20:29:09 -05:00
2020-05-23 20:29:09 -05:00
2020-05-23 20:29:09 -05:00
2020-05-23 20:29:09 -05:00
2020-06-08 14:23:43 +00:00
2020-06-08 14:23:43 +00:00
2020-06-08 14:23:43 +00:00
2020-06-08 14:23:43 +00:00
2018-09-30 15:32:19 -04:00
2020-06-08 14:23:43 +00:00
2020-06-08 14:23:43 +00:00
2020-06-08 14:23:43 +00:00
2020-03-19 06:44:12 +00:00
2018-09-30 15:32:19 -04:00
2018-09-30 15:32:19 -04:00
2020-03-17 02:58:16 +00:00
2018-09-30 15:32:19 -04:00
2018-09-30 15:32:19 -04:00
2020-01-12 16:11:09 +00:00
2020-01-12 16:11:09 +00:00
2020-06-08 14:23:43 +00:00
2020-03-19 19:48:44 +00:00
2020-03-19 19:48:44 +00:00
2020-03-19 19:48:44 +00:00
2020-03-19 19:48:44 +00:00
2020-03-19 19:43:12 +00:00
2020-01-12 16:11:09 +00:00
2018-09-30 16:26:01 -04:00
2018-09-30 16:26:01 -04:00
2020-03-19 02:30:58 +00:00
2016-04-29 09:51:13 -05:00
2018-09-29 21:33:39 -04:00
2020-01-11 20:46:14 +00:00
2020-06-08 14:23:43 +00:00
2018-10-23 16:31:39 +00:00
2018-10-23 16:31:00 +00:00
2016-09-25 08:11:01 +00:00
2016-09-25 08:11:01 +00:00
2018-10-21 12:10:07 -05:00
2018-10-21 12:10:07 -05:00
2016-09-25 08:11:01 +00:00
2016-09-25 08:11:01 +00:00
2016-09-25 08:11:01 +00:00
2016-09-25 08:11:01 +00:00
2016-09-25 11:38:52 +00:00
2016-09-25 11:38:54 +00:00
2018-02-10 14:49:07 -06:00
2017-03-05 17:33:36 +00:00
2016-09-25 12:06:39 +00:00
2017-03-05 17:33:36 +00:00
2017-03-05 17:33:36 +00:00
2018-10-21 12:10:07 -05:00
2020-01-12 19:37:53 +00:00
2020-02-28 15:22:43 +00:00
2019-07-08 17:05:42 -05:00
2018-10-13 09:37:09 -05:00
2018-10-22 07:53:18 -05:00
2018-02-10 14:49:07 -06:00
2020-03-15 15:38:07 +00:00
2018-02-10 14:49:07 -06:00
2016-04-29 09:51:13 -05:00
2018-02-10 14:49:07 -06:00
2018-10-10 22:20:18 -05:00
2016-05-13 03:30:11 +00:00
2016-05-13 04:28:43 +00:00
2018-02-10 14:49:07 -06:00
2018-10-13 09:37:09 -05:00
2020-03-19 20:16:43 +00:00
2019-07-24 07:27:54 -05:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2018-10-22 07:53:18 -05:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2020-03-15 15:38:07 +00:00
2018-02-10 14:49:07 -06:00
2018-10-20 23:48:39 -05:00
2020-03-19 05:59:04 +00:00
2020-03-19 05:59:04 +00:00
2020-03-19 05:59:04 +00:00
2020-03-19 05:59:04 +00:00
2018-02-10 14:49:07 -06:00
2018-10-22 04:33:11 +00:00
2020-03-17 04:00:43 +00:00
2018-10-22 04:58:57 +00:00
2016-09-25 08:11:01 +00:00
2016-09-25 08:11:01 +00:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2020-03-19 05:05:37 +00:00
2018-02-10 14:49:07 -06:00
2016-05-13 20:25:07 +02:00
2018-02-10 14:49:07 -06:00
2020-03-22 15:01:53 -05:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2016-04-29 09:51:13 -05:00
2018-02-10 14:49:07 -06:00
2016-09-28 13:22:29 +00:00
2018-12-31 17:57:53 +00:00
2019-01-06 22:23:10 -06:00
2019-04-19 19:48:01 -05:00
2020-03-19 06:41:38 +00:00
2020-03-19 06:41:38 +00:00
2020-06-08 14:23:43 +00:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2020-03-17 03:32:58 +00:00
2020-03-17 03:32:58 +00:00
2018-02-10 14:49:07 -06:00
2016-04-29 09:51:13 -05:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2018-11-01 04:01:33 +00:00
2019-07-20 10:32:12 -05:00
2020-02-28 22:36:57 +00:00
2021-03-01 20:21:39 +00:00
2020-03-16 21:50:04 +00:00
2018-02-10 14:49:07 -06:00
2019-07-20 10:32:12 -05:00
2020-03-12 20:51:19 -05:00
2020-03-17 03:11:52 +00:00
2019-06-16 20:25:34 +00:00
2017-11-06 07:11:55 -06:00
2018-02-10 14:49:07 -06:00
2018-01-21 06:55:31 +00:00
2018-02-10 14:49:07 -06:00
2020-06-08 14:23:43 +00:00
2020-02-22 15:12:24 +00:00
2020-02-22 15:12:24 +00:00
2020-03-15 18:25:13 +00:00
2020-02-22 15:12:24 +00:00
2020-02-22 15:12:24 +00:00
2018-02-10 14:49:07 -06:00
2020-08-11 09:21:21 +00:00
2020-02-22 15:12:24 +00:00
2020-02-22 15:12:24 +00:00
2020-01-11 23:04:22 +00:00
2018-02-10 14:49:07 -06:00
2020-06-11 08:14:07 +00:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2020-03-19 06:06:30 +00:00
2020-03-19 06:06:30 +00:00
2017-12-15 02:35:10 +00:00
2017-12-15 02:35:10 +00:00
2020-03-19 06:49:40 +00:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2016-04-29 09:51:13 -05:00
2017-12-15 02:35:10 +00:00
2016-04-29 09:51:13 -05:00
2016-04-29 09:51:13 -05:00
2016-04-29 09:51:13 -05:00
2020-03-19 06:06:30 +00:00
2018-10-10 22:19:41 -05:00
2018-10-10 22:19:41 -05:00
2018-10-10 22:19:41 -05:00
2020-08-11 08:13:17 +00:00
2020-03-16 19:22:54 +00:00
2019-11-10 11:49:26 +00:00
2019-04-04 21:52:51 -05:00
2019-04-04 21:52:51 -05:00
2019-04-04 21:52:51 -05:00
2020-03-16 18:57:28 +00:00
2020-01-14 23:08:50 +00:00
2016-05-05 12:28:43 -05:00
2018-02-10 14:49:07 -06:00
2018-10-22 07:53:18 -05:00
2020-01-11 21:47:34 +00:00
2018-09-30 16:26:01 -04:00
2018-09-30 16:26:01 -04:00
2018-10-22 07:53:18 -05:00
2020-01-12 16:11:09 +00:00
2018-02-10 14:49:07 -06:00
2018-09-30 16:26:01 -04:00
2017-12-19 23:01:42 -06:00
2017-12-19 23:01:42 -06:00
2020-06-08 14:38:59 +00:00
2018-10-13 09:37:09 -05:00
2020-05-13 12:51:52 +00:00
2020-01-11 21:19:52 +00:00
2020-03-19 03:15:37 +00:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2016-04-29 09:51:13 -05:00
2016-04-29 09:51:13 -05:00
2018-02-10 14:49:07 -06:00
2018-02-10 14:49:07 -06:00
2017-12-07 01:16:02 +00:00
2020-01-16 15:49:27 +00:00
2017-12-07 01:16:02 +00:00
2017-12-07 01:16:02 +00:00
2017-12-07 01:16:02 +00:00
2016-04-29 09:51:13 -05:00
2019-12-27 13:47:31 +00:00
2019-12-27 13:47:31 +00:00
2016-05-05 12:28:43 -05:00
2016-04-29 09:51:13 -05:00
2016-04-29 09:51:13 -05:00
2018-02-10 14:49:07 -06:00