There you go
https://pharo.fogbugz.com/default.asp?10343


On 20 April 2013 19:10, Camillo Bruni <camillobr...@gmail.com> wrote:

> yes ;)
>
> could you open an issue and possibly add a test that covers this?
>
> that would be great.
>
> On 2013-04-20, at 19:09, Milan Mimica <milan.mim...@gmail.com> wrote:
>
> > I found a bug:
> >
> > in DateAndTime >> <
> >
> > julianDayNumber < other julianDayNumber
> > ifTrue: [ ^ true ].
> >
> > should be:
> >
> > self julianDayNumber < other julianDayNumber
> > ifTrue: [ ^ true ].
> >
> >
> > On 20 April 2013 18:43, Milan Mimica <milan.mim...@gmail.com> wrote:
> >
> >> Actually, please don't ignore me. I knew there was sometime broken:
> >> (Date today - 1 day) < (Date today - 1 day)  evaluates to 'true'
> >>
> >>
> >> On 20 April 2013 18:33, Milan Mimica <milan.mim...@gmail.com> wrote:
> >>
> >>> Please ignore. I whish there was a 'unsend' button.
> >>>
> >>>
> >>> On 20 April 2013 18:31, Milan Mimica <milan.mim...@gmail.com> wrote:
> >>>
> >>>> Hello
> >>>>
> >>>> | yesterday |
> >>>> yesterday := Date yesterday.
> >>>> yesterday < yesterday
> >>>>
> >>>> On Phalo 2.0, this evaluates to 'false'. I'ts not a joke.
> >>>>
> >>>>
> >>>> --
> >>>> Milan Mimica
> >>>> http://sparklet.sf.net
> >>>>
> >>>
> >>>
> >>>
> >>> --
> >>> Milan Mimica
> >>> http://sparklet.sf.net
> >>>
> >>
> >>
> >>
> >> --
> >> Milan Mimica
> >> http://sparklet.sf.net
> >>
> >
> >
> >
> > --
> > Milan Mimica
> > http://sparklet.sf.net
>
>
>


-- 
Milan Mimica
http://sparklet.sf.net

Reply via email to