Russel Winder

Results 83 comments of Russel Winder

It appears that the libdvbv5 C header files are all interrelated. Creating separate D modules for each file is not going to lead to any success. It seems that all...

Definitely getting the more expected behaviour! This now creates a D module per C header file in the directory specified. So in a sense success. However, the libdvbv5 C header...

If I generate individual D modules one per C header file, the individual modules will not compile.

I have opened issue #139 to deal with the multiple header files to avoid changing the content of this issue. I think the -o problem has been solved in the...

Ah, I forgot, I build from a feature branch. Sorry about that. The manual on std.path states that `buildPath("/foo", "/bar")` results in `"/bar"`, I suspect because it is assuming the...

I'll rant on the email list. It won't change anything, because… Phobos. But it will make me feel better.

There is an issue 136 branch, is that changeset redundant, or does it need to be merged in to master?

OK, I guess I have to wait a while before progressing the DStep side of the libdvbv5 work – I want to find a way of automating the manual changes...

There is also the need to deliver up somewhere the list of files to be given to the compiler.

I'd suggest that if an application offers a file chooser interface, it really ought to have the concept of a current play list display, especially if the command line allows...