Ticket #9 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

patch: RFC: constify Cython output all over the place (newbie approach)

Reported by: kirr@… Owned by: somebody
Priority: minor Milestone: 0.9.6.x
Component: Code Generation Keywords: patch,const
Cc:

Description

You know, when developing code, it is very tedious to look for meaningful errors and warnings in presence of tons of noise like

warning: deprecated conversion from string constant to ‘char*’

And you know what? It seems in the next version of gcc, this deprecation warnings will be turned into errors.


Python sources already use 'const' keyword freely, so I think it's time to add constify bits all over the place.

Attachments

constify.patch Download (4.3 KB) - added by kirr@… 4 years ago.
constify.patch

Change History

Changed 4 years ago by kirr@…

constify.patch

Changed 4 years ago by robertwb

  • status changed from new to closed
  • resolution set to fixed

Changed 4 years ago by robertwb

  • milestone set to 0.9.6.x
Note: See TracTickets for help on using tickets.