Re: DLP - D Language Processing 0.3.0 - infer attributes

2020-12-19 Thread Jacob Carlborg via Digitalmars-d-announce

On 2020-12-19 00:26, Dave P. wrote:

Looks very useful. Something strange I noticed though, it seems to be 
doing the analysis in 32 bits? I had some static assertions go off due 
to this which halted the program.


Wow, I haven't noticed that. That's not indented. I've created an issue 
[1] and I'll take a look at it.


[1] https://github.com/jacob-carlborg/dlp/issues/7

--
/Jacob Carlborg


Re: BeerConf Mid-December Edition

2020-12-19 Thread Ethan via Digitalmars-d-announce

On Saturday, 19 December 2020 at 15:15:16 UTC, Iain Buclaw wrote:
I've started up a meeting for people to come and go as they 
please.


BEERCONF


Re: BeerConf Mid-December Edition

2020-12-19 Thread Iain Buclaw via Digitalmars-d-announce

On Monday, 7 December 2020 at 08:35:35 UTC, Iain Buclaw wrote:


As always, a link will be posted to the stream on Saturday.



Hi Everyone,

I've started up a meeting for people to come and go as they 
please.


https://meet.jit.si/Dlang2020DecemberBeerConf
password: AliasSeq!()

See you all there!

Iain


Re: Chimpfella - new library to do benchmarking with ranges (even with templates!)

2020-12-19 Thread Max Haughton via Digitalmars-d-announce
On Saturday, 19 December 2020 at 09:39:49 UTC, Виталий Фадеев 
wrote:
On Saturday, 19 December 2020 at 08:30:09 UTC, Виталий Фадеев 
wrote:
On Saturday, 19 December 2020 at 05:08:56 UTC, Max Haughton 
wrote:

https://code.dlang.org/packages/chimpfella

Haven't finished documenting it yet.

[...]


...
@wrapper
function()
...

I like it!


and I want some like this for memory:
  save process memory
  call func()
  print memory delta


Memory is a bit harder but I will add it.


Re: Chimpfella - new library to do benchmarking with ranges (even with templates!)

2020-12-19 Thread Виталий Фадеев via Digitalmars-d-announce
On Saturday, 19 December 2020 at 08:30:09 UTC, Виталий Фадеев 
wrote:
On Saturday, 19 December 2020 at 05:08:56 UTC, Max Haughton 
wrote:

https://code.dlang.org/packages/chimpfella

Haven't finished documenting it yet.

[...]


...
@wrapper
function()
...

I like it!


and I want some like this for memory:
  save process memory
  call func()
  print memory delta




Re: Chimpfella - new library to do benchmarking with ranges (even with templates!)

2020-12-19 Thread Виталий Фадеев via Digitalmars-d-announce

On Saturday, 19 December 2020 at 05:08:56 UTC, Max Haughton wrote:

https://code.dlang.org/packages/chimpfella

Haven't finished documenting it yet.

[...]


...
@wrapper
function()
...

I like it!