Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / m-ou-se/rust-atomics-and-locks issues and pull requests

#58 - Redundant indents

Issue - State: closed - Opened by chengr4 about 1 month ago - 2 comments
Labels: errata, unconfirmed

#57 - Relaxed ordering - text mentions 0,5,15 while example has add 5, add 10

Issue - State: closed - Opened by jakr about 1 month ago - 2 comments
Labels: errata, unconfirmed

#56 - refactor: Replace if-else with match

Pull Request - State: closed - Opened by DannyCeb about 2 months ago - 1 comment

#56 - refactor: Replace if-else with match

Pull Request - State: closed - Opened by DannyCeb about 2 months ago - 1 comment

#55 - Minor issue explaining "Undefined Behavior" (offset of out-of-bound access)

Issue - State: open - Opened by IgorDzreyev 4 months ago
Labels: errata, unconfirmed

#55 - Minor issue explaining "Undefined Behavior" (offset of out-of-bound access)

Issue - State: open - Opened by IgorDzreyev 4 months ago
Labels: errata, unconfirmed

#54 - chapter7: 3 typos in ARM instructions in the text

Issue - State: closed - Opened by vni 4 months ago - 2 comments
Labels: errata, unconfirmed

#53 - ch3-05-out-of-thin-air.rs - still don't understand 😓

Issue - State: open - Opened by gpawru 5 months ago - 2 comments
Labels: question

#52 - Figure 9-1

Issue - State: closed - Opened by z5014823 5 months ago - 1 comment
Labels: question

#52 - Figure 9-1

Issue - State: closed - Opened by z5014823 5 months ago - 1 comment
Labels: question

#51 - [Chapter 5] Saving one byte of memory when controlling channel state - Missing state reset?

Issue - State: closed - Opened by brunojppb 7 months ago - 2 comments
Labels: question

#51 - [Chapter 5] Saving one byte of memory when controlling channel state - Missing state reset?

Issue - State: closed - Opened by brunojppb 7 months ago - 2 comments
Labels: question

#49 - Potential infinite loop in the end of chapter 5

Issue - State: open - Opened by yonatan-linik 8 months ago
Labels: question

#49 - Potential infinite loop in the end of chapter 5

Issue - State: open - Opened by yonatan-linik 8 months ago
Labels: question

#48 - How is the result 0 20 possible in figure 3.1

Issue - State: open - Opened by lucasalavapena 8 months ago - 1 comment
Labels: question

#47 - Question about correctness of example in chapter 5

Issue - State: closed - Opened by mlowicki 9 months ago - 2 comments
Labels: question

#47 - Question about correctness of example in chapter 5

Issue - State: closed - Opened by mlowicki 9 months ago - 2 comments
Labels: question

#46 - Maybe a typo in a comment rwlock_3.rs

Issue - State: closed - Opened by gurugio 10 months ago - 1 comment

#46 - Maybe a typo in a comment rwlock_3.rs

Issue - State: closed - Opened by gurugio 10 months ago - 1 comment

#45 - Minor technical mistake in a chapter 2 paragraph Example: Progress Reporting

Issue - State: closed - Opened by arthurkulchenko 12 months ago - 1 comment
Labels: errata, unconfirmed

#45 - Minor technical mistake in a chapter 2 paragraph Example: Progress Reporting

Issue - State: closed - Opened by arthurkulchenko 12 months ago - 1 comment
Labels: errata, unconfirmed

#44 - About example of Ch3 on SeqCst

Issue - State: closed - Opened by jammingyu 12 months ago - 2 comments
Labels: question

#44 - About example of Ch3 on SeqCst

Issue - State: closed - Opened by jammingyu 12 months ago - 2 comments
Labels: question

#43 - Ch.6 - Cryptic/Challenging explanation regarding 'special "locked" state'

Issue - State: closed - Opened by 0x32c2cac3info about 1 year ago
Labels: question

#43 - Ch.6 - Cryptic/Challenging explanation regarding 'special "locked" state'

Issue - State: closed - Opened by 0x32c2cac3info about 1 year ago
Labels: question

#42 - Possible race condition

Issue - State: closed - Opened by QuarticCat about 1 year ago - 2 comments
Labels: errata, unconfirmed

#41 - mutex_3.rs test panic

Issue - State: open - Opened by miaomiao1992 about 1 year ago
Labels: errata, unconfirmed

#41 - mutex_3.rs test panic

Issue - State: open - Opened by miaomiao1992 about 1 year ago
Labels: errata, unconfirmed

#40 - Chapter 7 wrong module name?

Issue - State: closed - Opened by kdnakt over 1 year ago - 1 comment
Labels: errata, confirmed

#40 - Chapter 7 wrong module name?

Issue - State: closed - Opened by kdnakt over 1 year ago - 1 comment
Labels: errata, confirmed

#39 - Simple typo in Memory Ordering, Example: Lazy Initialization with Indirection

Issue - State: closed - Opened by tpdickson over 1 year ago - 1 comment
Labels: errata, confirmed

#39 - Simple typo in Memory Ordering, Example: Lazy Initialization with Indirection

