You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
includes a broken example that references older code from this repo
that used to include "conv.d".
I spent 10 minutes trying to understand the API required after that
module was dropped and confess complete failure. I'm sure it's
simple, but I don't see any documentation or simple test programs.
Perhaps you could change the Dlang Wiki at least so that the first
exposure to D isn't brokenness :-) Or if you just respond with a little
example program here, i'll happily update the wiki.
Cheers.
The text was updated successfully, but these errors were encountered:
I had no idea that example existed. I can fix that... but apart from that, can you tell me what was troubling about the API that lead to failure? This is important feedback.
I agree, documentation would be good (working on it), but I'd also like to think it should be self evident sans-documentation.
Heh, well the sum total of my exposure to D is under two hours, so I wouldn't read too much into me not being able to sort out the API. But what would have really helped was a working example similar to the broken one on that wiki. Just to see the proper syntax and basic idea so that I could cargo-cult it as a starting point.
I did look at the unit tests inside your repo here to see if i could find a simple example, and didn't see anything after casting around for a bit. They all seemed to be complicated or be using the private ...Impl. I also read through your Git log and saw where conv.d was deleted, but couldn't make out from the log entry how that affected the API. So I was really casting about in the dark trying to alter the broken wiki example, with no knowledge of D and nothing but guesses about what the API for the color module might be. I didn't stick at it for very long before leaving a note here ;-)
The example on the getting started page of the D wiki
https://wiki.dlang.org/Getting_Started
includes a broken example that references older code from this repo
that used to include "conv.d".
I spent 10 minutes trying to understand the API required after that
module was dropped and confess complete failure. I'm sure it's
simple, but I don't see any documentation or simple test programs.
Perhaps you could change the Dlang Wiki at least so that the first
exposure to D isn't brokenness :-) Or if you just respond with a little
example program here, i'll happily update the wiki.
Cheers.
The text was updated successfully, but these errors were encountered: