Re: LDC 1.35.0-beta1

2023-09-29 Thread mw via Digitalmars-d-announce
On Thursday, 28 September 2023 at 11:13:20 UTC, Hipreme wrote: Hello, don't know when that happened but I'm happy to say that LDC 1.35.0 beta is building in half the time needed when compared against the version I was using (1.32.0). Same experience with the slow 1.32.0, there must be a

Re: Giving up

2022-08-06 Thread mw via Digitalmars-d-announce
On Sunday, 7 August 2022 at 00:54:35 UTC, Steven Schveighoffer wrote: Note, we have a complete copy of the git repository. So you mean all the dub registered packages are cached somewhere? Can we publish the cache address?

Re: Giving up

2022-08-05 Thread mw via Digitalmars-d-announce
On Friday, 5 August 2022 at 17:56:47 UTC, bachmeier wrote: Here's the code if anyone is relying on it: https://github.com/bachmeil/decimal/tree/main I really think DUB should save a copy of all the files of all the registered packages: https://code.dlang.org/packages/decimal to prevent

Re: Archttp 1.0.0 released! Simple, Flexible, Performance! DLang web framework.

2022-05-22 Thread mw via Digitalmars-d-announce
On Sunday, 22 May 2022 at 21:08:24 UTC, zoujiaqing wrote: Archttp is a Web server framework written in D programming language with Golang concurrency capability. Archttp has an ExpressJS-like API design, which makes it extremely easy to use. ## Archttp's core focus is on three metrics: 1.

Re: dmt: Python-like indentation in D programming language

2022-03-28 Thread mw via Digitalmars-d-announce
On Wednesday, 17 November 2021 at 17:23:14 UTC, Witold Baryluk wrote: I'm wondering if it can translate existing Python code (e.g with a bit py3 type annotations) to D code, then it may attract much more users. No. And not planned. Sparkling some `auto` here and there manually, makes it

Re: dmt: Python-like indentation in D programming language

