-
# Compound assignment in object initializer and `with` expression
* [x] Proposed
* [ ] Prototype: Not Started
* [ ] Implementation: Not Started
* [ ] Specification: Not Started
## Summary
[s…
-
It is suggested that the symbols ```%``` and ```%%``` be used as infix modulo operators and ```/``` and ```//``` be used as infix division operators.
The ```/``` operator will perform non-integer d…
-
**Is your feature request related to a problem? Please describe.**
During Kubernetes upgrades, nodes are drained which will shutdown the pod that is running CF applications before starting up on a ne…
-
I've been thinking for a while about refactoring the IndexWriter into
two main components.
One could be called a SegmentWriter and as the
name says its job would be to write one particular index segm…
-
I propose to have an alias for the `MONKEY` pragmas used for unsafe features.
The reason is that the term `MONKEY` is not descriptive. It relies on knowledge of idiomatic English to understand i…
-
I was thinking that what might make a lot of sense is to let users mark sections of the code as atomic, meaning they must occur without being interrupted partway through. This is for solving the prob…
-
Since we’re changing the defaults for several options in 2.0, I’ve decided to request that we do so for `useTabs` as wel…
-
An example from https://github.com/aspnet/EntityFramework/issues/6649 is being able to append `OPTION (MAXRECURSION 2000)` to the end of a query.
-
```csharp
public Option GetById(string id)
=> new DbContext().Find(id);
```
instead of
```csharp
public Employee GetById(string id)
=> new DbContext().Find(id);
```
The propose…
-
Reducing confusion around error handling in the rust-lang ecosystem is one of the top priorities for the error handling project group this year. As part of that effort we're going to start maintaining…