Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8686] Error when running `gaze search <spell>`

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 8686] Error when running `gaze search <spell>`
  • Date: Tue, 26 Apr 2005 11:37:53 -0700 (PDT)

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





------- Additional Comments From Thomas.Houssin AT sourcemage.org 2005-04-26
11:37 -------
the lines like `codex_get_all_spells | sed 's/$/\/DETAILS/' | xargs grep -il
$SEARCH` are responsible for these errors. These patches should fix the issues
with gaze search and gaze search -short.

Basically, I just changed the functions to parse sections by sections, to have
less arguments passed to grep. `real_long_search` now use the
`grep_find_grimoire` function ; I added -E to parameters to grep in
`grep_find_grimoire`, to be able to easily use regexp, but you can easily
revert
that if you think it's not a good idea.

However I don't know yet what is causing this (probably in grsec, but what ?),
I'll try to find that and see if there's another solution...

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




Archive powered by MHonArc 2.6.24.

Top of Page