Re: [Luarocks-developers] Invalid rockspec name not flagged in fetch.lua

2013-12-05 Thread Hisham
On 2 December 2013 05:02, Dirk Laurie wrote: > Another error message that could be more helpful is > in type_check.lua: > > > return nil, "Type mismatch on field "..context..name..": > invalid value "..item > > More informative would be: > > return nil, "Format mismatch on

Re: [Luarocks-developers] Invalid rockspec name not flagged in fetch.lua

2013-12-04 Thread Dirk Laurie
Another error message that could be more helpful is in type_check.lua: return nil, "Type mismatch on field "..context..name..": invalid value "..item More informative would be: return nil, "Format mismatch on field "..context..name..": invalid value "..item.." does not m