<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 2 March 2014 09:51, Martin Nowak <span dir="ltr"><<a href="mailto:code@dawg.eu" target="_blank">code@dawg.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On 02/25/2014 06:00 AM, Manu wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
In lieu of a clear roadmap, I'm just going to list the things actively<br>
holding me up on a daily basis.<br>
Others encouraged to add theirs, maybe we'll see patterns emerge.<br>
</blockquote>
<br></div>
Just another wishlist thread?<br>
Clearly for a roadmap you have to match demand with possible supply.<br>
If you want to implement something or you found someone to do it for you put it on the Agenda (<a href="http://wiki.dlang.org/Agenda" target="_blank">http://wiki.dlang.org/Agenda</a>)<u></u>.</blockquote><div><br></div><div>
Well there's not really any record of short-term goals, and they also tend to change regularly; existing issues are fixed bringing other/new issues to the foreground, projects change, etc.</div><div>Surely it seems reasonable to define some short term goals according to the needs of people actually writing D code on a daily basis?</div>
<div><br></div><div>So, the point was to identify things that are actively interfering with peoples work on a daily basis.</div><div>If nobody wants to work on them, fine, but it needs to be known somewhere what things are a daily hassle.</div>
<div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
1. Options to select CRT reference for DMD-Win64, and /Zl equiv option<br>
to omit any such reference.<br>
</blockquote></div>
Not sure what this is for, won't -defaultlib= + manual linking already do the job? Is this very important or just a personal issue of yours?</blockquote><div><br></div><div>MSCOFF objects embed a reference to the std lib they were built against, and intend to be linked against.</div>
<div>When linking against MSC code, if these references aren't embedded correctly or aren't matching, it creates a bunch of hassles when linking.</div><div>There are workarounds which suppress errors, and force linking of particular runtimes, but it's definitely preferable to just embed the proper CRT references in the objects when compiling, otherwise you run the risk of silencing legitimate errors from other sources and linking broken code.</div>
<div>Additionally, users who aren't linker experts will never work out how to link successfully. It can be very frustrating for anyone who doesn't understand the problem (and shouldn't have to).</div><div><br>
</div><div>Basically, if you interact DMD with MSC code, this really needs to be sorted out properly.</div><div>I consider this a critical issue to resolve if we are to say we support windows properly, and I for one do have to stuff around with these issues very frequently.</div>
<div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2. **Debugging**; concerted focus to tighten the experience. Classes,<br>
enums, globals (and more) all don't work. Locals with the same name<br>
appearing in multiple sub-scope's within the same function confuse the<br>
debugger. Control statements (break, continue, etc) don't seem to emit<br>
line numbers; single stepping skips right over them.<br>
</blockquote></div>
Debugging is important, but personally I have no interest to work on Windows debug information. Your best bet is to pair up with Rainer who already has a lot to do maintaining VisualD.</blockquote><div><br></div><div>Walter and Rainer both have an interest in this, and Rainer has lots of existing pull requests that need attention.</div>
<div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
3. ref doesn't accept rvalues. Can't declare ref locals (pointers change<br>
semantics).<br>
</blockquote></div>
There seem to be competing DIPs. Please assemble the available information and any existing discussion outcome and update the wiki accordingly.<br>
Also this might need a final discussion/voting round and at least a glance from Walter and Andrei.<br>
If Kenji has enough time, he might be able to help you with the implementation.<br>
</blockquote></div></div><div class="gmail_extra"><br></div><div class="gmail_extra">Yes, I don't think this was ever fully resolved. It needs more discussion. I'm just trying to raise the topic.</div><div class="gmail_extra">
I really don't want to spend time at dconf talking about this again.</div><div class="gmail_extra">It's so annoying trying to do any code with vectors and matrices without it.</div><div class="gmail_extra"><br></div>
<div class="gmail_extra"><br></div><div class="gmail_extra">I'd like to add one more:</div><div class="gmail_extra"><br></div><div class="gmail_extra">4. Immutable AA's; ie, static maps. Surely the use of static maps are super common? I'm surprised this doesn't come up more often? The existing workaround (module constructor initialisation) is pretty annoying.</div>
</div>