-
Full name of submitter (unless configured in github; will be published with the issue): Jiang An
Reference (section label): [expr.const]
Link to reflector thread (if any):
Issue description:
…
-
```
assert 0
-
When I used a multipart expression in the form "*-LABEL+1" I noticed the "+1" part was being ignored. The evaluator appears to only be handling expressions of the form "a operator b". This can be a se…
-
It would be a nice improvement if lazy values were supported (like `std::cell::LazyCell`).
These variables would evaluate their value only when used, at which point they'd turn into some other `Val…
-
I have the diamond step function for the entire matrix. I can fill in the rest of the matrix outside this function. When I try to add the "other_squares" or part where it fills in the matrix I receive…
-
Let `A` be a module that EXTENDS module `B` that happens to be in a library `L`. Library `L` is added to TLC's classpath in `Tlaplus > Java: Options`. Ordinary model-checking works fine. However, s…
lemmy updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
Follow-up from https://github.com/cockroachdb/cockroach/pull/81486. The index backfiller can happily evaluate default expressions …
-
**Reporter: sgillies@frii.com**
**Date: 2004/12/15 - 22:03**
```
MapServer Enhancement Proposal
Python Expressions for MapServer 4.6
====================================
:Authors:
Sean Gillies,…
-
Reported here:
https://sourceforge.net/p/cppcheck/discussion/development/thread/c101b0d84d/
expressions in `#if` might be evaluated wrongly.
Example
#if ((0x7fffffffffffffffL * 2UL) < 0)…
-
Parenscript wraps top-level expressions in an evaluated anonymous function, so imported symbols can't be accessed. E.g.,
```commonlisp
(paren6:import (foo) "./myfile.js")
(foo)
```
becomes
``…