Neal Gafter

Results 81 issues of Neal Gafter

We have a test that an error is produced when `@auto_hash_equals cached=true` is used on a type that has an internal constructor. We should test other error conditions as well.

We should use custom serialization and deserialization to recompute the cached hash code unless we can guarantee that they are stable.

Either 1. Require that all declared fields are `const`, or 2. Add `const` to each declared field (with a warning?) if not already declared so. The advantage of doing this...

I don't know why anyone would do this, but it is legal in Julia (at least, the compiler accepts it) and it breaks @auto_hash_equals ```julia module In0 using AutoHashEquals @auto_hash_equals...

The balances in "Receove Money/Active" can switch between BTC and my selected currency. But the balances in the Archived addresses are always shown in BTC. Please enable archived addresses to...

Allow developers to capture the expressions passed to a method, to enable better error messages in diagnostic/testing APIs and reduce keystrokes. - [x] Proposal added [caller-argument-expression.md](https://github.com/dotnet/csharplang/blob/master/proposals/csharp-10.0/caller-argument-expression.md) - [X] Discussed in...

Proposal champion
Soon candidate
Implemented Needs ECMA Spec

- [x] Proposal added: (none needed; the C# language specification already supports this) - [ ] Discussed in LDM - [ ] Decision in LDM - [ ] Finalized (done,...

Proposal champion
Smallish Feature
Needs Implementation

- [ ] Proposal added: - [ ] Discussed in LDM (2018-07-16) - [ ] Decision in LDM - [x] Rejected - [ ] Spec'ed

Proposal champion
Smallish Feature

From #1502 Permit a fixed field to be declared inside a readonly struct.

Proposal champion