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

Ticket #606 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

example networking/vfs doesn't compile on mac os x

Reported by: Carlos Assigned to: larsivi
Priority: major Milestone: 0.99.1 RC4
Component: Tango Version: trunk
Keywords: Cc:

Description

Using rev [2540]:

bud networking/vfs.d -noautoimport -op -clean -full -g -debug -I.. -Tnetworking/vfs -unittest
networking/vfs.d:14: function tango.io.vfs.VFS.VFS.toList (void delegate(char[], char[], bool)) does not match parameter types ()
networking/vfs.d:14: Error: expected 1 arguments, not 0
networking/vfs.d:14: Error: cannot infer type for path
networking/vfs.d:27: function tango.io.vfs.Folder.FolderView.toList (void delegate(char[], char[], bool)) does not match parameter types ()
networking/vfs.d:27: Error: expected 1 arguments, not 0
networking/vfs.d:27: Error: cannot infer type for path

Change History

09/01/07 09:37:54 changed by larsivi

  • status changed from new to assigned.
  • milestone changed from 1.0 to 0.99.1 RC4.

09/04/07 06:09:01 changed by larsivi

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

The example now compiles, although it no longer does what it used to do, pending some coming changes to the VFS.