Issue - State: closed - Opened by tpdickson over 1 year ago - 1 comment
Labels: errata, confirmed

#38 - What prevents reordering between wait and the decrementing of num_waiters?

Issue - State: closed - Opened by jonasmalacofilho over 1 year ago - 3 comments
Labels: question

#37 - Anti-Pattern that I feel is a bit confusing

Issue - State: open - Opened by jaysonmaw over 1 year ago
Labels: question

#37 - Anti-Pattern that I feel is a bit confusing

Issue - State: open - Opened by jaysonmaw over 1 year ago
Labels: question

#36 - Update s3_checks.rs

Pull Request - State: closed - Opened by aallamaa over 1 year ago - 2 comments

#36 - Update s3_checks.rs

Pull Request - State: closed - Opened by aallamaa over 1 year ago - 2 comments

#35 - Error in read boundary check for RwLock 3

Issue - State: closed - Opened by OliverFlecke over 1 year ago - 1 comment
Labels: errata

#35 - Error in read boundary check for RwLock 3

Issue - State: closed - Opened by OliverFlecke over 1 year ago - 1 comment
Labels: errata

#34 - Question about drop on the condition variable example of Chapter 1

Issue - State: open - Opened by francoisthire over 1 year ago - 1 comment
Labels: question

#33 - Trying to clarify futex wait/wake behavior.

Issue - State: closed - Opened by Imberflur over 1 year ago - 2 comments
Labels: question

#33 - Trying to clarify futex wait/wake behavior.

Issue - State: closed - Opened by Imberflur over 1 year ago - 2 comments
Labels: question

#32 - A couple less "concrete" suggestions

Issue - State: open - Opened by helixbass over 1 year ago
Labels: question

#31 - Chapter 9 typo

Issue - State: closed - Opened by helixbass over 1 year ago - 1 comment
Labels: errata, confirmed

#30 - Chapter 9 typo

Issue - State: closed - Opened by helixbass over 1 year ago
Labels: errata, confirmed

#30 - Chapter 9 typo

Issue - State: closed - Opened by helixbass over 1 year ago
Labels: errata, confirmed

#29 - Chapter 9 typo

Issue - State: closed - Opened by helixbass over 1 year ago
Labels: errata, confirmed

#28 - Chapter 9 slightly inaccurate description?

Issue - State: open - Opened by helixbass over 1 year ago
Labels: errata, unconfirmed

#28 - Chapter 9 slightly inaccurate description?

Issue - State: open - Opened by helixbass over 1 year ago
Labels: errata, unconfirmed

#27 - Typo in chapter 9

Issue - State: closed - Opened by helixbass over 1 year ago
Labels: errata, confirmed

#26 - Typo in chapter 9

Issue - State: closed - Opened by helixbass over 1 year ago
Labels: errata, confirmed

#26 - Typo in chapter 9

Issue - State: closed - Opened by helixbass over 1 year ago
Labels: errata, confirmed

#25 - Typos in chapter 7

Issue - State: closed - Opened by helixbass over 1 year ago
Labels: errata, confirmed

#25 - Typos in chapter 7

Issue - State: closed - Opened by helixbass over 1 year ago
Labels: errata, confirmed

#24 - Grammar issue in chapter 7

Issue - State: closed - Opened by helixbass over 1 year ago
Labels: errata, confirmed

#24 - Grammar issue in chapter 7

Issue - State: closed - Opened by helixbass over 1 year ago
Labels: errata, confirmed

#23 - Grammar issue in chapter 7

Issue - State: closed - Opened by helixbass over 1 year ago
Labels: errata, confirmed

#23 - Grammar issue in chapter 7

Issue - State: closed - Opened by helixbass over 1 year ago
Labels: errata, confirmed

#22 - Missing code-markup in chapter 5?

Issue - State: closed - Opened by helixbass over 1 year ago
Labels: errata, confirmed

#22 - Missing code-markup in chapter 5?

Issue - State: closed - Opened by helixbass over 1 year ago
Labels: errata, confirmed

#21 - Include safety comments on unsafe blocks in chapter 3?

Issue - State: open - Opened by helixbass over 1 year ago
Labels: errata, unconfirmed

#21 - Include safety comments on unsafe blocks in chapter 3?

Issue - State: open - Opened by helixbass over 1 year ago
Labels: errata, unconfirmed

#20 - Typo in chapter 2

Issue - State: closed - Opened by helixbass over 1 year ago
Labels: errata, confirmed

#20 - Typo in chapter 2

Issue - State: closed - Opened by helixbass over 1 year ago
Labels: errata, confirmed

#19 - Extra word

Issue - State: closed - Opened by Arthur-Milchior over 1 year ago
Labels: errata, confirmed

#19 - Extra word

Issue - State: closed - Opened by Arthur-Milchior over 1 year ago
Labels: errata, confirmed

#18 - Understated "worst that can happen" in Statistics Example

Issue - State: closed - Opened by wurdack over 1 year ago - 2 comments
Labels: errata, unconfirmed

#18 - Understated "worst that can happen" in Statistics Example

