Jump to page: 1 24  
Page
Thread overview
DConf 2017 Hackathon report
May 09, 2017
Ali Çehreli
May 10, 2017
Adrian Matoga
May 09, 2017
Nemanja Boric
May 09, 2017
Nemanja Boric
May 09, 2017
ANtlord
May 10, 2017
Joakim
May 10, 2017
Atila Neves
May 10, 2017
Stefan Koch
May 10, 2017
Atila Neves
May 10, 2017
Adrian Matoga
May 10, 2017
David Nadlinger
May 11, 2017
Iain Buclaw
May 11, 2017
David Nadlinger
May 11, 2017
Iain Buclaw
Re: DConf 2017 Hackathon report [OT]
May 11, 2017
David Nadlinger
May 11, 2017
Iain Buclaw
May 11, 2017
David Nadlinger
May 11, 2017
Iain Buclaw
May 12, 2017
David Nadlinger
May 12, 2017
Iain Buclaw
May 11, 2017
Iain Buclaw
May 11, 2017
Bastiaan Veelo
May 12, 2017
Jacob Carlborg
May 12, 2017
rikki cattermole
May 12, 2017
Jacob Carlborg
May 12, 2017
rikki cattermole
May 12, 2017
Jacob Carlborg
May 12, 2017
rikki cattermole
May 12, 2017
Jacob Carlborg
May 12, 2017
Nicholas Wilson
May 08, 2017
Please list what we've achieved during the hackathon, including what is started but is likely to be finished in the coming days or months.

For me:

- Finished updating "Programming in D" to 2.074.0 (the HTML is now up to date but I could not get to the still manual work of preparing the ebooks)

- Contributed to the logo and branding discussions

- Opened two bugs

- Ate German cookies :)

Ali

May 09, 2017
On 5/9/17 12:35 AM, Ali Çehreli wrote:
> Please list what we've achieved during the hackathon, including what is
> started but is likely to be finished in the coming days or months.
>
> For me:
>
> - Finished updating "Programming in D" to 2.074.0 (the HTML is now up to
> date but I could not get to the still manual work of preparing the ebooks)

Nice!

For me:

- Don't want to exactly steal Jonathan's thunder, but during the conference (before the hackathon actually) he split (and I helped get approval for splitting) std.datetime into a package. That still needs some severe TLC on making the docs read better, but it should be viable. And now github can show diffs for the smaller files :)

- Merged a simple PR I had from April.

- Provided a bit of guidance to people on druntime internals.

- Created my first DMD PR (to make it so unittest imports are not counted for cycle detection).

And that's about it. That last one took a lot of effort, as I was dealing with an apparent bug in the BitArray type, thought I was losing my mind :)

Aaaand, I'm not questioning whether the PR I made is sound, due to the way template-instantiated static ctors work. I'll have to rethink how it works.

But it was very awesome to be able to go around and find the people to discuss a PR/idea without going through a forum thread. I think there's a psychological barrier that happens when you post a complete argument, and then your counterpart forms an interpretation in their mind of what the argument means, forms their complete counter argument, and neither side really understands what the other is saying or willing to do. Doing it in person allows so much more interaction -- you can cut off early any misinterpretations. It's also harder to be nasty in person :)

-Steve
May 09, 2017
On 5/9/17 9:19 AM, Steven Schveighoffer wrote:
> Aaaand, I'm not questioning whether the PR I made is sound, due to the
> way template-instantiated static ctors work. I'll have to rethink how it
> works.

*now* questioning...

-Steve
May 09, 2017
On Tuesday, 9 May 2017 at 04:35:40 UTC, Ali Çehreli wrote:
> Please list what we've achieved during the hackathon, including what is started but is likely to be finished in the coming days or months.
>
> For me:
>
> - Finished updating "Programming in D" to 2.074.0 (the HTML is now up to date but I could not get to the still manual work of preparing the ebooks)
>
> - Contributed to the logo and branding discussions
>
> - Opened two bugs
>
> - Ate German cookies :)
>
> Ali