2021-11-17 Thread mw via Digitalmars-d-announce
On Tuesday, 16 November 2021 at 21:58:24 UTC, Witold Baryluk wrote: Hi, `dmt` is an old project of mine from around year 2006. I ported it recently from D1 to D2, and added some extra features and support for extra keywords, and fixed few bugs here and there. `dmt` is a converter (offline

Re: nbuff v0.1.13

2021-05-25 Thread mw via Digitalmars-d-announce
On Tuesday, 25 May 2021 at 13:13:52 UTC, ikod wrote: Hello, This is buffer management library. I created it for my networking daemons and recently it was used in Nats client (https://code.dlang.org/packages/nats), and maybe it can be useful for others, so I added small tutorial. The main

Re: Debugging improvements - Visual Studio Natvis, GDB, LLDB

2021-04-24 Thread mw via Digitalmars-d-announce
On Saturday, 24 April 2021 at 18:32:42 UTC, Gavin Ray wrote: On Tuesday, 6 April 2021 at 21:04:47 UTC, WebFreak001 wrote: I have created editor independent pretty printers / visualization files for Visual Studio's debugger\*, GDB and LLDB. [...] Incredible -- below in VS Code (with

Re: Debugging improvements - Visual Studio Natvis, GDB, LLDB

2021-04-24 Thread mw via Digitalmars-d-announce
On Saturday, 24 April 2021 at 17:44:39 UTC, WebFreak001 wrote: On Saturday, 24 April 2021 at 17:16:48 UTC, mw wrote: On Saturday, 24 April 2021 at 16:08:07 UTC, WebFreak001 wrote: those are GDB-MI commands. If you can only run GDB console commands you can use ``` source /path/to/gdb_dlang.py

Re: Debugging improvements - Visual Studio Natvis, GDB, LLDB

2021-04-24 Thread mw via Digitalmars-d-announce
On Saturday, 24 April 2021 at 16:08:07 UTC, WebFreak001 wrote: those are GDB-MI commands. If you can only run GDB console commands you can use ``` source /path/to/gdb_dlang.py enable pretty-printer ``` Thanks, I put these 2 lines into .gdbinit, and it seems loaded. I have a question about

Re: Debugging improvements - Visual Studio Natvis, GDB, LLDB

2021-04-23 Thread mw via Digitalmars-d-announce
On Tuesday, 6 April 2021 at 21:04:47 UTC, WebFreak001 wrote: I have created editor independent pretty printers / visualization files for Visual Studio's debugger\*, GDB and LLDB. The script and setup guide are available here: https://github.com/Pure-D/dlang-debug where to input this

Re: Contacting DlangScience maintainers

2021-03-30 Thread mw via Digitalmars-d-announce
On Tuesday, 30 March 2021 at 07:51:17 UTC, Chris Piker wrote: Other than rudely posting an issue @ https://github.com/DlangScience/NetCDF-D, does anyone know the right way to start a conversation with DlangScience? I'm trying to blend in and learn this community's norms. try also:

Re: Contacting DlangScience maintainers

2021-03-27 Thread mw via Digitalmars-d-announce
On Friday, 26 March 2021 at 21:55:18 UTC, Chris Piker wrote: Hi DlangScience I've setup D prototypes for the CDF (Common Data Format) file reading/writing library. Since it's mostly just basic D prototypes for a C library the module's name is deimos.cdf and can be found here:

Re: Mir vs. Numpy: Reworked!

2020-12-03 Thread mw via Digitalmars-d-announce
On Thursday, 3 December 2020 at 21:28:04 UTC, jmh530 wrote: On Thursday, 3 December 2020 at 20:25:11 UTC, data pulverizer wrote: [snip] Very interesting work. What is the difference between Mir's field, slice, native and ndslice? [...] The document says: Slice: Python like. Uses D

Re: Beta 2.094.0

2020-09-16 Thread mw via Digitalmars-d-announce
On Monday, 14 September 2020 at 23:36:45 UTC, James Blachly wrote: On 9/14/20 5:17 PM, mw wrote: On Sunday, 13 September 2020 at 16:33:42 UTC, James Blachly wrote: {     "name": "git-dependency",     "dependencies": {     "gitcompatibledubpackage": {     "repository":

Re: Beta 2.094.0

2020-09-14 Thread mw via Digitalmars-d-announce
On Sunday, 13 September 2020 at 16:33:42 UTC, James Blachly wrote: { "name": "git-dependency", "dependencies": { "gitcompatibledubpackage": { "repository": "git+https://github.com/dlang-community/gitcompatibledubpackage.git;, "version":

Re: Visual D 0.51.0 - semantic engine based on dmd frontend

2020-09-08 Thread mw via Digitalmars-d-announce
On Tuesday, 8 September 2020 at 19:36:51 UTC, mw wrote: On Tuesday, 8 September 2020 at 18:42:28 UTC, James wrote: how is the dub support work? i don't understand how to load it in visual studio is there any guide? given you have dub.json build already, ``` C:\\ dub.exe generate visuald

Re: Visual D 0.51.0 - semantic engine based on dmd frontend

2020-09-08 Thread mw via Digitalmars-d-announce
On Tuesday, 8 September 2020 at 18:42:28 UTC, James wrote: how is the dub support work? i don't understand how to load it in visual studio is there any guide? given you have dub.json build already, ``` C:\\ dub.exe generate visuald ``` https://dub.pm/commandline

Re: Visual D 1.0.1 released

2020-08-24 Thread mw via Digitalmars-d-announce
On Sunday, 23 August 2020 at 07:33:01 UTC, Rainer Schuetze wrote: Hi, an update for Visual D has just been made available. Visual D is a Visual Studio extension that adds D language support to VS 2008-2019. The most important part of the update is that the semantic engine is now based on

jdiutil v1.0.0: Just-Do-It util mixin, some small util mixin to make (debug) life easier: string interpolation etc ...

2020-06-21 Thread mw via Digitalmars-d-announce
On Thursday, 18 June 2020 at 09:00:42 UTC, zoujiaqing wrote: Now dlang string processing is complex, like this: We've talked too much on this topic, I've found a number of DIPs, some string interpolation dub packages, either no-longer maintained, or does not fit my need. So I decided to

Re: Pretty-printing D arrays with Mir

2020-05-31 Thread mw via Digitalmars-d-announce
On Sunday, 31 May 2020 at 23:10:44 UTC, jmh530 wrote: On Sunday, 31 May 2020 at 22:40:09 UTC, tastyminerals wrote: I often print arrays to see how they look and their contents. NumPy has a nice way of pretty-printing the arrays, and I was lacking this in D. ┌ ┐ │┌

Re: DIP1028 - Rationale for accepting as is

2020-05-25 Thread mw via Digitalmars-d-announce
On Monday, 25 May 2020 at 17:31:29 UTC, Paul Backus wrote: Even if you did review your code *and* all of your dependencies, if you did it before DIP 1028 was accepted (i.e., any time in the last 10 years or so), you may have deliberately left external @system functions un-annotated, because

Re: Fastest JSON parser in the world is a D project

2020-05-16 Thread mw via Digitalmars-d-announce
On Wednesday, 14 October 2015 at 07:35:49 UTC, Marco Leise wrote: fast.json usage: auto json = parseTrustedJSON(`{"x":123}`); Work with a single key from an object: json.singleKey!"someKey" json.someKey Newbie Q: how to get the value? --- import