[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: ## operator (error)
- From: <tonyp@...>
- Date: Sun, 23 Nov 2014 22:16:09 +0200
It's all very subjective. I see two bugs :) 1. Wrong error, and 2. Wrong
number
-----Original Message-----
From: Roberto Ierusalimschy
Sent: Sunday, November 23, 2014 9:31 PM
To: Lua mailing list
Subject: Re: ## operator (error)
It is funny (and a little sad) that, with all this disussion about the
length of numbers, nobody noticed that 5.3-beta has a bug there:
Lua 5.3.beta Copyright (C) 1994-2014 Lua.org, PUC-Rio
x = 3
#x
stdin:1: attempt to get length of a number value (global 'x')
[...]
#3
0
-- Roberto
- References:
- [Proposal] ## operator, Thiago L.
- Re: [Proposal] ## operator, Marco Mastropaolo
- Re: ## operator (error), tonyp
- Re: ## operator (error), Thiago L.
- Re: ## operator (error), tonyp
- Re: ## operator (error), Tim Hill
- Re: ## operator (error), tonyp
- Re: ## operator (error), Axel Kittenberger
- Re: ## operator (error), tonyp
- Re: ## operator (error), Philipp Janda
- Re: ## operator (error), Roberto Ierusalimschy