lua-users home
lua-l archive

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


> If the test suit fails because of some bug in libc then I would assume
> the same failure could come up in the real world as well.

Sure. But our duty is to make Lua correct in an environment wherein
libc is correct. Of course, if the bug happens in a widely used
platform, we may have to correct Lua despite the blame, but we cannot
change Lua to conform to every bug in every conceivable platform.

-- Roberto