Issue - State: closed - Opened by wurdack over 1 year ago - 2 comments
Labels: errata, unconfirmed

#17 - More explanation needed on why use SeqCst in Chapter 3

Issue - State: closed - Opened by KaneGreen over 1 year ago - 4 comments
Labels: question

#16 - Guard in Chapter 4 is missing PhantomData<&'a mut T> field

Issue - State: closed - Opened by KamilaBorowska over 1 year ago - 2 comments
Labels: errata, confirmed

#16 - Guard in Chapter 4 is missing PhantomData<&'a mut T> field

Issue - State: closed - Opened by KamilaBorowska over 1 year ago - 2 comments
Labels: errata, confirmed

#15 - README.md: fix typo

Pull Request - State: closed - Opened by avindra over 1 year ago

#14 - Typo in Chapter 7 (Processor Instructions)

Issue - State: closed - Opened by Imberflur over 1 year ago - 1 comment
Labels: errata, confirmed

#14 - Typo in Chapter 7 (Processor Instructions)

Issue - State: closed - Opened by Imberflur over 1 year ago - 1 comment
Labels: errata, confirmed

#13 - Typo in chapter 5 summary

Issue - State: closed - Opened by Imberflur over 1 year ago - 1 comment
Labels: errata, confirmed

#13 - Typo in chapter 5 summary

Issue - State: closed - Opened by Imberflur over 1 year ago - 1 comment
Labels: errata, confirmed

#12 - Typo in chapter 4 summary

Issue - State: closed - Opened by andreubotella over 1 year ago - 1 comment
Labels: errata, confirmed

#11 - Chapter 1. Basics of Rust Concurrency has a typo

Issue - State: closed - Opened by Hofer-Julian over 1 year ago - 2 comments
Labels: errata, confirmed

#11 - Chapter 1. Basics of Rust Concurrency has a typo

Issue - State: closed - Opened by Hofer-Julian over 1 year ago - 2 comments
Labels: errata, confirmed

#10 - is it possible for the receiver thread hanging forever?

Issue - State: closed - Opened by Daniel-Xu over 1 year ago - 2 comments
Labels: question

#10 - is it possible for the receiver thread hanging forever?

Issue - State: closed - Opened by Daniel-Xu over 1 year ago - 2 comments
Labels: question

#9 - Typo in chapter 1 summary

Issue - State: closed - Opened by Imberflur over 1 year ago - 1 comment
Labels: errata, confirmed

#9 - Typo in chapter 1 summary

Issue - State: closed - Opened by Imberflur over 1 year ago - 1 comment
Labels: errata, confirmed

#8 - About 'Copy' on chpt. 5 summary

Issue - State: closed - Opened by pedromfedricci over 1 year ago - 1 comment
Labels: errata, confirmed

#8 - About 'Copy' on chpt. 5 summary

Issue - State: closed - Opened by pedromfedricci over 1 year ago - 1 comment
Labels: errata, confirmed

#7 - Closure move variable don't always need move keyword.

Issue - State: closed - Opened by sonder-joker over 1 year ago - 1 comment
Labels: errata, confirmed

#7 - Closure move variable don't always need move keyword.

Issue - State: closed - Opened by sonder-joker over 1 year ago - 1 comment
Labels: errata, confirmed

#6 - A question about the test of `Arc<T>`

Issue - State: closed - Opened by h-a-n-a over 1 year ago - 6 comments
Labels: question

#6 - A question about the test of `Arc<T>`

Issue - State: closed - Opened by h-a-n-a over 1 year ago - 6 comments
Labels: question

#5 - Question about ch9 3-state mutex impl

Issue - State: closed - Opened by zxch3n over 1 year ago - 2 comments
Labels: question

#5 - Question about ch9 3-state mutex impl

Issue - State: closed - Opened by zxch3n over 1 year ago - 2 comments
Labels: question

#4 - Is using `Box::into_raw` maybe preferable to `Box::leak` when paired with later `Box::from_raw`?

Issue - State: closed - Opened by jswalden over 1 year ago - 1 comment
Labels: question

#4 - Is using `Box::into_raw` maybe preferable to `Box::leak` when paired with later `Box::from_raw`?

Issue - State: closed - Opened by jswalden over 1 year ago - 1 comment
Labels: question

#3 - Typo in Chapter 4

Issue - State: closed - Opened by Daniel-Xu over 1 year ago - 1 comment
Labels: errata, confirmed

#2 - will fetch_add with relaxed ordering cause update loss?

Issue - State: closed - Opened by Daniel-Xu over 1 year ago - 5 comments
Labels: question

#2 - will fetch_add with relaxed ordering cause update loss?

Issue - State: closed - Opened by Daniel-Xu over 1 year ago - 5 comments
Labels: question

#1 - Clarification needed for order in the same thread.

Issue - State: closed - Opened by Daniel-Xu over 1 year ago - 2 comments
Labels: question

#1 - Clarification needed for order in the same thread.

Issue - State: closed - Opened by Daniel-Xu over 1 year ago - 2 comments
Labels: question