Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9788 - patch to allow lintool to include inherited eclasses
Summary: patch to allow lintool to include inherited eclasses
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-27 16:54 UTC by Jonathan Nall
Modified: 2003-06-28 12:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to parse parent classes for ebuilds (lint.patch,1.54 KB, patch)
2002-10-27 16:55 UTC, Jonathan Nall
Details | Diff
patch to include inherited ebuilds (lint.new.diff,1.66 KB, patch)
2002-10-31 07:17 UTC, Jonathan Nall
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Nall 2002-10-27 16:54:37 UTC
currently lintool will not follow inheritence trees and this causes false
failures. this is a patch that will cause inherited eclasses to be included in
the lintool checking. they are not processed separately, but rather included
like a #include in C. 

this patch won't include a given eclass twice. i believe this is the correct
behavior, but maybe it doesn't matter.
Comment 1 Jonathan Nall 2002-10-27 16:55:24 UTC
Created attachment 5095 [details, diff]
patch to parse parent classes for ebuilds
Comment 2 Jonathan Nall 2002-10-27 16:57:57 UTC
Comment on attachment 5095 [details, diff]
patch to parse parent classes for ebuilds

this patch is against the lintool from gentoolkit-0.1.17-r1
Comment 3 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-10-30 16:28:18 UTC
Ehm. I forgot to tell you that lintool now lives in the lintool cvs module. Can
you do a diff against it ? It's available from:

cvs -d :ext:karltk@cvs.gentoo.org:/space/gentoo/cvsroot co lintool

Lintool now exists as dev-util/lintool
Comment 4 Jonathan Nall 2002-10-31 07:17:27 UTC
Created attachment 5235 [details, diff]
patch to include inherited ebuilds

this is a patch against dev-util/lintool-0.2.3
Comment 5 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2003-05-03 08:29:01 UTC
Could you just go ahead and apply it to the lintool cvs module (it exists in its own module, alongside gentoo-src, gentoo-x86, gentoolkit and others).
Comment 6 Lars Weiler (RETIRED) gentoo-dev 2003-06-28 12:08:58 UTC
old bug, accidently assigned to ppc, marking invalid, because lintool-0.2.4 is already out.