* [lm-sensors] [PATCH 0/5] sensord: Cleanup of the sensors deamon
@ 2009-06-15 7:45 Andre Prendel
2009-06-16 11:54 ` Jean Delvare
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Andre Prendel @ 2009-06-15 7:45 UTC (permalink / raw)
To: lm-sensors
Hi Jean,
here is another patch series cleaning up the sensors deamon.
Some patches fixing some coding style issues, breaking long lines and
making code more readable by the refactoring of big functions.
Another one removes some needless casts and there is a patch
converting the HTML code (CGI script) generated by sensord to lower
case. So we're closer to XHTML. Unfortunately the output of rrdcgi
isn't very strict.
With this series I've finished the cleanup caused by the coding style
conversion. During the work I saw some things to fix, so I will go on
hacking the deamon. Now I hope the code is more readable and the
maintenance and development should be easier. BTW I don't like some
details of the implementation (see notes in patch 4/5). Some stuff
looks needless. Further I would like it if the deamon would be closer
to the sensors console tool. This would ease maintenance too. So you
see what I'm going to do in the future.
This here is post 3.1.1 material. Maybe we could make a stable branch
3.1.1? Otherwise we wait with the commits until 3.1.1 is released.
Thanks,
Andre
---
rrd.c | 140 +++++++++++++++++++++++++++----------------
sense.c | 204
++++++++++++++++++++++++++++++++++++++--------------------------
2 files changed, 210 insertions(+), 134 deletions(-)
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] [PATCH 0/5] sensord: Cleanup of the sensors deamon
2009-06-15 7:45 [lm-sensors] [PATCH 0/5] sensord: Cleanup of the sensors deamon Andre Prendel
@ 2009-06-16 11:54 ` Jean Delvare
2009-10-03 8:35 ` Jean Delvare
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2009-06-16 11:54 UTC (permalink / raw)
To: lm-sensors
On Mon, 15 Jun 2009 09:45:46 +0200, Andre Prendel wrote:
> Hi Jean,
>
> here is another patch series cleaning up the sensors deamon.
>
> Some patches fixing some coding style issues, breaking long lines and
> making code more readable by the refactoring of big functions.
>
> Another one removes some needless casts and there is a patch
> converting the HTML code (CGI script) generated by sensord to lower
> case. So we're closer to XHTML. Unfortunately the output of rrdcgi
> isn't very strict.
>
> With this series I've finished the cleanup caused by the coding style
> conversion. During the work I saw some things to fix, so I will go on
> hacking the deamon. Now I hope the code is more readable and the
> maintenance and development should be easier. BTW I don't like some
> details of the implementation (see notes in patch 4/5). Some stuff
> looks needless. Further I would like it if the deamon would be closer
> to the sensors console tool. This would ease maintenance too. So you
> see what I'm going to do in the future.
Very nice. Thanks a lot for working on this, this was very needed.
> This here is post 3.1.1 material. Maybe we could make a stable branch
> 3.1.1? Otherwise we wait with the commits until 3.1.1 is released.
Let's just wait until 3.1.1 is released, it is less than 1 week away
now and nobody reviewed your patches yet anyway. I don't think it makes
much sense to create branches for 1-week SVN freeze periods. And
anyway, during these periods, we should all be testing the code rather
that developing new stuff ;)
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] [PATCH 0/5] sensord: Cleanup of the sensors deamon
2009-06-15 7:45 [lm-sensors] [PATCH 0/5] sensord: Cleanup of the sensors deamon Andre Prendel
2009-06-16 11:54 ` Jean Delvare
@ 2009-10-03 8:35 ` Jean Delvare
2009-10-04 19:07 ` Andre Prendel
2009-10-05 9:25 ` Jean Delvare
3 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2009-10-03 8:35 UTC (permalink / raw)
To: lm-sensors
On Tue, 16 Jun 2009 13:54:08 +0200, Jean Delvare wrote:
> On Mon, 15 Jun 2009 09:45:46 +0200, Andre Prendel wrote:
> > Hi Jean,
> >
> > here is another patch series cleaning up the sensors deamon.
> >
> > Some patches fixing some coding style issues, breaking long lines and
> > making code more readable by the refactoring of big functions.
> >
> > Another one removes some needless casts and there is a patch
> > converting the HTML code (CGI script) generated by sensord to lower
> > case. So we're closer to XHTML. Unfortunately the output of rrdcgi
> > isn't very strict.
> >
> > With this series I've finished the cleanup caused by the coding style
> > conversion. During the work I saw some things to fix, so I will go on
> > hacking the deamon. Now I hope the code is more readable and the
> > maintenance and development should be easier. BTW I don't like some
> > details of the implementation (see notes in patch 4/5). Some stuff
> > looks needless. Further I would like it if the deamon would be closer
> > to the sensors console tool. This would ease maintenance too. So you
> > see what I'm going to do in the future.
>
> Very nice. Thanks a lot for working on this, this was very needed.
>
> > This here is post 3.1.1 material. Maybe we could make a stable branch
> > 3.1.1? Otherwise we wait with the commits until 3.1.1 is released.
>
> Let's just wait until 3.1.1 is released, it is less than 1 week away
> now and nobody reviewed your patches yet anyway. I don't think it makes
> much sense to create branches for 1-week SVN freeze periods. And
> anyway, during these periods, we should all be testing the code rather
> that developing new stuff ;)
Andre, any news from these sensord patches? We spent quite some time on
them, and they looked promising, it would be a pity if they are finally
lost.
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] [PATCH 0/5] sensord: Cleanup of the sensors deamon
2009-06-15 7:45 [lm-sensors] [PATCH 0/5] sensord: Cleanup of the sensors deamon Andre Prendel
2009-06-16 11:54 ` Jean Delvare
2009-10-03 8:35 ` Jean Delvare
@ 2009-10-04 19:07 ` Andre Prendel
2009-10-05 9:25 ` Jean Delvare
3 siblings, 0 replies; 5+ messages in thread
From: Andre Prendel @ 2009-10-04 19:07 UTC (permalink / raw)
To: lm-sensors
On Sat, Oct 03, 2009 at 10:35:25AM +0200, Jean Delvare wrote:
> On Tue, 16 Jun 2009 13:54:08 +0200, Jean Delvare wrote:
> > On Mon, 15 Jun 2009 09:45:46 +0200, Andre Prendel wrote:
> > > Hi Jean,
> > >
> > > here is another patch series cleaning up the sensors deamon.
> > >
> > > Some patches fixing some coding style issues, breaking long lines and
> > > making code more readable by the refactoring of big functions.
> > >
> > > Another one removes some needless casts and there is a patch
> > > converting the HTML code (CGI script) generated by sensord to lower
> > > case. So we're closer to XHTML. Unfortunately the output of rrdcgi
> > > isn't very strict.
> > >
> > > With this series I've finished the cleanup caused by the coding style
> > > conversion. During the work I saw some things to fix, so I will go on
> > > hacking the deamon. Now I hope the code is more readable and the
> > > maintenance and development should be easier. BTW I don't like some
> > > details of the implementation (see notes in patch 4/5). Some stuff
> > > looks needless. Further I would like it if the deamon would be closer
> > > to the sensors console tool. This would ease maintenance too. So you
> > > see what I'm going to do in the future.
> >
> > Very nice. Thanks a lot for working on this, this was very needed.
> >
> > > This here is post 3.1.1 material. Maybe we could make a stable branch
> > > 3.1.1? Otherwise we wait with the commits until 3.1.1 is released.
> >
> > Let's just wait until 3.1.1 is released, it is less than 1 week away
> > now and nobody reviewed your patches yet anyway. I don't think it makes
> > much sense to create branches for 1-week SVN freeze periods. And
> > anyway, during these periods, we should all be testing the code rather
> > that developing new stuff ;)
>
> Andre, any news from these sensord patches? We spent quite some time on
> them, and they looked promising, it would be a pity if they are finally
> lost.
Hi Jean,
no news so far :( To much other work since I changed the employer and
maybe I've been a bit lazy lately :)
Ok, I will reserve some time next week to revise the patches.
BTW I did some work on the DMI configuration topic a few month ago. I
don't forgot this one. But it's far from being ready. So far there's
just a bash script for fetching the configs from lm-sensors.org and
another one looking for DMI data and suitable config and copy this
one. Is it worth to post this prototype to have something to discuss
or should I better finish the work? I think I will post it :)
Thanks,
Andre
> --
> Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] [PATCH 0/5] sensord: Cleanup of the sensors deamon
2009-06-15 7:45 [lm-sensors] [PATCH 0/5] sensord: Cleanup of the sensors deamon Andre Prendel
` (2 preceding siblings ...)
2009-10-04 19:07 ` Andre Prendel
@ 2009-10-05 9:25 ` Jean Delvare
3 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2009-10-05 9:25 UTC (permalink / raw)
To: lm-sensors
On Sun, 4 Oct 2009 21:07:09 +0200, Andre Prendel wrote:
> On Sat, Oct 03, 2009 at 10:35:25AM +0200, Jean Delvare wrote:
> > Andre, any news from these sensord patches? We spent quite some time on
> > them, and they looked promising, it would be a pity if they are finally
> > lost.
>
> no news so far :( To much other work since I changed the employer and
> maybe I've been a bit lazy lately :)
>
> Ok, I will reserve some time next week to revise the patches.
Great, thanks.
> BTW I did some work on the DMI configuration topic a few month ago. I
> don't forgot this one. But it's far from being ready. So far there's
> just a bash script for fetching the configs from lm-sensors.org and
> another one looking for DMI data and suitable config and copy this
> one. Is it worth to post this prototype to have something to discuss
> or should I better finish the work? I think I will post it :)
Feel free to post them. I can't promise anything will happen to them,
as I also didn't have much time to work on this. But at least posted
work is archived and may be useful in the future.
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-10-05 9:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-15 7:45 [lm-sensors] [PATCH 0/5] sensord: Cleanup of the sensors deamon Andre Prendel
2009-06-16 11:54 ` Jean Delvare
2009-10-03 8:35 ` Jean Delvare
2009-10-04 19:07 ` Andre Prendel
2009-10-05 9:25 ` Jean Delvare
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.