Re: How long will DUB update a package from github release?

2022-08-15 Thread mw via Digitalmars-d-learn
On Tuesday, 16 August 2022 at 02:12:32 UTC, Domain wrote: The project [Lumars](https://code.dlang.org/packages/lumars) has released a new version 10 days ago in [github](https://github.com/BradleyChatha/lumars). But still unavailable in DUB. It has problems recently, you can log a bug here:

How long will DUB update a package from github release?

2022-08-15 Thread Domain via Digitalmars-d-learn
The project [Lumars](https://code.dlang.org/packages/lumars) has released a new version 10 days ago in [github](https://github.com/BradleyChatha/lumars). But still unavailable in DUB.

Re: How do I get line numbers using pegged?

2022-08-15 Thread TheZipCreator via Digitalmars-d-learn
On Monday, 15 August 2022 at 23:38:09 UTC, Paul Backus wrote: On Monday, 15 August 2022 at 22:55:30 UTC, TheZipCreator wrote: [...] It looks like the parse tree in pegged stores the start and end byte indices of the portion of the input text it corresponds to: https://github.com/PhilippeSig

Re: How do I get line numbers using pegged?

2022-08-15 Thread Paul Backus via Digitalmars-d-learn
On Monday, 15 August 2022 at 22:55:30 UTC, TheZipCreator wrote: So I've looked at the [pegged library](https://github.com/PhilippeSigaud/Pegged) and used it a little bit and it seems really good. But there doesn't seem like there's a built-in way to get line numbers of nodes in the parse tree

How do I get line numbers using pegged?

2022-08-15 Thread TheZipCreator via Digitalmars-d-learn
So I've looked at the [pegged library](https://github.com/PhilippeSigaud/Pegged) and used it a little bit and it seems really good. But there doesn't seem like there's a built-in way to get line numbers of nodes in the parse tree (or maybe I'm missing something). This would useful because if a

Fixed-size OutBuffer that doesn't call .resize() automatically? (for database page buffers)

2022-08-15 Thread Gavin Ray via Digitalmars-d-learn
I'm learning about databases by implementing one from scratch, and decided I'd do it in D since it has the highest-level syntax for low-level code & seemed a natural fit. Currently I am trying to implement the "slotted page" structure and storage (serialization/de-serialization from binary dat

Re: A GtkD issue

2022-08-15 Thread frame via Digitalmars-d-learn
On Saturday, 13 August 2022 at 01:14:09 UTC, pascal111 wrote: I was following instructions from this link https://gtkdcoding.com/2019/01/11/-introduction-to-gtkDcoding.html to setup GtkD, and tried to run the example with VSCode and found these errors: How do you start compiling in VsCode