Ticket #67 (new defect)

Opened 6 months ago

DDLBinary, DDLReader, DDLWriter fixes for DDL

Reported by: Michael Rynn Assigned to: pragma
Priority: major Milestone:
Component: DDL (all) Version:
Keywords: Cc:

Description

Utilities bless and DDInfo didn't work with recent 1.030 bundle with everything in it that was supposed to work from Digital Mars download, so I fixed some source files in DDL, enough to do the D source tutorial to find out what it could do. Of course I haven't much experience with DDL or D for that matter. I just wish this was core stuff that worked with every release. DDL is the sort of thing that would help to build interwoven and working software components. I would try more with it, if I knew there was some hope of making it a big thing.

Attachments

DDLReader.d (7.6 kB) - added by Michael Rynn on 07/12/08 23:52:00.
getString added and used. Arch and binary type used.
DDLWriter.d (4.0 kB) - added by Michael Rynn on 07/12/08 23:54:41.
seek fudged. putString added and used. Arch and binary type used. FileBuffer?.data synched
FileBuffer.d (2.1 kB) - added by Michael Rynn on 07/12/08 23:56:29.
added save() hack . Use of FileBuffer? is superfluous here.
DDLBinary.d (5.5 kB) - added by Michael Rynn on 07/12/08 23:58:40.
get/putString used. Arch & binarytype default test. fileBuffer.data synch

Change History

07/12/08 23:52:00 changed by Michael Rynn

  • attachment DDLReader.d added.

getString added and used. Arch and binary type used.

07/12/08 23:54:41 changed by Michael Rynn

  • attachment DDLWriter.d added.

seek fudged. putString added and used. Arch and binary type used. FileBuffer?.data synched

07/12/08 23:56:29 changed by Michael Rynn

  • attachment FileBuffer.d added.

added save() hack . Use of FileBuffer? is superfluous here.

07/12/08 23:58:40 changed by Michael Rynn

  • attachment DDLBinary.d added.

get/putString used. Arch & binarytype default test. fileBuffer.data synch