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

Changes between Version 8 and Version 9 of TangobosInfo

Show
Ignore:
Author:
baxissimo (IP: 202.226.189.178)
Timestamp:
02/13/08 07:00:34 (16 years ago)
Comment:

Update to known limitations

Legend:

Unmodified
Added
Removed
Modified
  • TangobosInfo

    v8 v9  
    2222== Limitations == 
    2323 
    24 At this time there are a few modules which do not work
     24Here is a list of modules which have known issues at the current time
    2525 
    26  * std.signals - (this has been implemented and will appear in the next Tango release.) 
    27  * std.thread - setPriority, isSelf, getThis, getAll, pause and resume are not supported 
     26 * '''object''' - Tango doesn't define aliases/prototypes for `string`, `wstring`, `dstring`, `Error`, `bit`, or `printf`, which are all defined in Phobos' object.d.  These can all be found in Tangobos' `std.compat` module, however. 
     27 * '''std.thread''' - `setPriority`, `isSelf`, `getThis`, `getAll`, `pause` and `resume` are not supported 
     28 * '''std.signals''' - (this has been implemented and will appear in the next Tango release.) 
    2829 * ...