Skip to content

Commit c3cbb5d

Browse files
committed
Fix a couple typos
1 parent 84dd8aa commit c3cbb5d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

working-groups/polonius/minutes/2019.03.07-meeting.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,31 @@
33

44
Relevant links:
55
- The meeting happened in this [Zulip thread](https://rust-lang.zulipchat.com/#narrow/stream/186049-t-compiler.2Fwg-polonius/topic/meeting.202019.2E03.2E07)
6-
- The [Paper document](https://paper.dropbox.com/doc/Polonius-Roadmap--AY6C806s~AZK~e7wagmys2_wAg-hk3a9ynduUN2gk1A0NNTF) for the WIP roadmap
6+
- A [Paper document](https://paper.dropbox.com/doc/Polonius-Roadmap--AY6C806s~AZK~e7wagmys2_wAg-hk3a9ynduUN2gk1A0NNTF) for the WIP roadmap
77

88
---
99

1010
The first meeting of the WG Polonius was dedicated to finding concrete next steps, both as part of working on the roadmap, and as onboarding [@albins][Albin] into the group. Since [Albin] will do a masters related to Polonius, we also worked out other areas they could tackle as time progressed.
1111

1212
Ultimately, a good starter issue was found in creating a new Polonius "hybrid" variant, bridging the location insensitive and complete analyses: a realistic way for rustc to use Polonius.
1313

14-
We then described a possible follow-up task, focusing on Polonius completeness: incorporating rustc's move/overwrite analysis, in a way similar to how it was done in Lark.
14+
We then described a possible follow-up task, focusing on Polonius completeness: incorporating rustc's move/overwrite analysis, in a way similar to how it was done in [Lark].
1515

1616
We also spent time talking about next steps in documentation, whether in talks ([Niko]) or written docs ([Rémy]).
1717

1818
Possible talks:
19-
- a walkthrough of a more complex theoretical example
20-
- a more practical walk-through with a focus on the concrete parts of the Polonius computation: interfacing with rustc and transferring data, computing the analysis' datalog rules, how datafrog works.
19+
- a walkthrough of a more complex theoretical example.
20+
- a more practical walkthrough with a focus on the concrete parts of the Polonius computation: interfacing with rustc and transferring data, computing the analysis' datalog rules, how datafrog works, etc.
2121

2222
Following those, we also mentioned a longer term task: the more complicated analysis handling higher-ranked regions described in [this blog post](http://smallcultfollowing.com/babysteps/blog/2019/01/21/hereditary-harrop-region-constraints/).
2323

24-
The final points were more about crosscutting concerns applicable to all WGs: how would Github permissions work, and setting up the polonius and datafrog to follow the soon-to-be finalized "crate conformance policy".
24+
The final points were more about cross-cutting concerns applicable to all WGs: how would Github permissions work, and setting up the polonius and datafrog crates and repositories to follow the soon-to-be finalized "crate conformance policy".
2525

2626
----
2727
The major next steps we decided on were:
28-
- [Matthew] will write mentoring instructions for the [hybrid algorithm task](https://github.com/rust-lang/polonius/issues/100)
28+
- [Matthew] will write mentoring instructions for the [hybrid algorithm task](https://github.com/rust-lang/polonius/issues/100).
2929
- [Niko] and [Albin] will prepare the follow-up walkthrough of Polonius (the specific time, and contents).
30-
- [Niko] will review the [subset relation PR](https://github.com/rust-lang/polonius/pull/99)
30+
- [Niko] will review the [subset relation PR](https://github.com/rust-lang/polonius/pull/99).
3131

3232
[Albin]: https://github.com/albins
3333
[Niko]: https://github.com/nikomatsakis

0 commit comments

Comments
 (0)