← Back to team overview

oship-dev team mailing list archive

Re: Activities progress and doubts about DvDate implementation

 

I personally was having difficulties with the __eq__ and __hash__ that were
implemented before, because when I removed them (as we talked in the
meetings), the code broke in some other places! I tryed some different
approaches but the solution I found was to just comment the offending
doctests portions, while changing the code. I admit that it is not an
optimal solution.

Right now I as having some dificuties with circular imports in
the ResourceDescription class. I don't quite know what to do. Maybe I will
leave it for a while and pick some other bugs to play with, to gain a more
fresh perspective when I come back to the bug.

About the DvDate issue: Well, I will not be of much help with that matter,
but I tend to agree with your solution. It is highly unlikely that someone
will choose year 0. Maybe it could be referenced for just for historical
reasons, for someone that don't use the gregorian calendar.

Cheers
Eduardo

References