Your message dated Sat, 15 Jul 2006 16:02:11 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#270999: fixed in astyle 1.18-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Subject: astyle: Semicolons on new line after nested class definition (C++) Package: astyle Version: 1.15.3-3 Severity: normal The following example shows an empty nested class declaration "SomeException" within "SomeClass". All the follow-up semicolons get moved into a new line: class SomeClass { private: int Data; public: int getData() { return Data; }; // <-- OK. // Exceptions class SomeException {} ; // <-- New line // Constructor/Destructor SomeClass(void) {} ; // <-- New line ~SomeClass(void) {} ; // <-- New line } ; // <-- New line And that's how it should look like: class SomeClass { private: int Data; public: int getData() { return Data; }; // Exceptions class SomeException {}; // <-- See? // Constructor/Destructor SomeClass(void) {}; // <-- See? ~SomeClass(void) {}; // <-- See? }; // <-- I think you got it ;-) Can you fix it? Command line: "astyle --ansi -a test.cpp". Thanks very much indeed, Andreas. -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8.1 Locale: LANG=C, LC_CTYPE=C Versions of packages astyle depends on: ii libc6 2.3.2.ds1-16 GNU C Library: Shared libraries an ii libgcc1 1:3.4.1-7 GCC support library ii libstdc++5 1:3.3.4-11 The GNU Standard C++ Library v3 -- no debconf information
--- End Message ---
--- Begin Message ---Source: astyle Source-Version: 1.18-1 We believe that the bug you reported is fixed in the latest version of astyle, which is due to be installed in the Debian FTP archive: astyle_1.18-1.diff.gz to pool/main/a/astyle/astyle_1.18-1.diff.gz astyle_1.18-1.dsc to pool/main/a/astyle/astyle_1.18-1.dsc astyle_1.18-1_i386.deb to pool/main/a/astyle/astyle_1.18-1_i386.deb astyle_1.18.orig.tar.gz to pool/main/a/astyle/astyle_1.18.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Margarita Manterola <[EMAIL PROTECTED]> (supplier of updated astyle package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 15 Jul 2006 19:32:20 -0300 Source: astyle Binary: astyle Architecture: source i386 Version: 1.18-1 Distribution: unstable Urgency: low Maintainer: Margarita Manterola <[EMAIL PROTECTED]> Changed-By: Margarita Manterola <[EMAIL PROTECTED]> Description: astyle - Source code indenter for C++/C/Java/C# source code Closes: 118203 201655 270999 355171 375760 Changes: astyle (1.18-1) unstable; urgency=low . * New upstream release (Closes: #375760). + Doesn't remove leading spaces from multi-line comments. (Closes: #201655) + Fixed indentation problem with ending }; of class statements. (Closes: #270999) + Fixed extra space that was sometimes added when pad operators was used. (Closes: #118203) + Fixed problems detecting some keywords as "lock" or "get". (Closes: #355171) * Updated debhelper compatibility to level 5, no changes needed. * Updated Standards-Version to 3.7.2, no changes needed. * Updated the watch file. * Dropped 100_g++-3.4.dpatch, since it has been applied upstream. * Dropped 200_long_lines.dpatch, since it has been applied upstream. Files: bfb96f299acc525a8e59cb9048b16e79 564 devel optional astyle_1.18-1.dsc eda0b9c258aaf27ef3eec685f7283cb5 63599 devel optional astyle_1.18.orig.tar.gz 6a9ec7e162b91500534ede70277f6bdc 6234 devel optional astyle_1.18-1.diff.gz 7d7fae160249131c1a56ef26ed75ec3b 76516 devel optional astyle_1.18-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEuXAulAuUx1tI/64RAg9VAJ9J0+AmZuymag17WNOXOSROnbSy/QCgnsd+ zWhRRWSGrAHjv7nOZxgE4jc= =CAa7 -----END PGP SIGNATURE-----
--- End Message ---

