Viewing profile — practicalswift
practicalswift
HN member- Joined
- Sat, Jun 07, 2014, 8:08 PM UTC
- HN karma
- 679
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About practicalswift
No profile information was provided.
Recent public activity
- story
- story
- story
-
comment
Comment #10673115
I'm really impressed by the attentiveness of the Swift compiler team. Found this in the repo: https://github.com/apple/swift/commit/666646fee95bc75ca81e1d... One tweet and the bug …
-
comment
Comment #10671703
Happy to see that my collection of Swift compiler crashes (see https://github.com/practicalswift/swift-compiler-crashes ) has been part of the official Swift repo since September 2…
- story
- story
-
comment
Comment #8942584
These are the crashing statements: SELECT n()AND+#0; SELECT strftime() DETACH(SELECT group_concat(q)); DROP TABLE IF EXISTS t0; CREATE TABLE t0(t); INSERT INTO t0 SELECT strftime()…
- story
- story
- story
-
comment
Comment #8003181
Yes, the project was updated to compile without warnings in Xcode6-Beta3 directly after the release. Please note that most of the changes introduced in Xcode6-Beta3 are breaking, s…
-
comment
Comment #8001751
The current Swift standard library is actually very small and limited, so Pythonic.swift is an attempt to extend the Swift language with a more comprehensive standard library that …
- story
- story
- story
- story
- story