Exception2 described in blog post

2022-08-01 Thread Adam D Ruppe via Digitalmars-d-announce



```
import exception2;
void main() {
int a;

try {
// string error type instead of namespaced D type
// can still attach information though
throw Exception2!"foo bar"(a);
} catch(Exception2!"foo bar") { // caught by string
   // printing it here would show the value of `a`
}
}
```

Read more at the link:
http://dpldocs.info/this-week-in-d/Blog.Posted_2022_08_01.html



Re: DConf '22 Livestream Links

2022-08-01 Thread matheus via Digitalmars-d-announce

On Monday, 1 August 2022 at 20:08:52 UTC, Bastiaan Veelo wrote:

On Monday, 1 August 2022 at 12:45:56 UTC, Matheus wrote:

On Monday, 25 July 2022 at 13:52:51 UTC, Mike Parker wrote:
For those of you who can't join us in person at DConf '22 in 
London next week, you can join us instead via each day's 
livestream link:


* Day 1: https://youtu.be/V6KFtzF2Hx8


Anyway I accessed the link and I don't know if it is a youtube 
limit, but as far I can go back, it starts with Walter talking 
about Octals. Was it the first part missing or is it a limit?


The first part is missing due to a late click on the “go live” 
button. I assume the footage is still recorded, and will be 
part of the edited video.


— Bastiaan.


Alright thanks and fingers crossed.

Matheus.


Re: DConf '22 Livestream Links

2022-08-01 Thread Bastiaan Veelo via Digitalmars-d-announce

On Monday, 1 August 2022 at 12:45:56 UTC, Matheus wrote:

On Monday, 25 July 2022 at 13:52:51 UTC, Mike Parker wrote:
For those of you who can't join us in person at DConf '22 in 
London next week, you can join us instead via each day's 
livestream link:


* Day 1: https://youtu.be/V6KFtzF2Hx8


Anyway I accessed the link and I don't know if it is a youtube 
limit, but as far I can go back, it starts with Walter talking 
about Octals. Was it the first part missing or is it a limit?


The first part is missing due to a late click on the “go live” 
button. I assume the footage is still recorded, and will be part 
of the edited video.


— Bastiaan.



Re: DConf '22 Livestream Links

2022-08-01 Thread jmh530 via Digitalmars-d-announce

On Monday, 25 July 2022 at 13:52:51 UTC, Mike Parker wrote:
For those of you who can't join us in person at DConf '22 in 
London next week, you can join us instead via each day's 
livestream link:


[...]


I'm only seeing Walter's slides on the github site [1]. Will the 
others be available soon?



[1] 
https://github.com/dlang/dconf.org/blob/master/2022/online/slides/strawberries.pdf


Re: DConf 2022 pre+watch party!

2022-08-01 Thread rikki cattermole via Digitalmars-d-announce
Iain ended up creating a Jitsi room: 
https://meet.jit.si/Dconf2022OnlineBeerConf


Re: DConf '22 Livestream Links

2022-08-01 Thread Matheus via Digitalmars-d-announce

On Monday, 25 July 2022 at 13:52:51 UTC, Mike Parker wrote:
For those of you who can't join us in person at DConf '22 in 
London next week, you can join us instead via each day's 
livestream link:


* Day 1: https://youtu.be/V6KFtzF2Hx8


So it started, cool. But I missed the beginning because the 
timing, it would be dawn here.


Anyway I accessed the link and I don't know if it is a youtube 
limit, but as far I can go back, it starts with Walter talking 
about Octals. Was it the first part missing or is it a limit? 
Strangely it's the first time I'd see this limit.


Another thing, please do the split screen with slides only with 
the slide is not visible, otherwise we have 2 small pieces of the 
same thing:


https://i.imgur.com/1LeGPRd.png

https://i.imgur.com/hN6YmG8.png

See?

Anyway good luck on the conference,

Matheus.