Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 14273] Sorcery 1.13.7 and PROMPT_DELAY=0 do not remember your answers

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 14273] Sorcery 1.13.7 and PROMPT_DELAY=0 do not remember your answers
  • Date: 4 Feb 2008 18:56:29 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14273





------- Additional Comments From jakakranjc AT email.si 2008-02-04 12:56 -------
Did any of those casts actually finish or did you interrupt them? If so some
answers may have been abandoned. I remember fixing something about this when
dealing with the queue bug, but I think the fix is already in stable.

Anyway, I think it will be simplest to just do a git bisect *up* the tree, to
see what fixed it in devel.

btw, git-bisect can run a script to determine if a revision is good or bad.
It
could do something like this:
sudo ./install
sed -i 's,"y",n,' /usr/sbin/cast # don't actually cast, but maybe this is
needed for this bug
# zero the PROMPT_DELAY
cast -r something &> somelog
parse somelog
exit $?


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page