Discussion:
Reddit regression
Sebastian Geerken
2014-05-05 21:46:11 UTC
Permalink
Things are progressing nicely (I have already abandoned two problem
reports because they were fixed in the meantime) but there has been an
unfortunate regression - a few days ago Reddit comment threads started
http://www.reddit.com/r/haskell/comments/24rcf0/hourglass_a_new_simpler_time_library/
This is bad news for me as I follow a lot of subreddits. I hope it
can be fixed soon. If there is anything I can do to help find the
problem please say so.
Aside from testing, perhaps simplification of pages, see attached
example, which has all stripped off which is not neccessary to
reproduce the bug. (It is largely intuition to get there, so perhaps
it is best when I do this.)

Expect a fix soon.

Sebastian
Jeremy Henty
2014-05-05 19:00:30 UTC
Permalink
Things are progressing nicely (I have already abandoned two problem
reports because they were fixed in the meantime) but there has been an
unfortunate regression - a few days ago Reddit comment threads started
thrashing the CPU. Example:

http://www.reddit.com/r/haskell/comments/24rcf0/hourglass_a_new_simpler_time_library/

This is bad news for me as I follow a lot of subreddits. I hope it
can be fixed soon. If there is anything I can do to help find the
problem please say so.

Regards,

Jeremy Henty
Sebastian Geerken
2014-05-06 18:29:43 UTC
Permalink
Post by Sebastian Geerken
Things are progressing nicely (I have already abandoned two problem
reports because they were fixed in the meantime) but there has been an
unfortunate regression - a few days ago Reddit comment threads started
http://www.reddit.com/r/haskell/comments/24rcf0/hourglass_a_new_simpler_time_library/
This is bad news for me as I follow a lot of subreddits. I hope it
can be fixed soon. If there is anything I can do to help find the
problem please say so.
Aside from testing, perhaps simplification of pages, see attached
example, which has all stripped off which is not neccessary to
reproduce the bug. (It is largely intuition to get there, so perhaps
it is best when I do this.)
Expect a fix soon.
Fixed.

Interestingly, the fix was in some rather old part of dw; the old
implementation did not seem to work properly with extremes (e. g.
<button> within <table>), so it is strange that this bug was invisble
until now.

Sebastian
Jeremy Henty
2014-05-07 11:06:11 UTC
Permalink
Post by Sebastian Geerken
Post by Sebastian Geerken
Things are progressing nicely (I have already abandoned two problem
reports because they were fixed in the meantime) but there has been an
unfortunate regression - a few days ago Reddit comment threads started
http://www.reddit.com/r/haskell/comments/24rcf0/hourglass_a_new_simpler_time_library/
This is bad news for me as I follow a lot of subreddits. I hope it
can be fixed soon. If there is anything I can do to help find the
problem please say so.
Aside from testing, perhaps simplification of pages, see attached
example, which has all stripped off which is not neccessary to
reproduce the bug. (It is largely intuition to get there, so perhaps
it is best when I do this.)
Expect a fix soon.
Fixed.
Marvellous!

Regards,

Jeremy Henty

Loading...