Skip to content

update list of compiler phases #1791

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

Merged
merged 2 commits into from
Oct 19, 2020
Merged

update list of compiler phases #1791

merged 2 commits into from
Oct 19, 2020

Conversation

Jasper-M
Copy link
Contributor

@Jasper-M Jasper-M commented Oct 2, 2020

Generated with GNU sed:

scalac -Vphases | tail -n+3 | sed -rn 's|^\s*([a-z]+)\s+[0-9]+\s+([a-z@].+)$|<dt>\1</dt>\n<dd>\2</dd>\n|p'

Generated with GNU sed:
```
scalac -Vphases | tail -n+3 | sed -rn 's|^\s*([a-z]+)\s+[0-9]+\s+([a-z@].+)$|<dt>\1</dt>\n<dd>\2</dd>\n|p'
```
@sjrd
Copy link
Member

sjrd commented Oct 2, 2020

Perhaps include that magical bash incantation as comment in the file, for future reference?

@Jasper-M
Copy link
Contributor Author

Jasper-M commented Oct 2, 2020

Good idea. I guess most people don't dig into git history.

@SethTisue SethTisue merged commit 14051ad into scala:master Oct 19, 2020
@SethTisue
Copy link
Member

thank you!

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.

3 participants