Skip to content

fix(mpsc): compilation error on macOS#53

Merged
hawkw merged 4 commits intomainfrom
eliza/fix-macos
Mar 16, 2022
Merged

fix(mpsc): compilation error on macOS#53
hawkw merged 4 commits intomainfrom
eliza/fix-macos

Conversation

@hawkw
Copy link
Owner

@hawkw hawkw commented Mar 16, 2022

No description provided.

@hawkw hawkw force-pushed the eliza/fix-macos branch from 5bebf5d to 8a1d17c Compare March 16, 2022 18:21
hawkw added 2 commits March 16, 2022 11:26
This fixes a compilation error that occurs on macOS due to
`std::thread::Thread` not being `UnwindSafe` on that platform. It's kind
of sad that we have to do this, but I think it's probably fine.

Fixes #54

Signed-off-by: Eliza Weisman <[email protected]>
@hawkw hawkw force-pushed the eliza/fix-macos branch from 8a1d17c to 91709ec Compare March 16, 2022 18:27
@hawkw hawkw enabled auto-merge (squash) March 16, 2022 21:15
@hawkw hawkw disabled auto-merge March 16, 2022 21:24
@hawkw hawkw merged commit d0d0cd9 into main Mar 16, 2022
@hawkw hawkw deleted the eliza/fix-macos branch March 16, 2022 21:24
hawkw added a commit that referenced this pull request Mar 16, 2022
<a name="v0.1.1"></a>
### v0.1.1 (2022-03-16)

#### Performance

*   elide bounds checks when indexing (#51)
    ([27ea0ec](27ea0ec))
* **mpsc:**  remove panics from wait queue (#50)
  ([f61993f](f61993f))

#### Bug Fixes

* **mpsc:**  compilation error on macOS (#53)
  ([d0d0cd9](d0d0cd9),
  closes [#54](#54))
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