Re: A GUI for DMD, the final version has been release.

2021-10-11 Thread Steven Schveighoffer via Digitalmars-d-announce

On 10/11/21 5:44 PM, Dejan Lekic wrote:

On Saturday, 9 October 2021 at 23:02:22 UTC, Murilo wrote:
Hi guys, I've just finished the final version of the DMD GUI, there is 
Linux and a Windows version, click on the link below to download it:

https://github.com/MuriloMir/DMD-GUI


It is always good to see new D projects, but why should I not simply use 
Adam's simpledisplay directly?


Murilo has written a wrapper for the DMD compiler that uses a GUI to run 
it instead of the command line.


While this tool isn't something for me (I'm a command-line guy), it's 
not a GUI framework or GUI library for D (which is what I thought too 
when I saw the subject).


-Steve


Re: A GUI for DMD, the final version has been release.

2021-10-11 Thread Dejan Lekic via Digitalmars-d-announce

On Saturday, 9 October 2021 at 23:02:22 UTC, Murilo wrote:
Hi guys, I've just finished the final version of the DMD GUI, 
there is Linux and a Windows version, click on the link below 
to download it:

https://github.com/MuriloMir/DMD-GUI


It is always good to see new D projects, but why should I not 
simply use Adam's simpledisplay directly?


Re: DConf Online 2021 Schedule Published

2021-10-11 Thread Walter Bright via Digitalmars-d-announce

Use #dconf2021 on twitter!

https://twitter.com/hashtag/dconf2021


Re: OpenBSD DMD package

2021-10-11 Thread Ryan via Digitalmars-d-announce

On Monday, 11 October 2021 at 15:07:59 UTC, Brian wrote:

Hi all --

I am in the process of getting a DMD package shipped in the 
OpenBSD package repository.
If you are an OpenBSD user, please test and report back (on the 
OpenBSD mailing list, please) how it went for you. The more 
users test, the faster I can commit the package :)


~Brian

https://marc.info/?l=openbsd-ports=163396364901247=2


Just saw the email come through this AM.  Pleasantly shocked and 
surprised. :).  Going to try to setup a snapshot today and test 
this out.  I'll respond to the email once I give it a whirl.


Thanks,
Ryan




OpenBSD DMD package

2021-10-11 Thread Brian via Digitalmars-d-announce

Hi all --

I am in the process of getting a DMD package shipped in the 
OpenBSD package repository.
If you are an OpenBSD user, please test and report back (on the 
OpenBSD mailing list, please) how it went for you. The more users 
test, the faster I can commit the package :)


~Brian

https://marc.info/?l=openbsd-ports=163396364901247=2


Re: Release 2.098.0

2021-10-11 Thread Imperatorn via Digitalmars-d-announce

On Sunday, 10 October 2021 at 14:10:53 UTC, Martin Nowak wrote:

Glad to announce D 2.098.0, ♥ to the 62 contributors.

This release comes with template alias assignments, ImportC, a 
forking parallel GC for POSIX systems, and many more changes.


http://dlang.org/download.html
http://dlang.org/changelog/2.098.0.html

-Martin


Splendid! ☀️


Re: Release 2.098.0

2021-10-11 Thread jmh530 via Digitalmars-d-announce

On Sunday, 10 October 2021 at 14:10:53 UTC, Martin Nowak wrote:

Glad to announce D 2.098.0, ♥ to the 62 contributors.

This release comes with template alias assignments, ImportC, a 
forking parallel GC for POSIX systems, and many more changes.


http://dlang.org/download.html
http://dlang.org/changelog/2.098.0.html

-Martin


Thanks for everyone's work.


Re: dexed-ide v3.9.13

2021-10-11 Thread Basile B. via Digitalmars-d-announce

On Monday, 11 October 2021 at 06:58:18 UTC, Basile B. wrote:

