Euphoria Ticket #858: std/sequence.e columnize() needs testing

I just looked at two versions of this. The first, Feb 2011, contained effectively (a nested if omitted for clarity)

  if atom(source[j]) then 
    append(res[i],source[j][col] 

The second, Sep 2012, seemed to have that fixed but contained

  if length(source[j])<col then 
  else 
    if atom(source[j]) then 

Details

Type: Bug Report Severity: Normal Category: Library Routine
Assigned To: unknown Status: New Reported Release: 4.05
Fixed in SVN #: View VCS: none Milestone:

1. Comment by jimcbrown Mar 08, 2013

See: hg:euphoria/rev/b63dcec31fe2

changeset: 6027:b63dcec31fe2 tag: tip user: Jim C. Brown date: Fri Mar 08 07:07:28 2013 -0500 files: include/std/sequence.e description:

  • ticket:858
  • fixes bug with atom/sequence check
  • more testing likely required

2. Comment by jimcbrown Mar 08, 2013

See: hg:euphoria/rev/d129cac5cb82

changeset: 6028:d129cac5cb82 branch: 4.0 tag: tip parent: 6008:0475f932913f user: Jim C. Brown date: Fri Mar 08 07:07:36 2013 -0500 files: include/std/sequence.e description:

  • ticket:858
  • fixes bug with atom/sequence check
  • more testing likely required

Search



Quick Links

User menu

Not signed in.

Misc Menu