Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #246 (closed defect: fixed)

Opened 17 years ago

Last modified 17 years ago

PathUtil need path longer than 1 char?

Reported by: keinfarbton Assigned to: larsivi
Priority: major Milestone: 0.96 Beta 2
Component: Tango Version:
Keywords: Cc:

Description

Please verify the assert in PathUtil? line 55. If it is correct please add comments.

Change History

(follow-up: ↓ 2 ) 02/02/07 02:55:25 changed by keinfarbton

And this exception

PathUtil?(81): Array index out of bounds

if you call normalize( "d/" )

(in reply to: ↑ 1 ) 02/02/07 19:32:21 changed by keinfarbton

more info also in ticket #251

02/03/07 15:16:05 changed by larsivi

  • status changed from new to assigned.
  • milestone changed from 0.95 Beta1 to 0.96 Beta 2.

02/11/07 12:57:10 changed by larsivi

  • status changed from assigned to closed.
  • resolution set to fixed.

the in contract was indeed bogus, removed in [1660]. index out of bounds error fixed in [1659].