Changeset - d0d0a15673c6
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 10 years ago 2014-02-18 20:14:58
bkuhn@ebb.org
Bullet list was indented too far. (Whitespace only changes here)
1 file changed with 7 insertions and 7 deletions:
0 comments (0 inline, 0 general)
GSoC2014Ideas.mdwn
Show inline comments
...
 
@@ -43,19 +43,19 @@ skills and background best when submitting your application.
 
   Currently Ledger-CLI uses floating point arithmetic, which is definitely a
 
   mistake for an accounting system.  This causes
 
   [off-by-one bugs](http://bugs.ledger-cli.org/show_bug.cgi?id=992) on some
 
   types of transactions.  This should be fixed.
 

	
 
   A successful student on this task will:
 
        * Write various test cases for Ledger-CLI that will clearly show the
 
          floating point issue.
 
        * Rework the codebase to use fixed-point arithmetic so those bugs are
 
          closed.
 
        * Shepherd the patch upstream.
 
        * Time permitting: verify that other Ledger implementations don't
 
          face the same problem.
 
      * Write various test cases for Ledger-CLI that will clearly show the
 
        floating point issue.
 
      * Rework the codebase to use fixed-point arithmetic so those bugs are
 
        closed.
 
      * Shepherd the patch upstream.
 
      * Time permitting: verify that other Ledger implementations don't
 
        face the same problem.
 

	
 
3. Build a better test suite for [Ledger-CLI](http://www.ledger-cli.org/).
 

	
 
   Since this project relies so heavily on Ledger-CLI, we'd really like there
 
   to be a full test coverage for Ledger-CLI.  To do that, a student will
 
   need to be already somewhat familiar C++ and willing to learn about how to
0 comments (0 inline, 0 general)