[vmkit-commits] abortive style: 248 abort() and exit() calls in vmkit

nicolas geoffray nicolas.geoffray at gmail.com
Mon Jul 19 08:56:08 PDT 2010


Again, VMKit was prototype-oriented and paper-driven, not quality and
release-driven. But any changes to improve the readability and user
experience in the code base are more than welcome!

Cheers,
Nicolas

On Fri, Jul 16, 2010 at 4:50 PM, Minas Abrahamyan <minas.subs at gmail.com>wrote:

> Hi,
>
> It is interesting style: many aborts here and there, without any
> notice to user: (although less than third of them
> prints backtrace)
> [vmkit]$ find . -iname "*.cpp" -o -iname "*.h" -o -iname "*.inc"|xargs
> grep -niE "abort\(\)|\<exit\>\(\)"|wc -l
> 248
>
> To look at them:
> $ find . -iname "*.cpp" -o -iname "*.h" -o -iname "*.inc"|xargs grep
> -niE "abort\(\)|\<exit\>\(\)"|less
>
> Regards,
> Minas
> _______________________________________________
> vmkit-commits mailing list
> vmkit-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/vmkit-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/vmkit-commits/attachments/20100719/8482ef0f/attachment.html>


More information about the vmkit-commits mailing list