Ticket #908 (closed cage: fixed)

Opened 12 years ago

Last modified 12 years ago

[CAGE] Relocate xconf/ examples to examples/ directory

Reported by: allison Owned by: jkeenan
Priority: minor Milestone:
Component: configure Version: 1.4.0
Severity: low Keywords:
Cc: Language:
Patch status: applied Platform: all

Description

As part of the general repository cleanup (and reducing clutter in the top-level directory), let's relocate the xconf/ directory to a subdirectory of examples/ (Jim Keenan confirms that the directory holds examples of a file-based configuration). I suggest moving:

xconf/samples/yourfoobar -> examples/config/file/configcompiler

xconf/samples/testfoobar -> examples/config/file/configwithfatalstep

Here's a list of files affected by the change:

$ fns . | xargs grep -n xconf
/Configure.pl:655:    perl Configure.pl --file=xconf/samples/yourfoobar
/Configure.pl:659:    perl Configure.pl --file=xconf/samples/testfoobar
/lib/Parrot/Test/Pod.pm:48:                        | xconf/samples/yourfoobar
/lib/Parrot/Test/Pod.pm:54:                        | xconf/samples/testfoobar
/MANIFEST:2168:xconf/samples/testfoobar     []
/MANIFEST:2169:xconf/samples/yourfoobar     []
/MANIFEST.orig:2167:xconf/samples/testfoobar          []
/MANIFEST.orig:2168:xconf/samples/yourfoobar          []
/t/configure/008-file_based_configuration.t:20:    my $configfile = q{xconf/samples/testfoobar};
/t/configure/008-file_based_configuration.t:43:    my $configfile = q{xconf/samples/yourfoobar}; 

Change History

Changed 12 years ago by jkeenan

  • status changed from new to assigned
  • severity changed from medium to low
  • component changed from none to configure
  • priority changed from normal to minor
  • platform set to all
  • owner set to jkeenan

Changed 12 years ago by jkeenan

  • status changed from assigned to closed
  • resolution set to fixed
  • patch set to applied

Implemented in a series of commit between r40468 and r40472.

Thank you very much.
kid51

Note: See TracTickets for help on using tickets.