Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #41198] [TODO] tools/dev/mk_manifest_and_skip.pl should be aware of MANIFEST.generated

4 views
Skip to first unread message

Bernhard Schmalhofer

unread,
Jan 7, 2007, 7:10:14 AM1/7/07
to bugs-bi...@rt.perl.org
# New Ticket Created by Bernhard Schmalhofer
# Please include the string: [perl #41198]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41198 >


Hi,

the files

compilers/imcc/imcparser.c
compilers/imcc/imcparser.h
languages/cola/lexer.c
languages/cola/parser.c

are in the SVN repository and are mentioned in MANIFEST.generated.
However invoking tools/dev/mk_manifest_and_skip.pl adds these files
to MANIFEST. This breaks convenient regeneration of MANIFEST.

To resolve this, mk_manifest_and_skip.pl could be taught to look in
MANIFEST.generated for
files that should not be added to MANIFEST. Or the above files could be
moved back to MANIFEST.


Jerry Gay

unread,
Jan 7, 2007, 2:56:32 PM1/7/07
to perl6-i...@perl.org, bugs-bi...@rt.perl.org
On 1/7/07, via RT Bernhard Schmalhofer
even though these files are generated, they are checked into the
repository. they are regenerated only by imcc maintainers, when parser
and lexer changes are made. it's not expected that anyone other than
these maintainers have bison or flex installed--this is why they're in
the repository.

therefore, these files should not be mentioned in MANIFEST.generated,
and must be mentioned in MANIFEST.
~jerry

Paul Cochrane via RT

unread,
Jan 8, 2007, 8:33:13 AM1/8/07
to perl6-i...@perl.org

Everything should be back as of revision 16482.

Paul

0 new messages