don't ever call me nicholas

2022-09-14 Thread Nick Sabalausky (Abscissa) via Digitalmars-d-announce
don't ever call me nicholas

Re: Introducing alid

2022-09-14 Thread Ali Çehreli via Digitalmars-d-announce
On 9/14/22 12:08, Ali Çehreli wrote: >- Subpackage design (thinking about it...) Ok, I think I fixed that one as well. I think my main problem was trying to import 'alid': import alid; // WRONG - Could not make it work import alid.alid; // Worked with package.d file I think

Re: Introducing alid

2022-09-14 Thread Ali Çehreli via Digitalmars-d-announce
On 9/12/22 02:15, Ali Çehreli wrote: > I am happy to publish on code.dlang.org for the first time: > >https://code.dlang.org/packages/alid I've fixed 2 of the 3 issues reported here: - Removed gratuitous function attributes - Fixed Salih's .cycle use case - Subpackage design

Re: Introducing alid

2022-09-14 Thread rikki cattermole via Digitalmars-d-announce
On 14/09/2022 8:44 PM, Ali Çehreli wrote: On 9/12/22 09:34, rikki cattermole wrote: > dub.json > errornogc/alid/errornogc.d > circularblocks/alid/circularblocks.d Considering I may want to let the users import the entire package as well with   import alid; how can I achieve my goal

Re: Introducing alid

2022-09-14 Thread Adam D Ruppe via Digitalmars-d-announce
On Wednesday, 14 September 2022 at 08:44:48 UTC, Ali Çehreli wrote: Considering I may want to let the users import the entire package as well with dub is poorly designed and doesn't cooperate well with D features. There's no good solution - hence the hundreds of lines long dub.json trying to

Re: Introducing alid

2022-09-14 Thread Ali Çehreli via Digitalmars-d-announce
On 9/12/22 09:34, rikki cattermole wrote: > dub.json > errornogc/alid/errornogc.d > circularblocks/alid/circularblocks.d Considering I may want to let the users import the entire package as well with import alid; how can I achieve my goal of subpackages? Telling me to forget about