[Numpy-discussion] C99

Charles R Harris charlesr.harris at gmail.com
Fri Sep 7 21:55:29 EDT 2018


Hi All,

I've a PR up converting travis testing to use C99
<https://github.com/numpy/numpy/pull/11905>. I suspect we may not want to
merge it for a while, but it does raise a couple of style questions that we
should probably settle up front. Namely:


   - Should we allow // style comments
   - Should we allow variable declarations after code

I am sure there are others to consider that haven't occurred to me. I
confess that I am not a big fan of allowing either, but am probably
prejudiced by early familiarity with C89 and long years working to that
spec.

Thoughts?

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20180907/b0bc2c1b/attachment.html>


More information about the NumPy-Discussion mailing list