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

chore: remove perl, make and local docs. #476

Merged
merged 2 commits into from
Dec 5, 2022
Merged

Conversation

stevenh
Copy link
Collaborator

@stevenh stevenh commented Dec 5, 2022

Remove the dependencies on perl and make.

inline.pl is replaced by tools/gen-jscore and token/tokenfmt is replaced by tools/gen-tokens which are both golang text/template utilities.

gen-jscore uses property ordering that matches chromes output ordering adding missing properties to the Error types.

Local generated documentation have been removed as https://pkg.go.dev/ is more feature rich.

The use of make has been removed as the functionality is now replicated by standard golang tools go test ./... and go generate ./... as well as integrated into github actions.

Remove the dependencies on perl and make.

inline.pl is not replaced by tools/gen-jscore and token/tokenfmt is
replaced by tools/gen-tokens which are both golang text/template
utilities.

gen-jscore uses property ordering that matches chromes output ordering
adding missing properties to the Error types.

Local generated documentation has now been removed as
https://pkg.go.dev/ is more feature rich.

The use of make has been removed as the functionality is now replicated
by standard golang tools go test ./... and go generate ./... as well as
integrated into github actions.
Remove perl script tokenfmt.

Restore non generated underscore README.
@stevenh stevenh marked this pull request as ready for review December 5, 2022 22:16
@stevenh stevenh merged commit 233dfa4 into master Dec 5, 2022
@stevenh stevenh deleted the core/remove-perl branch December 5, 2022 22:19
stevenh added a commit that referenced this pull request Dec 5, 2022
Add inline tests missed in PR #476.
stevenh added a commit that referenced this pull request Dec 5, 2022
Add inline tests missed in PR #476.
sg3des pushed a commit to sg3des/otto that referenced this pull request Jul 17, 2023
Remove the dependencies on perl and make.

inline.pl is replaced by tools/gen-jscore and token/tokenfmt is replaced
by tools/gen-tokens which are both golang text/template utilities.

gen-jscore uses property ordering that matches chromes output ordering
adding missing properties to the Error types.

Local generated documentation have been removed as https://pkg.go.dev/
is more feature rich.

The use of make has been removed as the functionality is now replicated by
standard golang tools go test ./... and go generate ./... as well as integrated
into github actions.
sg3des pushed a commit to sg3des/otto that referenced this pull request Jul 17, 2023
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.

1 participant