[Rprotobuf-commits] r657 - pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Dec 31 00:00:20 CET 2013


Author: murray
Date: 2013-12-31 00:00:19 +0100 (Tue, 31 Dec 2013)
New Revision: 657

Modified:
   pkg/TODO
Log:
Update to reflect changes today.

Modified: pkg/TODO
===================================================================
--- pkg/TODO	2013-12-30 22:53:10 UTC (rev 656)
+++ pkg/TODO	2013-12-30 23:00:19 UTC (rev 657)
@@ -10,7 +10,7 @@
 o Add more packages that depend on or enhance RProtoBuf.
 
 o Improve exception handling to prevent cases where an Rcpp exception
-   crashes the interactive R instance.
+  crashes the interactive R instance.
 
 o Investigate Rcpp Modules support for some classes.  Murray is not
   personally super enthusiastic about this one, as I think it may
@@ -33,8 +33,10 @@
 
 o finalizers [murray: what is needed here?]
 
-o Clean up formatting / whitespace (its awful, run it all through
-  clang-format?)
+o Clean up formatting / whitespace of R code.  The C++ code is now
+  kept consistent through clang-format and a new emacs directory level
+  config in pkg/src, and the style guide notes in the STYLE file on
+  R-Forge.
 
 o Thoroughly audit extensions support and other deeply nested types
   support to ensure everything is implemented as expected.



More information about the Rprotobuf-commits mailing list