You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Enable Cargo features for quickchecking crate](https://github.com/rust-lang-nursery/rust-bindgen/pull/1180)
56
61
57
-
I count my experience as a success. Not because I was able to see three PRs
58
-
merged and the corresponding issues closed but becasue I was noticed by
59
-
[@steveklabnik](https://twitter.com/steveklabnik)(haha who does a pretty damn good
60
-
job summing up the work I did with, "bindgen uses quickcheck to generate random
61
-
c header files and then tries to parse them".).
62
+
I count my experience as a success. Mostly because three PRs were
63
+
merged and the corresponding issues closed and a little bit because the
64
+
crate was noticed by [@steveklabnik](https://twitter.com/steveklabnik)
65
+
(who does a pretty damn good job summing up its function, "bindgen uses
66
+
quickcheck to generate random c header files and then tries to parse them".).
62
67
63
68
<blockquoteclass="twitter-tweet"data-lang="en"><plang="en"dir="ltr">bindgen uses quickcheck to generate random c header files and then tries to parse them <ahref="https://t.co/HYftqPra7L">https://t.co/HYftqPra7L</a></p>— Some(@steveklabnik) (@steveklabnik) <ahref="https://twitter.com/steveklabnik/status/939238891118350337?ref_src=twsrc%5Etfw">December 8, 2017</a></blockquote>
and [#684](https://github.com/rust-lang-nursery/rust-bindgen/issues/684). To me
@@ -88,31 +93,31 @@ that went right that may be out of the ordinary.
88
93
89
94
* I live in Portland, OR where [the sponsor of the Rust project](https://research.mozilla.org/rust/) Mozilla has a presence.
90
95
91
-
*I was able to go to an impl period Meetup and pick [@fitzgen](https://github.com/fitzgen)'s brain in person, the impl period's [bindgen](https://github.com/rust-lang-nursery/rust-bindgen) project lead.
96
+
*There was an impl period Meetup nearby where I was able to pick [@fitzgen](https://github.com/fitzgen)'s brain in person, the impl period's [bindgen](https://github.com/rust-lang-nursery/rust-bindgen) project lead.
92
97
93
98
It's also worth noting the things that I expect apply more generally.
94
99
95
-
* The presence of a Gitter channel influenced my decision to contribute. I didn't actually use it much but it allowed me to wave, say hi and get a wave back. It was some human interaction that helped reinforce that my work would be seen and that if I did need somthing, it would be there.
100
+
* The presence of [a Gitter channel](https://gitter.im/rust-impl-period/WG-dev-tools-bindgen) influenced the decision to contribute. While I didn't actually use it much, it allowed me to wave, say hi and get a wave back. It was some human interaction that helped reinforce that my work would be seen and that if I did need something, it would be there.
96
101
97
102
* I loved the newsletters.
98
103
99
-
*I went to an impl period Meetup and my engagement with the Rust community was enormously positive.
104
+
*My engagement with the Rust community was enormously positive.
100
105
101
-
* The impl period documentation was really, really great. The volume of it all was a bit daunting at first but I ended up appreciating that I was able to browse until something felt right. I was able to settle on a problem that sounded interesing to me and represented a chance to learn.
106
+
* The impl period documentation was really, really great. The volume of it all was a bit daunting at first but ended up allowing me to browse until something felt right. I was able to settle on a problem that sounded interesting and represented a chance to learn.
102
107
103
-
* When I took on the project I had a clear idea of how to tackle it and that clear idea was __completely__ misguided. Mapping out a new solution and implementing it really scratched the itch.
108
+
* When I took on the project it was with a clear idea of how to tackle it and that clear idea was __completely__ misguided. Mapping out a new solution and implementing it really scratched the itch.
104
109
105
110
106
-
I had a fantastic time participating and I hope the impl period is an every year
107
-
thing. I also feel like I genuinely leveled up as a Rust developer, in some part
108
-
because I had a new problem to solve but largely because of the incredibly
109
-
thourough and thoughtful feedback I got from
111
+
Participating was a fantastic experience, I hope the impl period is an every year
112
+
thing. It provided a feeling of genuinely leveling up as a Rust developer,
113
+
in some part because it was a new problem to solve but largely because of the incredibly
114
+
thorough and thoughtful feedback from
110
115
[@fitzgen](https://github.com/fitzgen) who reviewed my PRs.
111
116
112
117
For more info on implementation details I'll probably do a follow up
113
-
post, but in the meantime, if you're interested in knowing more about it I'll
114
-
recommend checking out the conversations in the PRs linked to above or
115
-
reaching out on Twitter, I'm [@shnewto](https://twitter.com/shnewto).
118
+
post, but in the meantime, if you're interested in knowing more about it check out
119
+
the conversations in the PRs linked to above or
120
+
reaching out on Twitter, [@shnewto](https://twitter.com/shnewto).
116
121
117
122
I'd like to offer a really enthusiastic thank you to the Rust community and
118
123
everyone involved in organizing and running the impl period for 2017. I'm glad
0 commit comments