From 41556a1115344f89c295132c77c135ddd3bde637 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 10 Feb 2014 16:18:18 -0800 Subject: [PATCH] Updated GSoC 2014 Ideas (markdown) --- GSoC-2014-Ideas.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GSoC-2014-Ideas.md b/GSoC-2014-Ideas.md index ab7e1c1..8f0ee88 100644 --- a/GSoC-2014-Ideas.md +++ b/GSoC-2014-Ideas.md @@ -45,6 +45,10 @@ Below is a list of project ideas for the 2014 GSoC Application for Nimrod. You w **Add documentation to the nimrod compiler internals** * Add comments to the compiler internals, documenting the various mechansisms and mechanics the compiler uses to analyze and transform nimrod code to the code of the specified backend. +**Improve times module** + * Fix limitations to do with time intervals, specifically subtracting a TTimeInterval from a TTimeInfo. + * Provide a ``$`` for TTimeInterval. Goal is to be able to get timing info like "5 minutes ago". + ## Tools & Infrastructure **Update and refactor nimrod builder** * Reduce the number of assumptions the nimrod builder makes about its host system, in order to reduce configuration restrictions. Assumptions include location and usage of external tools, such as git.