Carl Lerche

Results 156 issues of Carl Lerche

The previous example did not compile for me. I'm not sure if this is the actual minimal example, but it now runs.

ENV vars such as ARCHFLAGS

feature

Use mtime to see if bundler needs to run

feature

Maybe vendor/gems/repos ?

feature

http://github.com/jeremy/bundler/commit/1ee81efd8822dd5776df9630b0eb086983ad1cdc http://github.com/jeremy/bundler/commit/eba16636e86c54a3a0118aa6b0113453bc49e359

feature

[Parking lot](https://github.com/Amanieu/parking_lot/blob/6031426ee48f8bc86c47ae60939efff9220cd99c/core/src/spinwait.rs#L116) has done more research than I.

This RFC proposes altering the `Collect` trait to split out per-callsite operations into a second trait. Additionally, all thread-local operations are removed in favor of registering traits statically. Thread-local behavior...

crate/core
kind/rfc

**Is your feature request related to a problem? Please describe.** `select!` uses randomness to prevent selecting branches in the same order. However, there are times that we do not want...

A-tokio
C-feature-request
M-macros