hexdreamer
(Kenny Leung)
October 17, 2016, 7:22pm
61
Hi Michael.
Yah - It would be nice to find out who the real authors of those changes are, but that would require a much more intelligent parsing of the git history. I’ll work on it…
-Kenny
···
On Oct 17, 2016, at 12:12 PM, Michael Gottesman <mgottesman@apple.com> wrote:
Suggestion: @swift-ci is not an interesting contributor in terms of contributor counts. You may want to filter that out of your counts to make that data more meaningful.
Michael
On Oct 17, 2016, at 10:35 AM, Kenny Leung via swift-dev <swift-dev@swift.org> wrote:
Here is your TWISt-shout Newsletter for the week of 2016-10-10 to 2016-10-16
https://github.com/pepperdog/TWISt-shout/blob/master/2016/TWISt-shout-2016-10-17.md
Enjoy!
-Kenny
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev
hexdreamer
(Kenny Leung)
October 31, 2016, 7:53pm
62
Here is your TWISt-shout Newsletter for the week of 2016-10-24 to 2016-10-30
https://github.com/pepperdog/TWISt-shout/blob/master/2016/TWISt-shout-2016-10-31.md
Enjoy!
-Kenny
hexdreamer
(Kenny Leung)
January 15, 2018, 9:09pm
63
Hi All.
Here is your TWISt-shout Newsletter for the week of 2018-01-08 to 2018-01-14
# TWISt-shout Newsletter 2018-01-15
This Week In Swift for the week of 2018-01-08 to 2018-01-14
## Hot News
* The Discourse Forum Rollout is this week
* Jan 17 ~6pm Pacific Time - mailing lists in suspended mode
* Jan 19 time unknown. - forums will be up in production mode
* [Suggestions for open projects (GSoC 2018)](https://lists.swift.org/pipermail/swift-dev/Week-of-Mon-20180108/006396.html)
* [Writing a simple Pascal interpreter in Swift](https://blog.kulman.sk/writing-a-pascal-interpreter-in-swift/)
## Swift Style
* [Swift arrays are not thread safe](https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20180108/006841.html)
* [Using String](https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20180108/006861.html)
## Code Updates
* swift:204 - Slava Pestov (44), Doug Gregor (33), Mark Lacey (17)
* swift-corelibs-foundation:1 - Lily Vulcano (1)
This file has been truncated. show original
Enjoy!
-Kenny
You don't need to do that. Swift-CI only should be on merge commits (which you should arguably be ignoring anyways). I think this is what you want:
git log --format='%an' --no-merges --since '-1 week' | sort | uniq -c
Michael
···
On Oct 17, 2016, at 12:22 PM, Kenny Leung <kenny_leung@pobox.com> wrote:
Hi Michael.
Yah - It would be nice to find out who the real authors of those changes are, but that would require a much more intelligent parsing of the git history. I’ll work on it…
-Kenny
On Oct 17, 2016, at 12:12 PM, Michael Gottesman <mgottesman@apple.com> wrote:
Suggestion: @swift-ci is not an interesting contributor in terms of contributor counts. You may want to filter that out of your counts to make that data more meaningful.
Michael
On Oct 17, 2016, at 10:35 AM, Kenny Leung via swift-dev <swift-dev@swift.org> wrote:
Here is your TWISt-shout Newsletter for the week of 2016-10-10 to 2016-10-16
https://github.com/pepperdog/TWISt-shout/blob/master/2016/TWISt-shout-2016-10-17.md
Enjoy!
-Kenny
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev
hexdreamer
(Kenny Leung)
November 7, 2016, 5:56pm
65
Here is your TWISt-shout Newsletter for the week of 2016-10-31 to 2016-11-06
# TWISt-shout Newsletter 2016-11-07 Election Edition
This Week In Swift for the week of 2016-10-31 to 2016-11-06
##Code Updates
* swift:152 - Doug Gregor (23), Alexis Beingessner (20), Graydon Hoare (13)
* swift-compiler-rt:2 - Anna Zaks (1), Kuba Brecka (1)
* swift-corelibs-foundation:6 - Sergey Minakov (3), Rintaro Ishizaki (1), Slava Pestov (1)
* swift-package-manager:9 - Ankit Aggarwal (9)
* swift-protobuf-runtime:1 - Tim Kientzle (1)
* swift-clang:20 - Artem Dergachev (8), Alex Lorenz (4), Argyrios Kyrtzidis (4)
* swift-llvm:32 - Zachary Turner (19), Artur Pilipenko (3), Adrian Prantl (3)
* swift-lldb:8 - Todd Fiala (7), Enrico Granata (1)
* swift-evolution:2 - Daniel Dunbar (2)
###swift
* [Add a new guaranteed ARC optimization pass](https://github.com/apple/swift/commit/6f4e2ab391f70773803fe8a5cc2a1170da786466)
##Dev
This file has been truncated. show original
Enjoy!
-Kenny
jrose
(Jordan Rose)
January 16, 2018, 7:05pm
66
For posterity, I object to the phrasing "Swift arrays are not thread safe". The problem was that "globals are not (automatically) thread-safe". Arrays are no less thread safe than class references here.
Jordan
···
On Jan 15, 2018, at 13:09, Kenny Leung via swift-users <swift-users@swift.org> wrote:
Hi All.
Here is your TWISt-shout Newsletter for the week of 2018-01-08 to 2018-01-14
https://github.com/pepperdog/TWISt-shout/blob/master/2018/TWISt-shout-2018-01-15.md
Enjoy!
-Kenny
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users
hexdreamer
(Kenny Leung)
October 17, 2016, 8:20pm
67
Yep. Works great. Thanks!
* swift:156 - Michael Gottesman (21), Doug Gregor (17), Graydon Hoare (15)
This must have been your ploy all along :-)
-Kenny
···
On Oct 17, 2016, at 12:26 PM, Michael Gottesman <mgottesman@apple.com> wrote:
You don't need to do that. Swift-CI only should be on merge commits (which you should arguably be ignoring anyways). I think this is what you want:
git log --format='%an' --no-merges --since '-1 week' | sort | uniq -c
Michael
On Oct 17, 2016, at 12:22 PM, Kenny Leung <kenny_leung@pobox.com> wrote:
Hi Michael.
Yah - It would be nice to find out who the real authors of those changes are, but that would require a much more intelligent parsing of the git history. I’ll work on it…
-Kenny
On Oct 17, 2016, at 12:12 PM, Michael Gottesman <mgottesman@apple.com> wrote:
Suggestion: @swift-ci is not an interesting contributor in terms of contributor counts. You may want to filter that out of your counts to make that data more meaningful.
Michael
On Oct 17, 2016, at 10:35 AM, Kenny Leung via swift-dev <swift-dev@swift.org> wrote:
Here is your TWISt-shout Newsletter for the week of 2016-10-10 to 2016-10-16
https://github.com/pepperdog/TWISt-shout/blob/master/2016/TWISt-shout-2016-10-17.md
Enjoy!
-Kenny
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev
hexdreamer
(Kenny Leung)
November 14, 2016, 5:34pm
68
Here is your TWISt-shout Newsletter for the week of 2016-11-07 to 2016-11-13
# TWISt-shout Newsletter 2016-11-14
This Week In Swift for the week of 2016-11-07 to 2016-11-13
##Code Updates
* swift:121 - Doug Gregor (17), Huon Wilson (10), Michael Gottesman (7)
* swift-compiler-rt:11 - Kuba Brecka (9), Akira Hatanaka (1), Vitaly Buka (1)
* swift-corelibs-foundation:2 - Naithar (1), Sergey Minakov (1)
* swift-package-manager:12 - Ankit Aggarwal (10), Anders Bertelrud (1), Daniel Dunbar (1)
* swift-protobuf-runtime:4 - Tim Kientzle (3), Alan (1)
* swift-clang:29 - Argyrios Kyrtzidis (7), Richard Smith (5), Vassil Vassilev (5)
* swift-llvm:13 - Adrian Prantl (5), Kuba Brecka (4), Jordan Rose (2)
* swift-lldb:5 - Chris Bieneman (1), Enrico Granata (1), Jason Molenda (1)
* swift-cmark:1 - Hugh Bellamy (1)
* swift-evolution:7 - Anders Bertelrud (2), Doug Gregor (2), Jacob Bandes-Storch (2)
### Commit Message of the Week
* [Dang, that was easy!](https://github.com/apple/swift/commit/59a063b9a05e9a2c29372c65d6f0edf70e7bd8bf)
This file has been truncated. show original
Enjoy!
-Kenny
hexdreamer
(Kenny Leung)
November 21, 2016, 7:34pm
70
Here is your TWISt-shout Newsletter for the week of 2016-11-14 to 2016-11-20
# TWISt-shout Newsletter 2016-11-21
This Week In Swift for the week of 2016-11-14 to 2016-11-20
##Hot News
* [Cutting new branch swift-3.1-branch](https://lists.swift.org/pipermail/swift-dev/Week-of-Mon-20161114/003540.html)
##Code Updates
* swift:137 - Slava Pestov (19), Doug Gregor (18), Jordan Rose (12)
* swift-compiler-rt:7 - Kuba Brecka (4), Anna Zaks (3)
* swift-corelibs-foundation:3 - Sergey Minakov (2), Tony Parker (1)
* swift-package-manager:18 - Ankit Aggarwal (14), Anders Bertelrud (2), Boris Bügling (1)
* swift-xcode-playground-support:1 - Enrico Granata (1)
* swift-protobuf-runtime:1 - Dimitris Koutsogiorgas (1)
* swift-clang:47 - Jordan Rose (8), Devin Coughlin (7), Adam Nemet (4)
* swift-llvm:63 - Adam Nemet (51), Tim Northover (4), Kuba Brecka (2)
* swift-lldb:22 - Enrico Granata (6), Jason Molenda (5), Pavel Labath (3)
* swift-llbuild:7 - Daniel Dunbar (5), Boris Bügling (2)
* swift-evolution:13 - Anders Bertelrud (6), Daniel Dunbar (4), Ankit Aggarwal (1)
This file has been truncated. show original
Enjoy!
-Kenny
hexdreamer
(Kenny Leung)
November 28, 2016, 7:29pm
71
Here is your TWISt-shout Newsletter for the week of 2016-11-21 to 2016-11-27
# TWISt-shout Newsletter 2016-11-28
This Week In Swift for the week of 2016-11-21 to 2016-11-27
##Hot News
Hope you enjoyed your Hot Turkey this week. (For those in the US)
##Code Updates
* swift:65 - Michael Gottesman (13), Slava Pestov (10), Rintaro Ishizaki (10)
* swift-corelibs-foundation:1 - David Jones (1)
* swift-corelibs-libdispatch:2 - David Grove (1), Gonzalo Larralde (1)
* swift-package-manager:9 - Ankit Aggarwal (9)
* swift-protobuf-runtime:2 - Tony Allevato (1), kitasuke (1)
* swift-lldb:2 - Michael Gottesman (1), Slava Pestov (1)
* swift-evolution:1 - Bouke Haarsma (1)
### Commit Message of the Week
* [Merge pull request #82 from gottesmm/vacation-gardening](https://github.com/apple/swift-lldb/commit/08f630d27ed3164735ed1b76ec107cdc7e2e29ec)
This file has been truncated. show original
Enjoy!
-Kenny
hexdreamer
(Kenny Leung)
December 5, 2016, 8:16pm
72
Here is your TWISt-shout Newsletter for the week of 2016-11-28 to 2016-12-04
https://github.com/pepperdog/TWISt-shout/blob/master/2016/TWISt-shout-2016-12-05.md
Enjoy!
-Kenny
hexdreamer
(Kenny Leung)
December 12, 2016, 8:29pm
73
Here is your TWISt-shout Newsletter for the week of 2016-12-05 to 2016-12-11
# TWISt-shout Newsletter 2016-12-12
This Week In Swift for the week of 2016-12-05 to 2016-12-11
##Hot News
* [Swift 3.1 Release process announced](https://lists.swift.org/pipermail/swift-dev/Week-of-Mon-20161205/003682.html). The correct URL for [the blog post is here](https://swift.org/blog/swift-3-1-release-process/)
* [Ubuntu/Centos docker with swift 3](https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20161212/004176.html)
##Swift Style
* [ObjC vs Swift action selectors](https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20161205/004149.html)
* [Getting at the bytes of Data](https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20161205/004161.html)
##Code Updates
* swift:226 - Doug Gregor (36), Slava Pestov (25), Erik Eckstein (22)
* swift-corelibs-foundation:10 - Philippe Hausler (9), Karl Weinmeister (1)
* swift-corelibs-xctest:2 - Ilya Laryionau (2)
This file has been truncated. show original
Enjoy!
-Kenny
hexdreamer
(Kenny Leung)
December 19, 2016, 7:42pm
74
hexdreamer
(Kenny Leung)
December 19, 2016, 7:45pm
75
Hi All.
Here is your TWISt-shout Newsletter for the week of 2016-12-12 to 2016-12-18
# TWISt-shout Newsletter 2016-12-19
This Week In Swift for the week of 2016-12-12 to 2016-12-18
##Hot News
* [ANTLR 4.6 now generates parsers in Swift](https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20161212/004183.html)
##Code Updates
* swift:228 - Michael Gottesman (45), Slava Pestov (31), Erik Eckstein (15)
* swift-compiler-rt:7 - Kuba Mracek (3), Vedant Kumar (3), Daniel Jasper (1)
* swift-corelibs-foundation:7 - Mark Lacey (2), Guillaume Lessard (1), Karl Weinmeister (1)
* swift-package-manager:26 - Ankit Aggarwal (21), J Cheyo Jimenez (2), Daniel Dunbar (1)
* swift-protobuf:35 - Tim Kientzle (31), Thomas Van Lenten (4)
* swift-protobuf-test-conformance:1 - Thomas Van Lenten (1)
* swift-clang:34 - Mehdi Amini (11), Bruno Cardoso Lopes (5), Artem Dergachev (4)
* swift-llvm:17 - Teresa Johnson (7), Vedant Kumar (3), Chris Bieneman (2)
* swift-lldb:2 - Jason Molenda (1), Slava Pestov (1)
* swift-llbuild:9 - Boris Bügling (5), Daniel Dunbar (3), Jordan Rose (1)
* example-package-fisheryates:1 - Ankit Aggarwal (1)
This file has been truncated. show original
Enjoy!
-Kenny
hexdreamer
(Kenny Leung)
December 26, 2016, 5:23pm
76
Hi All.
Here is your TWISt-shout Newsletter for the week of 2016-12-19 to 2016-12-25
# TWISt-shout Newsletter 2016-12-26 Boxing Day Edition
The final This Week In Swift for 2016! This marks one full year of TWISt-shout!
##Hot News
* [Swift Infrastructure Holiday Schedule](https://lists.swift.org/pipermail/swift-dev/Week-of-Mon-20161219/003735.html)
##Code Updates
* swift:158 - Slava Pestov (32), Maxwell Swadling (14), Arnold Schwaighofer (11)
* swift-compiler-rt:2 - Kuba Mracek (2)
* swift-corelibs-foundation:8 - Philippe Hausler (4), Gonzalo Larralde (1), Greg Parker (1)
* swift-corelibs-libdispatch:1 - Greg Parker (1)
* swift-package-manager:20 - Ankit Aggarwal (19), Anders Bertelrud (1)
* swift-protobuf:21 - Tim Kientzle (12), David Paschich (4), Tony Allevato (3)
* swift-clang:29 - Devin Coughlin (5), Jordan Rose (5), Akira Hatanaka (5)
* swift-llvm:11 - Adrian Prantl (5), Reid Kleckner (2), Chris Bieneman (1)
* swift-lldb:6 - Sean Callanan (3), Slava Pestov (2), Todd Fiala (1)
* swift-llbuild:6 - Hugh Bellamy (4), Daniel Dunbar (2)
* swift-evolution:2 - Jacob Bandes-Storch (2)
This file has been truncated. show original
Enjoy!
-Kenny
hexdreamer
(Kenny Leung)
January 2, 2017, 4:57pm
77
Hi All.
Here is your TWISt-shout Newsletter for the week of 2016-12-26 to 2017-01-01
Enjoy!
-Kenny
hexdreamer
(Kenny Leung)
January 9, 2017, 5:50pm
78
Hi All.
Here is your TWISt-shout Newsletter for the week of 2017-01-02 to 2017-01-08
# TWISt-shout Newsletter 2017-01-09
This Week In Swift for the week of 2017-01-02 to 2017-01-08
##Hot News
* [Merged master into swift-3.1-branch](https://lists.swift.org/pipermail/swift-dev/Week-of-Mon-20170102/003795.html)
##Swift Style
* [Zero cost abstraction 2D Iterator (equivalent to two nested for loops) impossible?](https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20170102/004314.html)
* [make a static/class method return type be the subclass it is called with](https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20170102/004334.html)
## Pull Requests
##Code Updates
* swift:226 - Slava Pestov (63), Michael Gottesman (14), Doug Gregor (13)
* swift-compiler-rt:11 - Kuba Mracek (7), Kostya Serebryany (4)
* swift-corelibs-foundation:6 - Syo Ikeda (3), Ben Cohen (1), Gonzalo Larralde (1)
This file has been truncated. show original
Enjoy!
-Kenny
hexdreamer
(Kenny Leung)
January 16, 2017, 8:06pm
79
Hi All.
Here is your TWISt-shout Newsletter for the week of 2017-01-09 to 2017-01-015
# TWISt-shout Newsletter 2017-01-16
This Week In Swift for the week of 2017-01-09 to 2017-01-15
##Hot News
* [Final merge from master to swift-3.1-branch](https://lists.swift.org/pipermail/swift-dev/Week-of-Mon-20170109/003823.html)
* [Swift Development Environment for Linux](https://lists.swift.org/pipermail/swift-server-dev/Week-of-Mon-20170109/000220.html)
##Swift Style
* [Is it possible to compile swift code to dynamic library (and use it from C)?](https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20170109/004384.html)
* [Allow ʹ in variable/constant names?](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20170109/030104.html)
##Code Updates
* swift:191 - Slava Pestov (21), Hugh Bellamy (17), Arthur Ariel Sabintsev (15)
* swift-corelibs-foundation:35 - Syo Ikeda (30), Russell Currey (2), Tony Parker (2)
* swift-corelibs-libdispatch:1 - David Grove (1)
This file has been truncated. show original
Enjoy!
-Kenny
hexdreamer
(Kenny Leung)
January 23, 2017, 7:10pm
80
Hi All.
Here is your TWISt-shout Newsletter for the week of 2017-01-16 to 2017-01-22
# TWISt-shout Newsletter 2017-01-23
This Week In Swift for the week of 2017-01-16 to 2017-01-22
##Hot News
* [Swift Evolution Status Page Now Available](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20170116/030468.html)
* [Official Docker Image for Swift now available](https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20170116/004470.html)
##Swift Style
* [Handling integer overflow](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20170116/030397.html)
* You can make [closures from functions](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20170109/030031.html), but it fails with default arguments. Thread continues [here](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20170116/030509.html)
##Code Updates
* swift:180 - Michael Gottesman (28), Slava Pestov (19), Hugh Bellamy (13)
* swift-corelibs-foundation:15 - Syo Ikeda (11), Amr Aboelela (1), Norio Nomura (1)
* swift-corelibs-libdispatch:1 - Johannes Weiß (1)
This file has been truncated. show original
Enjoy!
-Kenny