summaryrefslogtreecommitdiff
path: root/community/weblogs/ArneBab
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2011-04-08 13:04:10 +0200
committerArne Babenhauserheide <arne_bab@web.de>2011-04-08 13:04:10 +0200
commitfd5b568b614fb930517681c0dfc630d499c6398e (patch)
tree6b53803b1e5edc0971e21137c276d5764b9e9810 /community/weblogs/ArneBab
parent368f18a883aea2fd427db75a4fe44b78969445f5 (diff)
GSoC pyhurd: At the end as many cool translators as possible.
Diffstat (limited to 'community/weblogs/ArneBab')
-rw-r--r--community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn b/community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn
index 5be6baa9..47d16f3a 100644
--- a/community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn
+++ b/community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn
@@ -31,7 +31,8 @@ For this years GSoC I want to turn the currently rudimentary Python Bindings of
3. Mid-Term: trivfs works. Push the code to https://github.com/ArneBab/PyHurd
4. Implement more complex and specialized translator libraries, along with example translators.
5. Re-implement some hurd specific utils in pyhurd such as settrans.
-6. Push the final code to https://github.com/ArneBab/PyHurd
+6. With the remaining time, create as many cool translators as possible :)
+7. Push the final code to https://github.com/ArneBab/PyHurd
## Initial Fix
@@ -114,6 +115,6 @@ I’d love to work on PyHurd, because it grips me more and more. For example a h
from translator.representation.tree import *
def source_text_changed(text): … (adapt tree object)
def repres_tree_changed(tree): … (adapt text object)
- → 2-way connecting
+ → 2-way connectingk,5
writeonly is then done by simply leaving out the definition for the source_<whatever>_changed.
source is the node below and repres is the translated node