lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2015-05-06 11:50 GMT+02:00 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:

>> The test results appeared with a mystererious 'nil' at the start
>> and end, which are produced by 'print(math.version)'.
>
> I don't see any nils. Are you sure you're running mathx for Lua 5.3?
>
> Did the local test before installing work?

That was the local test. However, I note that "test.lua" just says

    local math=require"mathx"

without a previous

   package.cpath = "./?.so"

With the default cpath, the previously installed version is tested.
When I insert that line, the new version is tested, which indeed
does supply "version", and does not mess with "math".