Parrot schrieb:
#188: deprecated: closure PMC

Since 0.9.1 we removed a few files, which are automatically
removed if the code is managed via svn, but not removed and causing build and test failures if not. E.g. I just rsync all MANIFEST'ed files to my various build machines.

Can we add those files temp. to the clean target for one deprecation cycle so that those left-over files are cleaned automatically?

E.g.
--- config/gen/makefiles/root.in        (revision 37439)
+++ config/gen/makefiles/root.in        (working copy)
@@ -1651,6 +1651,7 @@
     $(SRC_DIR)/string/private_cstring.h \
     "$(SRC_DIR)/*.str" "$(SRC_DIR)/io/*.str" "$(SRC_DIR)/pmc/*.str" \
"$(SRC_DIR)/call/*.str" "src/pmc/*.c" "src/pmc/pmc_*.h" "src/pmc/*.dump" \
+    "src/pmc/closure.*" "src/pmc/tqueue.*" t/pmc/closure.t t/pmc/tqueue.t \
     vtable.dump "*.def" "*.lib" "*.exp"

 archclean: dynoplibs-clean dynpmc-clean dynext-clean


--
Reini Urban
http://phpwiki.org/  http://murbreak.at/
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to