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

Format code and Fix warnings #100

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Format code and Fix warnings #100

merged 1 commit into from
Apr 29, 2024

Conversation

coolyjg
Copy link
Contributor

@coolyjg coolyjg commented Apr 24, 2024

This PR is trying to format current code and fix warnings. Following jobs will be included:

  • Fix CI warnings. There are many CI warnings remained(Some of them should be re-checked due to new Rust features).
  • Format code. There are some code with #[allow(unused)] left, and this PR is trying to fix them.
  • Unify licence. Some crates prefixed with rux are not under MULAN licence.
  • Remove /dev/foo/bar. This file is not necessary.
  • Rename two directories in api/
    • Maybe Next time after Rust std is supported.
  • Remove ArceOS crates.

@coolyjg
Copy link
Contributor Author

coolyjg commented Apr 26, 2024

LICENSE
The license of following crates are changed into Mulan PSL v2. Please help me check @ken4647 .

  • ruxos_posix_api
  • crates/driver_9p
  • crates/driver_display
  • crates/dtb
  • modules/rux9p
  • modules/ruxdisplay
  • modules/ruxfutex
  • ruxmusl

@coolyjg coolyjg requested a review from ken4647 April 26, 2024 05:37
@coolyjg
Copy link
Contributor Author

coolyjg commented Apr 26, 2024

Crates Removed
Remove following crates from RuxOS source code. Import them from crates.io.

  • crate_interface
  • memory_addr
  • handler_table
  • kernel_guard

remove /dev/foo/bar
change license
import crates_interface,kernel_guard,handler_table,memory_addr from crates.io
@coolyjg coolyjg marked this pull request as ready for review April 26, 2024 07:40
@ken4647 ken4647 merged commit 34d4927 into syswonder:dev Apr 29, 2024
10 checks passed
@coolyjg coolyjg mentioned this pull request May 7, 2024
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.

2 participants