saga-project / bliss

ATTENTION: bliss is now saga-python. Please check out the new project website for the latest version: http://saga-project.github.com/saga-python/
http://saga-project.github.com/saga-python/
Other
8 stars 4 forks source link

Context.type collides with Object.type #74

Closed andre-merzky closed 11 years ago

andre-merzky commented 11 years ago

I guess Context.context_type would be a good way around this...

andre-merzky commented 11 years ago

BTW: why does Object have a property 'Exceptiontype' (also with a strange naming convention)?

oweidner commented 11 years ago

That, my friend is the result of a global find & replace accident, that I never bothered to 'fix' ;-) Never touch a running system, remember… Well, I might have a look at it at some point ;-)

On Aug 8, 2012, at 4:27 AM, Andre Merzky notifications@github.com wrote:

BTW: why does Object have a property 'Exceptiontype' (also with a strange naming convention)?

— Reply to this email directly or view it on GitHub.

andre-merzky commented 11 years ago

:-)

FWIW, in the attrib branch, I fixed it by renaming the context.type property to context_type. That branch now passes the unit tests (apart from the skipTest problem) - but you might want to have a look at the diff to master (and the commit log), as I had to fix some other things as well. I'd love to get your feedback! :-)