
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 URL: https://svn.lrde.epita.fr/svn/oln/trunk/static ChangeLog: 2007-01-11 Thomas Moulard <thomas.moulard@lrde.epita.fr> Fix some tests. * tests/vtypes-and-exact.cc: Fix macro. * tests/vtypes.cc: Fix macro. vtypes-and-exact.cc | 2 +- vtypes.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Property changes on: . ___________________________________________________________________ Name: mailto + olena-patches@lrde.epita.fr Index: tests/vtypes-and-exact.cc =================================================================== - --- tests/vtypes-and-exact.cc (revision 718) +++ tests/vtypes-and-exact.cc (working copy) @@ -40,7 +40,7 @@ // Helper macros. #define my_type_of_(FromType, Alias) \ - - my::direct_type_of_<FromType, my::typedef_:: Alias##_type>::ret + my::find_vtype<FromType, my::typedef_:: Alias##_type>::ret #define my_type_of(FromType, Alias) \ typename my_type_of_(FromType, Alias) Index: tests/vtypes.cc =================================================================== - --- tests/vtypes.cc (revision 718) +++ tests/vtypes.cc (working copy) @@ -37,7 +37,7 @@ // Helper macros. #define my_type_of_(FromType, Alias) \ - - my::direct_type_of_<FromType, my::typedef_:: Alias##_type>::ret + my::find_vtype<FromType, my::typedef_:: Alias##_type>::ret #define my_type_of(FromType, Alias) \ typename my_type_of_(FromType, Alias) - -- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFFpmPq8QvmnUS5oeMRAr2HAKCXyklCwcRaUHXhG7jkLogf8248yQCfQiyv XHz2zTG6ywb7d0CNQa13pNc= =ev6W -----END PGP SIGNATURE-----

Thomas Moulard <thomas.moulard@lrde.epita.fr> writes:
URL: https://svn.lrde.epita.fr/svn/oln/trunk/static
ChangeLog: 2007-01-11 Thomas Moulard <thomas.moulard@lrde.epita.fr>
Fix some tests. * tests/vtypes-and-exact.cc: Fix macro. * tests/vtypes.cc: Fix macro.
vtypes-and-exact.cc | 2 +- vtypes.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Property changes on: . ___________________________________________________________________ Name: mailto + olena-patches@lrde.epita.fr
I suppose `mailto' is a Subversion property used by svn-wrapper to store the address of a mailing-list. In that case, I suggest using a prefix, to avoid name clashes, as Subversion does for its own properties (e.g. svn:externals). What about `svn-wrapper:mailto' or even `svn-wrap:mailto'?

Thomas Moulard <thomas.moulard@lrde.epita.fr> writes: [...]
Index: tests/vtypes-and-exact.cc =================================================================== --- tests/vtypes-and-exact.cc (revision 718) +++ tests/vtypes-and-exact.cc (working copy) @@ -40,7 +40,7 @@
// Helper macros. #define my_type_of_(FromType, Alias) \ - my::direct_type_of_<FromType, my::typedef_:: Alias##_type>::ret + my::find_vtype<FromType, my::typedef_:: Alias##_type>::ret
#define my_type_of(FromType, Alias) \ typename my_type_of_(FromType, Alias) Index: tests/vtypes.cc =================================================================== --- tests/vtypes.cc (revision 718) +++ tests/vtypes.cc (working copy) @@ -37,7 +37,7 @@
// Helper macros. #define my_type_of_(FromType, Alias) \ - my::direct_type_of_<FromType, my::typedef_:: Alias##_type>::ret + my::find_vtype<FromType, my::typedef_:: Alias##_type>::ret
#define my_type_of(FromType, Alias) \ typename my_type_of_(FromType, Alias)
Thanks! BTW, some parts of these tests are outdated w.r.t. the current implementation of stc/scoop.hh. They were written when src/was.scoop.hh was used.
participants (2)
-
Roland Levillain
-
Thomas Moulard