October 31, 2013
On Monday, 28 October 2013 at 03:23:48 UTC, Walter Bright wrote:
> http://ftp.digitalmars.com/dmd.2.064.beta.4.zip
>
> Remaining regressions:
>
> http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED

Is there anything like dpaste where I can test beta version with new features?
October 31, 2013
On 2013-10-31 11:40, Andrea Fontana wrote:
> On Monday, 28 October 2013 at 03:23:48 UTC, Walter Bright wrote:
>> http://ftp.digitalmars.com/dmd.2.064.beta.4.zip
>>
>> Remaining regressions:
>>
>> http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED
>>
>
> Is there anything like dpaste where I can test beta version with new
> features?

You can test released betas with DVM:

https://github.com/jacob-carlborg/dvm

-- 
/Jacob Carlborg
October 31, 2013
On Thursday, 31 October 2013 at 12:41:47 UTC, Jacob Carlborg wrote:
> On 2013-10-31 11:40, Andrea Fontana wrote:
>> On Monday, 28 October 2013 at 03:23:48 UTC, Walter Bright wrote:
>>> http://ftp.digitalmars.com/dmd.2.064.beta.4.zip
>>>
>>> Remaining regressions:
>>>
>>> http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED
>>>
>>
>> Is there anything like dpaste where I can test beta version with new
>> features?
>
> You can test released betas with DVM:
>
> https://github.com/jacob-carlborg/dvm

I can't use dvm on windows.
tango.core.Exception.IOException: File not found "C:\Users\Admin\AppData\Roaming\dvm\env\dmd-**ANY_VERSION**.bat"

I've reported the issue on github
October 31, 2013
On 2013-10-31 17:20, Tiberiu Gal wrote:

> I can't use dvm on windows.
> tango.core.Exception.IOException: File not found
> "C:\Users\Admin\AppData\Roaming\dvm\env\dmd-**ANY_VERSION**.bat"
>
> I've reported the issue on github

Did you actually install DVM first?

$ dvm.exe install dvm

-- 
/Jacob Carlborg
November 01, 2013
On Thursday, 31 October 2013 at 20:28:24 UTC, Jacob Carlborg wrote:
> On 2013-10-31 17:20, Tiberiu Gal wrote:
>
>> I can't use dvm on windows.
>> tango.core.Exception.IOException: File not found
>> "C:\Users\Admin\AppData\Roaming\dvm\env\dmd-**ANY_VERSION**.bat"
>>
>> I've reported the issue on github
>
> Did you actually install DVM first?
>
> $ dvm.exe install dvm

Your program crashes in an ugly way if the user didn't run some command first? IMO, well-built software should detect that situation and advise the user (or just run that command by itself after the user's confirmation).
November 01, 2013
On 2013-11-01 01:53, Vladimir Panteleev wrote:

> Your program crashes in an ugly way if the user didn't run some command
> first? IMO, well-built software should detect that situation and advise
> the user (or just run that command by itself after the user's
> confirmation).

Pull requests are welcome :) . BWT, it doesn't crash. It exists with an exception. I guess it depends on how you look at it.

-- 
/Jacob Carlborg
1 2
Next ›   Last »