Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

chore: crates metadata and documentation #4352

Merged
merged 6 commits into from
Apr 12, 2023
Merged

Conversation

ematipico
Copy link
Contributor

@ematipico ematipico commented Apr 6, 2023

Summary

This PR updates various crates inside the repository to contain the correct metadata and files in order to have a starting point for those crates to be published to crates.io.

With this PR, I published the following crates:

Unfortunately, I haven't found a decent automated workflow to publish the crates yet. My initial idea was to use cargo-workspaces, which is like a lerna for rust projects.

I am not sure this would work correctly though, because this tool uses tags to "understand" which crates to publish.

Test Plan

Current CI should pass

Changelog

  • The PR requires a changelog line

Documentation

  • The PR requires documentation
  • I will create a new PR to update the documentation

@netlify
Copy link

netlify bot commented Apr 6, 2023

Deploy Preview for docs-rometools canceled.

Name Link
🔨 Latest commit 0fedf30
🔍 Latest deploy log https://app.netlify.com/sites/docs-rometools/deploys/64357d1a06f11a0008af0e79

@github-actions github-actions bot added A-CLI Area: CLI A-Core Area: core A-Diagnostic Area: errors and diagnostics A-Formatter Area: formatter A-Linter Area: linter A-LSP Area: language server protocol A-Parser Area: parser A-Project Area: project configuration and loading labels Apr 6, 2023
@github-actions
Copy link

github-actions bot commented Apr 6, 2023

Parser conformance results on ubuntu-latest

js/262

Test result main count This PR count Difference
Total 48647 48647 0
Passed 47568 47568 0
Failed 1079 1079 0
Panics 0 0 0
Coverage 97.78% 97.78% 0.00%

jsx/babel

Test result main count This PR count Difference
Total 40 40 0
Passed 37 37 0
Failed 3 3 0
Panics 0 0 0
Coverage 92.50% 92.50% 0.00%

symbols/microsoft

Test result main count This PR count Difference
Total 6093 6093 0
Passed 1783 1783 0
Failed 4310 4310 0
Panics 0 0 0
Coverage 29.26% 29.26% 0.00%

ts/babel

Test result main count This PR count Difference
Total 639 639 0
Passed 568 568 0
Failed 71 71 0
Panics 0 0 0
Coverage 88.89% 88.89% 0.00%

ts/microsoft

Test result main count This PR count Difference
Total 16740 16740 0
Passed 12803 12803 0
Failed 3937 3937 0
Panics 0 0 0
Coverage 76.48% 76.48% 0.00%

@ematipico ematipico marked this pull request as ready for review April 11, 2023 15:09
@ematipico ematipico requested review from denbezrukov, a team and Conaclos April 11, 2023 15:10
@ematipico ematipico merged commit 802bf8b into main Apr 12, 2023
@ematipico ematipico deleted the feat/prepare-versions branch April 12, 2023 13:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-CLI Area: CLI A-Core Area: core A-Diagnostic Area: errors and diagnostics A-Formatter Area: formatter A-Linter Area: linter A-LSP Area: language server protocol A-Parser Area: parser A-Project Area: project configuration and loading
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant