#311: [BUG] Files listed in both MANIFEST and MANIFEST.generated
---------------------+------------------------------------------------------
Reporter: jkeenan | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 1.0
Component: docs | Version: trunk
Severity: medium | Keywords: POD MANIFEST
Lang: | Patch:
Platform: |
---------------------+------------------------------------------------------
Comment(by jkeenan):
The ''MANIFEST'' is generated by ''make manifest'' or its equivalent
program, either of which looks at all files' SVN properties. So any file
in ''MANIFEST'' must be in the repository. But why would a generated file
be in the repository in the first place?
Consider ''compilers/imcc/imclexer.c''. It's clearly in SVN:
{{{
$ svn st -v compilers/imcc/imclexer.c
36561 36387 NotFound compilers/imcc/imclexer.c
}}}
But it also appears to be a generated file:
{{{
$ head -15 compilers/imcc/imclexer.c
#line 2 "compilers/imcc/imclexer.c"
#line 2 "compilers/imcc/imcc.l"
/* ex: set ro ft=c:
* !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
*
* This file is generated automatically by the Parrot build process
* from the file compilers/imcc/imcc.l.
*
* Any changes made here will be lost!
*
*/
/* HEADERIZER HFILE: none */
/* HEADERIZER STOP */
}}}
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/311#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets