Skip to content

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