-
Hi @wsmoses , I recently updated Enzyme from 0.12.x to 0.13, and got some errors in [DJUICE.jl](https://github.com/DJ4Earth/DJUICE.jl)
```
Model Solution Tests: test4002.jl: Error During Test at /hom…
-
In `Builder.read` there's a conversion from int64 to int where we should check for integer overflow. There is a `(* TODO *)` at the location though without further explanation.
https://github.com/r…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
While executing the code the error encountered is
TypeError: '>=' not supported between insta…
-
**Description**
Using the `--path-params-as-types` flag, the library doesn't generate the `number` type for OpenAPI `integer` type dynamic path parameters. It leaves it as `integer`, which is an in…
-
### Summary
`clippy::mutex_integer` lints on usages as well as definitions, which seems redundant (and could be unactionable if this happens cross-crate).
### Reproducer
I tried this code ([playgro…
-
This code:
```
#if 1 || (2 / 0)
#endif
int x;
```
leads to:
```
, line 1: Error:
[C90 6.4]: Illegal integer constant expression.
[C90 6.8.1]: Integer constant expression expected after '…
-
Hi, thanks for this library! The type definitions are great ✨
There appears to be an issue with parsing zero and negative integers, such as in `SELECT 0` and `SELECT -42`. Parsing these constants …
-
This is a request from KYC team to make grantIds more secure
-
### Description
The following code:
```php
```
Resulted in this output:
```
/home/dan/php-8.3.9/ext/date/lib/tm2unixtime.c:481:12: runtime error: signed integer overflow: -4611686018427403…
-
In PropertiesDefinitionLineParser, when checking `match.Groups[IsIntegerValueGroup].Value.Equals("INT")` and
`match.Groups[IsIntegerValueGroup].Value.Equals("HEX")` ,
the strings are parsed as int:…