Eric Huss

Results 149 issues of Eric Huss

cc https://github.com/rust-lang/rust/pull/102513

`repr(i128)` and `repr(u128)` are currently not allowed on enums. However the [Primitive representations](https://github.com/rust-lang/reference/blob/master/src/type-layout.md#primitive-representations) section does not explain that. cc https://github.com/rust-lang/rust/issues/56071

A-type-layout

The `git_revparse_single` function seems to ignore any content before the `@` symbol if it is the last character in the string. It treats this as the bare `@` alias for...

From what I can tell, shallow clones don't seem to work with local clones. Am I missing some option? I'm guessing they only work with the smart transport. I would...

### Reproduction steps ```c #include #include #include #include #include #include #include #include #include #include int main() { assert(git_libgit2_init() == 1); git_diff *diff_a; git_diff *diff_b; const char *a = "diff --git...

bug
v.next

Trying to run the cranelift testsuite on an x86_64 macOS system with Xcode 15 results in an error that looks roughly like this: ``` = note: ld: warning: search path...

C-bug
help wanted
O-macos

## How to add words interactively? I'm trying to figure out how to add words to a dictionary (or at least to ignore the same word). Most spell checkers I...

A recently released version of PackageControl has removed a function used in UnitTesting, causing an AttributeError. See https://github.com/wbond/package_control/commit/a59d9ef842d7bc3f20df263ec209890c40fd2e47 for the change. ``` Traceback (most recent call last): File "./python3.3/threading.py", line...

Ever since GitHub Actions updated the macOS 12 image a few days ago to 20230709.1 (from 20230623.2), the install step for package control has been timing out with the error:...

This is a tracking issue for the RFC 3013: Checking conditional compilation at compile time (rust-lang/rfcs#3013). Issues: https://github.com/rust-lang/rust/labels/F-check-cfg Documentation: https://doc.rust-lang.org/nightly/unstable-book/compiler-flags/check-cfg.html ### About tracking issues Tracking issues are used to record...

B-RFC-approved
T-compiler
proposed-final-comment-period
C-tracking-issue
disposition-merge
F-check-cfg