Hi,
This is a very small thing, probably just an oversight, but I noticed that inspect._VERSION still says:
inspect._VERSION = 'inspect.lua 3.1.0'
in both inspect.tl and the generated inspect.lua.
It is still the case in the v3.1.3 tag, even though the changelog includes releases 3.1.1, 3.1.2 and 3.1.3.
So nothing serious at all, but anyone checking inspect._VERSION gets an outdated version number.
For the v3.1.3 tag, I guess it should simply be:
inspect._VERSION = 'inspect.lua 3.1.3'
Just thought it was worth mentioning 🙂
And thx for all the work you’ve put into inspect.lua!
Hi,
This is a very small thing, probably just an oversight, but I noticed that inspect._VERSION still says:
inspect._VERSION = 'inspect.lua 3.1.0'
in both inspect.tl and the generated inspect.lua.
It is still the case in the v3.1.3 tag, even though the changelog includes releases 3.1.1, 3.1.2 and 3.1.3.
So nothing serious at all, but anyone checking inspect._VERSION gets an outdated version number.
For the v3.1.3 tag, I guess it should simply be:
inspect._VERSION = 'inspect.lua 3.1.3'
Just thought it was worth mentioning 🙂
And thx for all the work you’ve put into inspect.lua!