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

Bulk 2021 04 11 #480

Merged
merged 9 commits into from
Apr 12, 2021
Merged

Bulk 2021 04 11 #480

merged 9 commits into from
Apr 12, 2021

Conversation

jeehoonkang
Copy link
Member

  • PR이 좀 큰데 대부분 파일 옮긴거라 일단 한번 올려봅니다.
  • 혹시 쪼개서 review해야할 필요가 있다면 알려주세요.

@jeehoonkang jeehoonkang requested a review from Medowhill April 10, 2021 16:13
kernel-rs/src/pipe.rs Outdated Show resolved Hide resolved
kernel-rs/src/pipe.rs Outdated Show resolved Hide resolved
kernel-rs/src/vm.rs Outdated Show resolved Hide resolved
@@ -36,7 +26,7 @@ impl<'s, R: RawLock, U, T> RemoteLock<'s, R, U, T> {
///
/// ```rust,no_run
/// let spinlock: Spinlock<usize> = Spinlock::new("spinlock", 10);
/// let spinlock_protected: RemoteSpinlock<'_, usize, isize> = RemoteLock::new(&spinlock, -20);
/// let spinlock_remote: RemoteSpinlock<'_, usize, isize> = RemoteLock::new(&spinlock, -20);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RemoteSpinlock라는 type alias가 없어진 것 같은데, 그러면 이 example도 다음과 같이 바꿔야될 것 같습니다.

/// let spinlock_remote: RemoteLock<'_, RawSpinlock, usize, isize> = RemoteLock::new(&spinlock, -20);

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 부분은 다른 PR에서 제가 처리하도록 하겠습니다.

@jeehoonkang
Copy link
Member Author

bors r+

@kaist-cp-bors
Copy link
Contributor

kaist-cp-bors bot commented Apr 12, 2021

Build succeeded:

@kaist-cp-bors kaist-cp-bors bot merged commit 3ec08e0 into kaist-cp:riscv Apr 12, 2021
@travis1829 travis1829 mentioned this pull request Apr 12, 2021
kaist-cp-bors bot added a commit that referenced this pull request Apr 12, 2021
484: Small fix r=Medowhill a=travis1829

매우 간단한 PR입니다. 바로 merge해주셔도 될 것 같습니다.

* Fix for #480 (comment)
* Fix for #469 (comment)
  * rustfmt version이 1.4.36-nightly로 업데이트되어, 더 이상 `#[rustfmt::skip]`을 붙일 필요가 없습니다.

Co-authored-by: travis1829 <travis1829@naver.com>
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