-
Nowadays, integer literals in Pearlite, without a suffix, are of type `Int`. This is nice, because this is coherent with the fact that arithmetic in Creusot is mathematical arithmetic (in order to pre…
-
### Description
The current implementation of add_strings contains an issue with how bits are summed and inserted into the result string. The bitwise XOR and carry logic is incorrect. It incorrectly…
-
Hello,
I installed tk5 with the latest BREXX370 version.
I suppose also this behaviour could be relate to the other open issue TRUNCATE ROUDING.
The source is
```
SAY TIME(); SAY DATE() …
-
Hello,
I am trying to run a pipeline containing a model with int8 input format, but it seems that the conversion uint8 -> int8 is not direct and a bit under optimized.
I can only get uint8 tenso…
-
Consider the following code
```
void f(){}
const int x = 4;
constexpr auto a = x - x; //clang: error: constexpr variable 'a' must be initialized by a constant expression
constexpr auto b = &f…
-
_Submitted by:_ _Geomol_
This works:
bc.. >> t: 225:00
== 225:00
> > t - 1
> > == 224:59:59
p.
This doesn't:
bc.. >> t: 226:00
== 226:00
> > t - 1
> > *\* Script error: time! overflow/underflow…
-
[P3161R0](https://wg21.link/p3161r0) Unified integer overflow arithmetic (Tiago Freire)
-
Not sure if this is the same as #430.
```julia
using Unitful
using Unitful: kg, m, s, inch, minute, W, ft, rad
@unit hp "hp" HorsePower (74569987//100000)W false
x = 0.2450140015194046ft * …
-
Build from 6bcb74ac6fb331f9677cdc98c5b0b9f92246d6a7 with SBCL 2.4.10:
```
; wrote /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_lisp_cl-cookie/cl-cookie/work/.home/.cache/common-lisp/sbcl…
-
I ran `git checkout stdlib-fpm`. My gfortran version on WSL2 is
```
(fpm) /mnt/c/fortran/public_domain/github/stdlib$ gfortran --version
GNU Fortran (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
```
W…