-
This is to open a "Feature Specification" following the process "roslyn/docs/contributing/Developing a Language Feature.md" for PR VB Prototype "Checked expressions" dotnet/roslyn#41104 done by @Adam…
-
Hi. I'm new to Rust so please forgive me if I have missed something.
I was not able to conclusively determine from the specification the behaviour of the following snippet (in release builds):
…
-
# FIRM—A Graph-Based Intermediate Representation
# FIRM Node Types and Signatures
- The types TEDG are interpreted as follows:
```
B basic block
X control flow
M memory
P pointer
I integer…
leozp updated
5 years ago
-
Submitted by: @pavel-zotov
Launch TRACE and then run this script:
===
recreate table t1\(id int\);
recreate table t2\(id int\);
recreate table t3\(id int\);
recreate table t4\(id int\);
recreat…
-
Feature gate: `#![feature(strict_provenance_atomic_ptr)]`
This is a tracking issue for arithmetic and certain bitwise operations on `AtomicPtr`.
As part of the strict provenance experiment #9…
-
Some kinds of expression can generate a runtime panic with a compiler generated error message containing the source location of that expression. Examples are arithmetic expressions that can cause inte…
-
```
What steps will reproduce the problem?
1.Create a message type with a packed repeated field of int32
2.Compile with the protoc compiler...
3.Parse a message with about 300-400 integers (in the pac…
-
To make JHipster more JDL centric and to truly achieve scaffolding as Code I envision the below. Detailed explanation of the vision is in [this mailing list entry](https://groups.google.com/forum/#!to…
-
**Describe the bug**
The lower and upper bounds are not checked on variable definition.
**To Reproduce**
Define a variable with invalid bounds.
```java
m.intVar( 2 * IntVar.MIN_INT_BOUND, 2 …
-
Allow defining each argument on its own line, similarly to constructors.
kazcw updated
3 weeks ago