I've fixed the FreeBSD-Current exception handling issue, so
that exception handling is now working there as well (I also suspect
that it was broken pretty much on all libundwind 64bit systems, just worked by accident, since the optimizer didn't try too hard.

It's something I wanted to do for a long time, but there's never time,
so having a day dedicated to it was pretty helpful!

https://issues.dlang.org/show_bug.cgi?id=16856

It was pretty cool finding Jonathan who filed the bug in the same room, then
chasing Walter to talk about it, after hearing all war stories, including,
but not limited to, blue meteors.
May 09, 2017
On Tuesday, 9 May 2017 at 16:14:57 UTC, Nemanja Boric wrote:
> On Tuesday, 9 May 2017 at 04:35:40 UTC, Ali Çehreli wrote:
>> Please list what we've achieved during the hackathon, including what is started but is likely to be finished in the coming days or months.
>>
>> For me:
>>
>> - Finished updating "Programming in D" to 2.074.0 (the HTML is now up to date but I could not get to the still manual work of preparing the ebooks)
>>
>> - Contributed to the logo and branding discussions
>>
>> - Opened two bugs
>>
>> - Ate German cookies :)
>>
>> Ali
>
> I've fixed the FreeBSD-Current exception handling issue, so
> that exception handling is now working there as well (I also suspect
> that it was broken pretty much on all libundwind 64bit systems, just worked by accident, since the optimizer didn't try too hard.
>
> It's something I wanted to do for a long time, but there's never time,
> so having a day dedicated to it was pretty helpful!
>
> https://issues.dlang.org/show_bug.cgi?id=16856
>
> It was pretty cool finding Jonathan who filed the bug in the same room, then
> chasing Walter to talk about it, after hearing all war stories, including,
> but not limited to, blue meteors.

Oh, also working with Martin and chasing him around the rooms to get
my druntime PR for fiber stack overflow protection (https://github.com/dlang/druntime/pull/1698)
merged after months and months is also worth mentioning, although it didn't happen during the hackaton :-)
May 09, 2017
On Tuesday, 9 May 2017 at 04:35:40 UTC, Ali Çehreli wrote:
> Please list what we've achieved during the hackathon, including what is started but is likely to be finished in the coming days or months.
>
> For me:
>
> - Finished updating "Programming in D" to 2.074.0 (the HTML is now up to date but I could not get to the still manual work of preparing the ebooks)
>
> - Contributed to the logo and branding discussions
>
> - Opened two bugs
>
> - Ate German cookies :)
>
> Ali

Is there some news about compiling dmd as library?
May 10, 2017
On Tuesday, 9 May 2017 at 04:35:40 UTC, Ali Çehreli wrote:
> Please list what we've achieved during the hackathon, including what is started but is likely to be finished in the coming days or months.
>
> For me:
>
> - Finished updating "Programming in D" to 2.074.0 (the HTML is now up to date but I could not get to the still manual work of preparing the ebooks)
>
> - Contributed to the logo and branding discussions
>
> - Opened two bugs
>
> - Ate German cookies :)
>
> Ali

I submitted a PR for Phobos and 2 for dmd, the latter of which were my first. I felt like a wizard afterwards for modifying the compiler, which is a nice bonus. Now if only I could get the autotester to be green...


Atila
May 10, 2017
On Wednesday, 10 May 2017 at 10:55:09 UTC, Atila Neves wrote:
>
>  I felt like a wizard afterwards for modifying the compiler, which is a nice bonus.
>
Nice, I usually feel confused after modifying the compiler.

> Now if only I could get the autotester to be green...

Just think about how much more wizardly you will feel after it is green.
May 10, 2017
On Wednesday, 10 May 2017 at 11:02:50 UTC, Stefan Koch wrote:
> On Wednesday, 10 May 2017 at 10:55:09 UTC, Atila Neves wrote:
>>
>>  I felt like a wizard afterwards for modifying the compiler, which is a nice bonus.
>>
> Nice, I usually feel confused after modifying the compiler.
>
>> Now if only I could get the autotester to be green...
>
> Just think about how much more wizardly you will feel after it is green.

It turns out I'd stupidly pushed branched off of my other branch instead of master. It's green. :)

Atila, official wizard

May 10, 2017
On Tuesday, 9 May 2017 at 17:50:06 UTC, ANtlord wrote:
> On Tuesday, 9 May 2017 at 04:35:40 UTC, Ali Çehreli wrote:
>> Please list what we've achieved during the hackathon, including what is started but is likely to be finished in the coming days or months.
>>
>> For me:
>>
>> - Finished updating "Programming in D" to 2.074.0 (the HTML is now up to date but I could not get to the still manual work of preparing the ebooks)
>>
>> - Contributed to the logo and branding discussions
>>
>> - Opened two bugs
>>
>> - Ate German cookies :)
>>
>> Ali
>
> Is there some news about compiling dmd as library?

There was a talk about this, one of the interns is working on it:

http://dconf.org/2017/talks/nitu.html

No idea when it'll be done.
« First   ‹ Prev
1 2 3 4