Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8016] New: real_list_remove behaviour change

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 8016] New: real_list_remove behaviour change
  • Date: Sun, 16 Jan 2005 17:05:11 -0800 (PST)

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

Summary: real_list_remove behaviour change
Product: Sorcery
Version: 1.x Series
Platform: Other
OS/Version: other
Status: NEW
Severity: minor
Priority: P2
Component: subroutines
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: pmahon AT sourcemage.org


A="a " ; real_list_remove A "a " ; echo "[$A]"
Used to give the following output:
[]
But now gives the following output:
[a ]

This is likely because white space is not being uniformly ignored. The current
behaviour may indeed be what we want, however, it must be documented in the
function comment or we will forever be swaping back and forth.

--
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.



  • [SM-Sorcery-Bugs] [Bug 8016] New: real_list_remove behaviour change, bugzilla-daemon, 01/16/2005

Archive powered by MHonArc 2.6.24.

Top of Page