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: rename rome_js_unicode_table to biome_js_unicode_table biomejs#88 #205

Merged
merged 3 commits into from
Sep 8, 2023

Conversation

kyu08
Copy link
Contributor

@kyu08 kyu08 commented Sep 8, 2023

Summary

  • Renamed rome_js_unicode_table to biome_js_unicode_table
  • Added #[allow(dead_code)] to DEFAULT_CONFIGURATION_BEFORE and DEFAULT_CONFIGURATION_AFTER in crates/rome_cli/tests/commands/format.rs. (I wrote motivation in there comment)
  • When I ran GitHub Actions on my forked repo, Test (windows-latest) failed with: "error: linking with link.exe failed: exit code: 1318" (log). But tests on other OS passed. I don't have any idea to fix this. Please help me. 🙏

#88

Test Plan

  • just ready

@github-actions github-actions bot added A-CLI Area: CLI A-Linter Area: linter A-Parser Area: parser A-Tooling Area: internal tools L-JavaScript Language: JavaScript and super languages L-JSON Language: JSON and super languages labels Sep 8, 2023
@ematipico
Copy link
Member

The linking issue might happen while we rename the crates. It's a caching issue with GitHub workflows. If that happens, we delete the action's cache manually

@kyu08
Copy link
Contributor Author

kyu08 commented Sep 8, 2023

@ematipico

The linking issue might happen while we rename the crates. It's a caching issue with GitHub workflows. If that happens, we delete the action's cache manually

Thank you for letting me know that! I'll do that next time on my repo.
Could you please delete actions's cache and re-run failed jobs?

@ematipico ematipico merged commit 579d515 into biomejs:main Sep 8, 2023
12 of 13 checks passed
@kyu08 kyu08 deleted the feat/rename-crates branch October 16, 2023 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CLI Area: CLI A-Linter Area: linter A-Parser Area: parser A-Tooling Area: internal tools L-JavaScript Language: JavaScript and super languages L-JSON Language: JSON and super languages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants