Re: Beta 2.089.0

2019-10-27 Thread baz via Digitalmars-d-announce
On Sunday, 27 October 2019 at 16:38:30 UTC, baz wrote: On Sunday, 27 October 2019 at 15:04:34 UTC, drug wrote: 27.10.2019 17:20, baz пишет: On Sunday, 27 October 2019 at 12:59:52 UTC, baz wrote: On Thursday, 17 October 2019 at 06:02:33 UTC, Martin Nowak wrote: As usual please report any bugs

Re: Beta 2.089.0

2019-10-27 Thread baz via Digitalmars-d-announce
On Sunday, 27 October 2019 at 15:04:34 UTC, drug wrote: 27.10.2019 17:20, baz пишет: On Sunday, 27 October 2019 at 12:59:52 UTC, baz wrote: On Thursday, 17 October 2019 at 06:02:33 UTC, Martin Nowak wrote: As usual please report any bugs at https://issues.dlang.org -Martin Hi, I've tested

Re: Beta 2.089.0

2019-10-27 Thread baz via Digitalmars-d-announce
On Sunday, 27 October 2019 at 12:59:52 UTC, baz wrote: On Thursday, 17 October 2019 at 06:02:33 UTC, Martin Nowak wrote: As usual please report any bugs at https://issues.dlang.org -Martin Hi, I've tested my old stuff and found 2 regs. One deprecation in phobos due to Nullable.get and that

Re: Beta 2.089.0

2019-10-27 Thread baz via Digitalmars-d-announce
On Thursday, 17 October 2019 at 06:02:33 UTC, Martin Nowak wrote: As usual please report any bugs at https://issues.dlang.org -Martin Hi, I've tested my old stuff and found 2 regs. One deprecation in phobos due to Nullable.get and that was not detected and some weird linking errors, maybe

Re: Encouraging preliminary results implementing memcpy in D

2018-06-14 Thread baz via Digitalmars-d-announce
On Thursday, 14 June 2018 at 17:27:27 UTC, Patrick Schluter wrote: On Wednesday, 13 June 2018 at 06:46:43 UTC, Mike Franklin wrote: I had a little fun today kicking the crap out of C's memcpy with a D implementation. https://github.com/JinShil/memcpyD Request for help: I don't have a Linux

Re: This Week in D #23 - Interview with Dmitry Olshansky, dmd beta, std.experimental.color

2015-06-30 Thread Baz via Digitalmars-d-announce
On Monday, 29 June 2015 at 03:46:55 UTC, Adam D. Ruppe wrote: http://arsdnet.net/this-week-in-d/jun-28.html thx. interesting interview.

Re: Walter, Brian, and Daniel's DConf 2015 talks are up

2015-06-23 Thread Baz via Digitalmars-d-announce
On Friday, 19 June 2015 at 22:47:03 UTC, Brad Anderson wrote: Walter: https://www.youtube.com/watch?v=znjesAXEEqw Brian: https://www.youtube.com/watch?v=FmFyB9e7edw Daniel: https://www.youtube.com/watch?v=5daHGXSetXk I've only just started watching but the editing seems to be well done so

Re: This Week in D #19: Reggae, ranges, and DConf Wed. Afternoon summary

2015-06-08 Thread Baz via Digitalmars-d-announce
On Monday, 8 June 2015 at 19:21:10 UTC, Adam D. Ruppe wrote: http://arsdnet.net/this-week-in-d/jun-07.html These dconf articles are taking a long time to write, hence the lateness again, but here's the rest of Wednesday and some roundup of changes from the forum and pull requests. I was a

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread Baz via Digitalmars-d-announce
On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ Many major and minor improvements. Some major ones: - dlang.org theme, fully responsive and mobile-friendly - keyboard navigation in all views - automatically saved post drafts - get notified of

Re: Standardpaths library

2015-05-08 Thread Baz via Digitalmars-d-announce
On Sunday, 5 April 2015 at 09:08:14 UTC, FreeSlave wrote: I wrote small library for getting standard paths (like Pictures, Music) Here's dub package http://code.dlang.org/packages/standardpaths And github repo https://github.com/MyLittleRobo/standardpaths You can see open issues on github.

Re: Does the compiler check for safe?

2015-05-05 Thread Baz via Digitalmars-d-announce
On Tuesday, 5 May 2015 at 21:09:45 UTC, Charles Hixson wrote: It was in announce because I made a mistake in posting. Yes of course, in a safe funct just try to call a non-safe one, to call a delegate or even to cast something and you'll be able to verify that by yourself thanks to the error

Re: EMSI is hiring a D developer

2015-04-15 Thread Baz via Digitalmars-d-announce
On Wednesday, 15 April 2015 at 08:32:10 UTC, wobbles wrote: On Wednesday, 15 April 2015 at 07:27:51 UTC, Abdulhaq wrote: On Tuesday, 14 April 2015 at 16:17:37 UTC, Justin Whear wrote: EMSI is hiring for an Engineer II to work on D codebases: https:// emsi.bamboohr.com/jobs/view.php?id=30

Re: cdb reader and creator

2015-04-14 Thread Baz via Digitalmars-d-announce
On Monday, 13 April 2015 at 21:34:36 UTC, ketmar wrote: here is Cdb[1] reader and creator, in two small modules. reader: [2] creator: [3] sample: [4] it's totally untested, but i believe that is works. at least for the given sample. Public Domain, based on tinycdb[5]. [1]

Re: Coedit - beta 1 released

2015-04-12 Thread Baz via Digitalmars-d-announce
On Wednesday, 8 April 2015 at 20:07:42 UTC, Kelet wrote: On Wednesday, 8 April 2015 at 17:58:18 UTC, Kelet wrote: On Tuesday, 7 April 2015 at 05:45:16 UTC, Baz wrote: I'm pleased to announce the first beta of Coedit, the small IDE for the D programming language, based on DMD. This version

Coedit - beta 1 released

2015-04-06 Thread Baz via Digitalmars-d-announce
I'm pleased to announce the first beta of Coedit, the small IDE for the D programming language, based on DMD. This version introduces: - the option editor. - metad, a meta GIT repository composed of static libraries easily buildable with Coedit. - DCD integration: call tips and DDoc comments

Re: OpenVG bindings

2015-04-04 Thread Baz via Digitalmars-d-announce
On Friday, 3 April 2015 at 22:53:51 UTC, ddos wrote: Hi folks, today i've created my first dlang library ^_^ a binding to the OpenVG library standard. The referenced implementation is ShivaVG which allows to draw vector graphics within an OpenGL context (similar to cairo). A small demo

Re: Release D 2.067.0

2015-03-24 Thread Baz via Digitalmars-d-announce
thx for the release. i's just like to point a problem with the distribution of the local html doc: https://issues.dlang.org/show_bug.cgi?id=14329

Re: Release Candidate D 2.067.0-rc1

2015-03-17 Thread Baz via Digitalmars-d-announce
On Tuesday, 17 March 2015 at 15:49:48 UTC, Baz wrote: On Monday, 16 March 2015 at 21:38:22 UTC, Martin Nowak wrote: Release Candidate for 2.067.0 http://downloads.dlang.org/pre-releases/2.x/2.067.0/ http://ftp.digitalmars.com/ You can get the binaries here until they are mirrored.

Re: Release Candidate D 2.067.0-rc1

2015-03-17 Thread Baz via Digitalmars-d-announce
On Monday, 16 March 2015 at 21:38:22 UTC, Martin Nowak wrote: Release Candidate for 2.067.0 http://downloads.dlang.org/pre-releases/2.x/2.067.0/ http://ftp.digitalmars.com/ You can get the binaries here until they are mirrored. https://dlang.dawg.eu/downloads/dmd.2.067.0-rc1/ We fixed the few

Re: DConf 2015 Early Bird Registration about to Expire!

2015-02-26 Thread Baz via Digitalmars-d-announce
On Wednesday, 25 February 2015 at 19:42:55 UTC, Walter Bright wrote: The ticket prices go up substantially Mar. 1, so don't delay in getting the early bird price! http://dconf.org/2015/registration.html I hope you will not have to cancel the event (i've read in another topic that you're

Re: Coedit alpha 11 released

2015-02-26 Thread Baz via Digitalmars-d-announce
On Thursday, 19 February 2015 at 23:41:02 UTC, Baz wrote: those useless options... the next version have an awesome option editor. about 100 settings just for the editor and the highlither http://imgur.com/RdmHyKJ Smelling more and more beta http://i.imgur.com/6TQGjZC.png

Re: Coedit alpha 11 released

2015-02-19 Thread Baz via Digitalmars-d-announce
those useless options... the next version have an awesome option editor. about 100 settings just for the editor and the highlither http://imgur.com/RdmHyKJ

dbeaengine - D binding for the BeaEngine disassembler

2015-02-16 Thread Baz via Digitalmars-d-announce
dbeaengine[1] is a simple BeaEngine[2] interface for the D programming language. The BeaEngine is an X86 and X86_64 library which can be used to disassemble X86 and X86_64 byte-code. The programming interface is simple and outrageously easy to use (a single function named `disassemble()` ).

Re: DCD 0.5.0 beta

2015-02-07 Thread Baz via Digitalmars-d-announce
On Saturday, 31 January 2015 at 02:50:27 UTC, Brian Schott wrote: https://github.com/Hackerpilot/DCD/tree/v0.5.0-beta3 Changes from 0.4.0: * Include current git commit hash in --version output * Update libdparse and msgpack dependencies * Fix several crashes * Remove Textadept module. It is now

Re: Coedit alpha 11 released

2015-02-06 Thread Baz via Digitalmars-d-announce
On Thursday, 22 January 2015 at 09:44:28 UTC, Jordi Sayol wrote: El 21/01/15 a les 18:35, Basile Burg via Digitalmars-d-announce ha escrit: I'm glad to announce this new release of Coedit. Congratulations for this new release! Did you fix the use of DCD simultaneously with other D editors?

Re: DCD 0.3.0, libdparse 0.1.0

2014-09-04 Thread Baz via Digitalmars-d-announce
On Thursday, 4 September 2014 at 08:06:18 UTC, Brian Schott wrote: https://github.com/Hackerpilot/DCD/releases/tag/v0.3.0 DCD is an editor-independent autocompletion engine for the D programming language. If you've heard of Jedi or Gocode, you have a pretty good idea of what DCD does. It's