blob: 226bd666a3d66c560a1b1646180fe96270afe334 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Suggest summary documentation of Mageia perl routines
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Suggest%20summary%20documentation%20of%20Mageia%20perl%0A%09routines&In-Reply-To=%3CCAONrEta1fyN3gTg-DzE4Tffop6gYiLACT21GGXCjUEDNogn-8w%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="007489.html">
<LINK REL="Next" HREF="007472.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Suggest summary documentation of Mageia perl routines</H1>
<B>Thierry Vignaud</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Suggest%20summary%20documentation%20of%20Mageia%20perl%0A%09routines&In-Reply-To=%3CCAONrEta1fyN3gTg-DzE4Tffop6gYiLACT21GGXCjUEDNogn-8w%40mail.gmail.com%3E"
TITLE="[Mageia-dev] Suggest summary documentation of Mageia perl routines">thierry.vignaud at gmail.com
</A><BR>
<I>Wed Aug 24 17:35:53 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="007489.html">[Mageia-dev] Suggest summary documentation of Mageia perl routines
</A></li>
<LI>Next message: <A HREF="007472.html">[Mageia-dev] [RPM] cauldron core/release gnome-tweak-tool-3.1.0-2.mga2
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7491">[ date ]</a>
<a href="thread.html#7491">[ thread ]</a>
<a href="subject.html#7491">[ subject ]</a>
<a href="author.html#7491">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 24 August 2011 14:05, Guillaume Rousse <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">guillomovitch at gmail.com</A>> wrote:
>><i> at mga as well as set up perl_checker mails again in order to auto catch
</I>>><i> bugs)
</I>><i>
</I>><i> perl_checker doesn't catch bugs, but violations to an hard-coded coding
</I>><i> style policy, which is quite different...
</I>
Please only speak about what you used.
If you don't believe me, just look at the drakx SVN's log[1], we fixed
quite a lot bugs
because of perl_checker:
- corrupted variable names,
- too many or not enough (missing) arguments in function calls,
- ...
We routinely run it before commiting, thus catching small issues
before releasing them.
It doesn't fix everything but it does save quite a lot of pain.
Latest example is in rpmdrake where new mdv devs upload a plain broken release
whereas it's now quite a lot more difficult now that I've make
perl_checker run prior
to that:
<A HREF="http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft?view=revision&sortby=date&revision=271213">http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft?view=revision&sortby=date&revision=271213</A>
<A HREF="http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/rpmdrake/current/SPECS/rpmdrake.spec?r1=572521&r2=587847">http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/rpmdrake/current/SPECS/rpmdrake.spec?r1=572521&r2=587847</A>
[1] (though we lost one year of changelog due to server issues)
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="007489.html">[Mageia-dev] Suggest summary documentation of Mageia perl routines
</A></li>
<LI>Next message: <A HREF="007472.html">[Mageia-dev] [RPM] cauldron core/release gnome-tweak-tool-3.1.0-2.mga2
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7491">[ date ]</a>
<a href="thread.html#7491">[ thread ]</a>
<a href="subject.html#7491">[ subject ]</a>
<a href="author.html#7491">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|