Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly wrap discarded statements (#10322) | LemonBoy | 2019-01-17 | 1 | -0/+19 |
Failing to do so lead the codegen to emit invalid code sometimes, especially when C++ references were involved. Fixes #10241 |
index : Nim | |
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror) | ahoang <ahoang@tilde.institute> |
summary refs log tree commit diff stats |
Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly wrap discarded statements (#10322) | LemonBoy | 2019-01-17 | 1 | -0/+19 |
Failing to do so lead the codegen to emit invalid code sometimes, especially when C++ references were involved. Fixes #10241 |