-
### Description
Attempting to define 8 sram and 8 flash (MemoryMapped) peripherals results in unhandled exception. Index out of bounds.
### Expected behaviour
Should be able to define as man…
-
Being only two possible values, boolean data type is not a good key by itself. But query do involve boolean value. For examples, we want to count numbers of records in which a field value is false or …
-
The yet implemented multi-period-investment was designed by the assumption to provide time series for every year (equivalent period) within the optimization horizon. Due to a long optimization horizon…
-
Currently looking into insert optimization. Currently, StatementSet inserts are done with batched PreparedStatements, but research indicates that using multi-row inserts can improve performance by 10x…
-
#### Test.cs
```
public static class Test {
static void BranchOptimization(bool x) {
if (x)
return;
}
static void Main() {}
}
```
### With default op…
-
There is a mistake in the stricness of onWritable return checks. It really only checks if onWritable returns empty or non-empty, while the real check should be if it returns a boolean or or not. The r…
-
When using `CFLAGS="-Werror=strict-aliasing`, the build fails:
```
oleprop.cpp: In member function ‘virtual OLEProperty::operator FILETIME() const’:
oleprop.cpp:179:59: error: dereferencing type-…
-
**The "problem"**
After making some drawings on one or more pages (enough to see the loading bar filling), I save my work several times without adding new strokes and it takes the same amount of time…
-
## Feature Request Type
- [X] Core functionality
- [X] Alteration (enhancement/optimization) of existing feature(s)
- [X] New behavior
### Errors being thrown
```
Non-shareable field "PageIn…
-
Thanks for the amazing library. However I had a query in regards to the simplification of the following expression:
(a and not (b and c)) or (a and (b and c))
The expected output would be:
a
Looki…