summaryrefslogtreecommitdiff
path: root/community/weblogs
diff options
context:
space:
mode:
Diffstat (limited to 'community/weblogs')
-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