- 22 Sep, 2013 24 commits
-
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Tobias Pape authored
a pytest is shipped with rpython and typically used there
-
Stefan Marr authored
See 81bb9103 Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Tobias Pape authored
-
Tobias Pape authored
-
Tobias Pape authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de> Conflicts: src/som/vm/universe.py
-
Tobias Pape authored
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Tobias Pape authored
for that, provide own raw_input. also: crtl-d works now.
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Tobias Pape authored
-
Stefan Marr authored
types.MethodType is not used anymore to bind methods Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Let's try to have all theses things in one place, to reduce the differences between PySOM a RPySOM to a minimum. Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Tobias Pape authored
-
Tobias Pape authored
-
Tobias Pape authored
-
Tobias Pape authored
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Bug introduced in b8d3cc26 , which was replacing os.path.split with RPython compatible equivalent Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
- 21 Sep, 2013 16 commits
-
-
Stefan Marr authored
- at the moment this is hard coded, there might be a better way Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
- converted tuples to lists Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Changing to a tuple didn't did not solve the issue that RPython could not find a unique name for those function pointers. Now the traditional approach. This also allows us to get rid of the exception for the HALT bytecode. Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
RPython complained about not being able to determine a unique name for the function pointers, using a tuple doesn't cause this warning anymore. Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
- they used metaprogramming before, but that does not seem to work. - RPython gives me 'operation cannot succeed' and conflicting types for variables if I try to change the code slightly -> will just use simple constants instead, less maintainable but it works Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Tobias Pape authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
- think those are integers... Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
- not a classmethod anymore Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
I guess that was the problem, but I also changed the sentinel object into a magic int Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Hope to make sure that they are int instances that way Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-