Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
namespaces limitation
- X-seq: zsh-workers 51764
- From: Oliver Kiddle <opk@xxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxx>
- Subject: namespaces limitation
- Date: Fri, 19 May 2023 02:13:55 +0200
- Archived-at: <https://zsh.org/workers/51764>
- List-id: <zsh-workers.zsh.org>
I came across the following when using the new namespaces:
integer .var.d=0
(( .var.d++ ))
zsh: bad floating point constant
It'd be good if it could identify this as a namespace variable.
And should this be allowed or should it complain about the 3 part not
being an identifier?
integer .3=67
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author