-
Hi, I want to make a PR to disable any codegen to FP64 or S64 or U64 if jax_backend=="Neuron". Neuron hardware does not support 64 bit types, so I want to codegen any 64 bit types in Jax to 32 bit typ…
-
### Expected Behaviour
`cargo build` should finish without error.
### Example & Steps To Reproduce
Run `cargo build` after a clean clone of the repo.
## System Info
- Rust: rustc 1.7…
-
### Is your feature request related to a problem? Please describe.
I'm working on augmenting the `aws-amplify` library to generate data interfaces for lambda functions to consume, which requires ru…
-
We ran into an odd case with KSP2 when assisted injecting an enum class from another module into a class
```kotlin
class Example @AssistedInject constructor(@Assisted database: Database)
// In an up…
-
| --- | --- |
| Bugzilla Link | [389120](https://bugs.eclipse.org/bugs/show_bug.cgi?id=389120) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Sep 09, 2012 07:00 EDT |
| Modified | Sep…
-
Consider two examples that are same but the second one generates better code:
```ispc
void SetByte1(int8& dest, int8 src)
{
dest = src;
}
void SetByte2(int8& dest, int8 src) {
varyi…
-
### Which packages are impacted by your issue?
@graphql-codegen/c-sharp
### Describe the bug
### Which packages are impacted by your issue?
_No response_
### Describe the bug
When im…
-
This would require user defined type implication. That would be the only thing though mostly.
```
type List implies Eq where
== = is;
```
This would help clarify some dark corners of inter…
-
### Summary
Fixes for https://github.com/ton-community/tlb-codegen
### Context
- Make bigint type for all integers that more than 32 bits (number of bits should be either defined by TLB sche…
-
I have the following minimized code (has no logic implemented) and when I run with loose types I get a bug report
This generates an error, without the LooseTypes there's no error
```
$ RUSTBACKTRACE=…