Re: is there any chance of cleaning up the "inline" chaos?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joe Perches
Date: Sunday, April 18, 2010 - 1:41 pm

On Sun, 2010-04-18 at 16:06 -0400, Robert P. J. Day wrote:

Heave to, have at it.

$ git grep -w "inline" * | wc -l
35526
$ git grep -w "__inline__" * | wc -l
872
$ git grep -w "__inline" * | wc -l
17

It looks like __inline is almost exclusively in staging
and should be easy to fix/change

__inline__ is spread around all over the place

$ git grep -wl __inline__ * | wc -l
265

It could be converted over time or in a single sweep
like the recent slab changes.


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: is there any chance of cleaning up the "inline" chaos?, Joe Perches, (Sun Apr 18, 1:41 pm)