[...]
- [assets](https://gitlab.com/basile.b/dexed/-/releases). Note 
that the automated Windows build is still broken.


Windows assets are now live 
[here](https://ci.appveyor.com/project/BBasile/dexed/builds/41098624/artifacts).





Re: dexed-ide v3.9.13

2021-10-11 Thread Imperatorn via Digitalmars-d-announce

On Monday, 11 October 2021 at 09:54:48 UTC, Basile B. wrote:

On Monday, 11 October 2021 at 09:52:14 UTC, Basile B. wrote:

On Monday, 11 October 2021 at 07:42:12 UTC, Imperatorn wrote:

On Monday, 11 October 2021 at 06:58:18 UTC, Basile B. wrote:

[...]




I'm on Windows though, but thanks for maintaining dexed


it's easy to build. If a script can do it on appveyor, a human 
can do it on its windows box. Actually if the appveyor build 
fails it's because of d-scanner, not dexed.


mmmh lmao actually. The build fails because the checkout is 
done before entering the repo dir:


https://gitlab.com/basile.b/dexed/-/blob/master/.appveyor.yml#L52


☀️


Re: dexed-ide v3.9.13

2021-10-11 Thread Basile B. via Digitalmars-d-announce

On Monday, 11 October 2021 at 09:52:14 UTC, Basile B. wrote:

On Monday, 11 October 2021 at 07:42:12 UTC, Imperatorn wrote:

On Monday, 11 October 2021 at 06:58:18 UTC, Basile B. wrote:

## Enhancements

- messages, search results: exclude backticks if the option 
_backTicksHighlight_ is enabled.
- GDB commander: double click on the call stack to select a 
frame and refresh the different views.
  This is especially useful to go back to the frame where a D 
Exception is thrown. (#52)
- completion: partial support for dependencies of type 
_package:subpackage_.


[...]




I'm on Windows though, but thanks for maintaining dexed


it's easy to build. If a script can do it on appveyor, a human 
can do it on its windows box. Actually if the appveyor build 
fails it's because of d-scanner, not dexed.


mmmh lmao actually. The build fails because the checkout is done 
before entering the repo dir:


https://gitlab.com/basile.b/dexed/-/blob/master/.appveyor.yml#L52


Re: dexed-ide v3.9.13

2021-10-11 Thread Basile B. via Digitalmars-d-announce

On Monday, 11 October 2021 at 07:42:12 UTC, Imperatorn wrote:

On Monday, 11 October 2021 at 06:58:18 UTC, Basile B. wrote:

## Enhancements

- messages, search results: exclude backticks if the option 
_backTicksHighlight_ is enabled.
- GDB commander: double click on the call stack to select a 
frame and refresh the different views.
  This is especially useful to go back to the frame where a D 
Exception is thrown. (#52)
- completion: partial support for dependencies of type 
_package:subpackage_.


[...]




I'm on Windows though, but thanks for maintaining dexed


it's easy to build. If a script can do it on appveyor, a human 
can do it on its windows box. Actually if the appveyor build 
fails it's because of d-scanner, not dexed.


Re: DConf Online 2021 Schedule Published

2021-10-11 Thread Imperatorn via Digitalmars-d-announce

On Monday, 11 October 2021 at 09:19:24 UTC, bauss wrote:

On Saturday, 9 October 2021 at 08:20:44 UTC, Imperatorn wrote:

On Saturday, 9 October 2021 at 00:31:46 UTC, Adam Ruppe wrote:

On Friday, 8 October 2021 at 22:16:16 UTC, Matheus wrote:
Adam beyond the continuation... we need a new and simply Web 
Browser written in D. :)


You know back in 2013ish I actually was doing a little one. 
htmlwidget.d in my github repo. It always sucked but it is 
tempting to go back to it; with my new functions it would 
suck slightly less.


But realistically I wanted to do something I could finish in 
one hour and obviously that didn't work so now I gotta finish 
it in one hour more. Nothing too big can be squeezed in there.


Maybe we could do a community project - D Web Browser (The Web 
Browser)


Would be a cool fun project but I'm just going to be honest. 
It'll never be a webbrowser that takes off or can even remotely 
be used.


The amount of effort put into browsers, especially security 
issues is insane and the scope of an actual browser is a 
project that requires more people than D will ever have 
available.


No, it would just be a fun exercise. But maybe it would be even 
better to focus on something really useful instead :)


If we could get like a prioritized TODO-list. Although that part 
(compiling the list) seems to be the hardest.


Re: DConf Online 2021 Schedule Published

2021-10-11 Thread bauss via Digitalmars-d-announce

On Saturday, 9 October 2021 at 08:20:44 UTC, Imperatorn wrote:

On Saturday, 9 October 2021 at 00:31:46 UTC, Adam Ruppe wrote:

On Friday, 8 October 2021 at 22:16:16 UTC, Matheus wrote:
Adam beyond the continuation... we need a new and simply Web 
Browser written in D. :)


You know back in 2013ish I actually was doing a little one. 
htmlwidget.d in my github repo. It always sucked but it is 
tempting to go back to it; with my new functions it would suck 
slightly less.


But realistically I wanted to do something I could finish in 
one hour and obviously that didn't work so now I gotta finish 
it in one hour more. Nothing too big can be squeezed in there.


Maybe we could do a community project - D Web Browser (The Web 
Browser)


Would be a cool fun project but I'm just going to be honest. 
It'll never be a webbrowser that takes off or can even remotely 
be used.


The amount of effort put into browsers, especially security 
issues is insane and the scope of an actual browser is a project 
that requires more people than D will ever have available.


Re: dexed-ide v3.9.13

2021-10-11 Thread Imperatorn via Digitalmars-d-announce

On Monday, 11 October 2021 at 06:58:18 UTC, Basile B. wrote:

## Enhancements

- messages, search results: exclude backticks if the option 
_backTicksHighlight_ is enabled.
- GDB commander: double click on the call stack to select a 
frame and refresh the different views.
  This is especially useful to go back to the frame where a D 
Exception is thrown. (#52)
- completion: partial support for dependencies of type 
_package:subpackage_.


[...]




I'm on Windows though, but thanks for maintaining dexed


dexed-ide v3.9.13

2021-10-11 Thread Basile B. via Digitalmars-d-announce

## Enhancements

- messages, search results: exclude backticks if the option 
_backTicksHighlight_ is enabled.
- GDB commander: double click on the call stack to select a frame 
and refresh the different views.
  This is especially useful to go back to the frame where a D 
Exception is thrown. (#52)
- completion: partial support for dependencies of type 
_package:subpackage_.


## Bugs fixed

- diff dialog: the content reloaded matched to the state when the 
dialog was shown, not when closed. (#97)
- editor, debugging: during a debugging session, wrong icon 
displayed when a breakpoint is removed.
- DUB project inspector: the tree was empty if the project is 
moslty organized in subpackages.
- DUB projects: version number without the patch component were 
not accepted.


## links

- [homepage](https://gitlab.com/basile.b/dexed)
- [assets](https://gitlab.com/basile.b/dexed/-/releases). Note 
that the automated Windows build is still broken.


Re: Beta 2.098.0

2021-10-11 Thread surlymoor via Digitalmars-d-announce

On Sunday, 10 October 2021 at 23:36:56 UTC, surlymoor wrote:
Meanwhile @live is in the language, and it's half-baked. Then 
there's preview switches that will linger on into perpetuity; 
DIPs' implementations that haven't been finished.


In retrospect, this is a rather crude message, especially from 
someone who doesn't contribute anything. Apologies.