Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

book: document input relations, naive rules, location-insensitive rules #126

Merged
merged 8 commits into from
Jun 2, 2021

Conversation

lqd
Copy link
Member

@lqd lqd commented Sep 17, 2019

This PR starts describing the input relations "pre-liveness". More details about the liveness relations and atoms will be coming later. Also describes two of the three variants in datalog form.

Represents the state of things after #156 with the naming and rules from our rules hackmd:

  • added documentation about the input relations (with the new relations used in subset errors)
  • added documentation about the Naive rules (without the placeholder loans from the hackmd)
  • added documentation about the LocationInsensitive rules
  • some summary work about the rules and pipelines
  • some links to blog posts and the polonius talk at Rust Belt Rust

r? @nikomatsakis

@lqd

This comment has been minimized.

@lqd lqd force-pushed the origin_of_symmetry branch from 80dc9b9 to cd5641c Compare December 22, 2020 16:11
@lqd lqd changed the title [WIP] book: add a chapter describing the input relations book: describe the input relations and the naive rules Dec 22, 2020
@lqd lqd changed the title book: describe the input relations and the naive rules book: document input relations, naive rules, location-insensitive rules Dec 27, 2020
@lqd lqd force-pushed the origin_of_symmetry branch from 6efc6be to 69d7808 Compare December 27, 2020 12:34
@lqd
Copy link
Member Author

lqd commented Dec 28, 2020

Also note that the syntax highlighter that comes with mdbook does not by default enable support for the prolog code blocks that I've used for the soufflé datalog rules: the md files will look a tiny bit better on github than they will in the deployed site (unless we also override the syntax highlighter to embed a version of the highlighter that enables prolog highlighting)

@nikomatsakis
Copy link
Contributor

I've skimmed this and it looks quite good. I'm inclined to merge it and give it more detailed reads later over time.

@nikomatsakis nikomatsakis merged commit c0c45cf into rust-lang:master Jun 2, 2021
@lqd lqd deleted the origin_of_symmetry branch June 3, 2021 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants