Jump to page: 1 2 3
Thread overview
Mono-D 0.5.4.1 - Build, completion & other fixes + Unittests via rdmd
Oct 08, 2013
Alexander Bothe
Oct 08, 2013
Dicebot
Oct 08, 2013
Alexander Bothe
Oct 08, 2013
Alex
Oct 08, 2013
Johannes Pfau
Oct 08, 2013
Alexander Bothe
Oct 16, 2013
Bruno Medeiros
Oct 16, 2013
Dicebot
Oct 18, 2013
Bruno Medeiros
Oct 17, 2013
Timothee Cour
Oct 17, 2013
Jacob Carlborg
Oct 18, 2013
Bruno Medeiros
Oct 18, 2013
Iain Buclaw
Oct 22, 2013
Bruno Medeiros
Oct 22, 2013
Manu
Oct 22, 2013
Iain Buclaw
Oct 23, 2013
Bruno Medeiros
Oct 22, 2013
Manu
Oct 22, 2013
David Nadlinger
Oct 22, 2013
Iain Buclaw
Oct 22, 2013
Manu
Oct 23, 2013
Bruno Medeiros
Oct 22, 2013
Iain Buclaw
October 08, 2013
Hi everyone,

I think announcing a new Mono-D release on all operating systems
over here might be handy, as I redently wasn't able to figure out
how to build a version that is compatible to the stable MD's API,
which led me to a phase of striking against releasing a new one
on windows..but anyway, now I found a way to get it fixed, and
here it is:

http://mono-d.alexanderbothe.com/repo/MonoDevelop.D_0.5.4.1.mpack

Further info & update instructions:
http://mono-d.alexanderbothe.com/?p=1048

Issues/Bugs/Feature requests:
https://github.com/aBothe/D_Parser/issues -- Completion/Editing
https://github.com/aBothe/Mono-D/issues -- Building/Project
management/GUI/other

There's a working GDB addin for Mono-D under Linux/Mac(?) now:
https://github.com/llucenic/MonoDevelop.Debugger.Gdb.D

Are there any plans/tricks/hacks on how to get programs built
with dmd debuggable with gdb? Then we also could release the
addin for Windows as well!
(Afaik I asked the same question some time ago, but well, perhaps
something did change over the time :-))



Cheers,
Alex
October 08, 2013
> This time, the addin should be compatible to older beta versions of
> MonoDevelop (like 4.0.12) as well – so feel free to simply try it out.

_very_ glad to hear that. Thanks for your work!
October 08, 2013
On Tuesday, 8 October 2013 at 13:21:17 UTC, Dicebot wrote:
>> This time, the addin should be compatible to older beta versions of
>> MonoDevelop (like 4.0.12) as well – so feel free to simply try it out.
>
> _very_ glad to hear that. Thanks for your work!

Can't guarantee anything! I've just work-arounded that IReferenceContext-missing exception, but as this was like the only change in the near past I hope it'll be runnable again.
October 08, 2013
On Tuesday, 8 October 2013 at 13:21:17 UTC, Dicebot wrote:
>> This time, the addin should be compatible to older beta versions of
>> MonoDevelop (like 4.0.12) as well – so feel free to simply try it out.
>
> _very_ glad to hear that. Thanks for your work!

Tried it with 4.0.12 - it failed to open even a D file, but I
already patched it, so it hopefully works with 4.0.12 "stable"
(Arch/Ubuntu), 4.0.13 (Windows/Mac) and 4.0.17 (git master) now.
Let's pray that they won't experiment with their API another
time..
October 08, 2013
Am Tue, 08 Oct 2013 18:43:59 +0200
schrieb "Alex" <info@alexanderbothe.com>:

> On Tuesday, 8 October 2013 at 13:21:17 UTC, Dicebot wrote:
> >> This time, the addin should be compatible to older beta
> >> versions of
> >> MonoDevelop (like 4.0.12) as well – so feel free to simply try
> >> it out.
> >
> > _very_ glad to hear that. Thanks for your work!
> 
> Tried it with 4.0.12 - it failed to open even a D file, but I
> already patched it, so it hopefully works with 4.0.12 "stable"
> (Arch/Ubuntu), 4.0.13 (Windows/Mac) and 4.0.17 (git master) now.
> Let's pray that they won't experiment with their API another
> time..

BTW:
MonoDevelop is broken on Gnome 3.10 now. They changed something
in gnome-terminal and now MonoDevelop can't open the terminal
anymore :-( Disabling the external console should work but MonoDevelop
seems to ignore that option.

Workaround: https://github.com/mono/monodevelop/pull/414

October 08, 2013
On Tuesday, 8 October 2013 at 18:03:25 UTC, Johannes Pfau wrote:
> BTW:
> MonoDevelop is broken on Gnome 3.10 now. They changed something
> in gnome-terminal and now MonoDevelop can't open the terminal
> anymore :-( Disabling the external console should work but MonoDevelop
> seems to ignore that option.
>
> Workaround: https://github.com/mono/monodevelop/pull/414

Okay, nice, I'll put a new build on
http://simendsjo.me/files/abothe/
as soon as it's been taken into master.
October 16, 2013
On 08/10/2013 14:18, Alexander Bothe wrote:
> Are there any plans/tricks/hacks on how to get programs built
> with dmd debuggable with gdb? Then we also could release the
> addin for Windows as well!
> (Afaik I asked the same question some time ago, but well, perhaps
> something did change over the time :-))

I was wondering the same as well... But from the lack of answers I think not much can be done? :/

-- 
Bruno Medeiros - Software Engineer
October 16, 2013
On Wednesday, 16 October 2013 at 12:38:40 UTC, Bruno Medeiros wrote:
> On 08/10/2013 14:18, Alexander Bothe wrote:
>> Are there any plans/tricks/hacks on how to get programs built
>> with dmd debuggable with gdb? Then we also could release the
>> addin for Windows as well!
>> (Afaik I asked the same question some time ago, but well, perhaps
>> something did change over the time :-))
>
> I was wondering the same as well... But from the lack of answers I think not much can be done? :/

Well I do debug `dmd -gc` programs with gdb relatively frequently. What exactly is of interest?
October 16, 2013
On 10/16/13 5:38 AM, Bruno Medeiros wrote:
> On 08/10/2013 14:18, Alexander Bothe wrote:
>> Are there any plans/tricks/hacks on how to get programs built
>> with dmd debuggable with gdb? Then we also could release the
>> addin for Windows as well!
>> (Afaik I asked the same question some time ago, but well, perhaps
>> something did change over the time :-))
>
> I was wondering the same as well... But from the lack of answers I think
> not much can be done? :/

What are the matters involved? I did get basic debugging sessions working, but I forgot whether it was dmd or gdc.

Andrei

October 17, 2013
On Wed, Oct 16, 2013 at 2:21 PM, Andrei Alexandrescu < SeeWebsiteForEmail@erdani.org> wrote:

> On 10/16/13 5:38 AM, Bruno Medeiros wrote:
>
>> On 08/10/2013 14:18, Alexander Bothe wrote:
>>
>>> Are there any plans/tricks/hacks on how to get programs built
>>> with dmd debuggable with gdb? Then we also could release the
>>> addin for Windows as well!
>>> (Afaik I asked the same question some time ago, but well, perhaps
>>> something did change over the time :-))
>>>
>>
>> I was wondering the same as well... But from the lack of answers I think not much can be done? :/
>>
>
> What are the matters involved? I did get basic debugging sessions working, but I forgot whether it was dmd or gdc.
>
> Andrei
>
>
on OSX, lldb has better support than gdb.


« First   ‹ Prev
1 2 3