-
## Summary
For simple object types where all their fields are non-parametrized scalars, make it more convenient to access the object’s properties in SDKs by returning the whole object at once as a …
-
Dagger: 2.52
KSP: 2.0.21-1.0.26
This is a bit of an odd scenario but it makes sense in our actual project.
The failing scenario:
```
class Decor @Inject constructor() {
interface Factory {
…
-
In the glossary, *codegen* is define so
> the code to translate MIR into LLVM IR.
I, instead, understood it as steps that actually generates machine code (which llvm is responsible for).
-
A few classes that contain DAQmx attributes are missing slots declarations. This can cause confusion if a user typo's one of our attribute names and then nothing useful happens.
For example, this c…
-
I tried this code:
```rust
#![feature(layout_for_ptr)]
#![feature(ptr_metadata)]
use std::ptr;
use std::mem::size_of_val_raw;
#[derive(Clone, Copy, kani::Arbitrary)]
struct Wrappe…
-
Towards #4397
MRE:
```fortran
program main
real :: A(4)
call temp(A)
contains
subroutine temp(A)
real, intent(in) :: A(:)
real :: xbdi(size(A))
real :: ssq(size(A))
where (xbdi == 0)…
-
I have a method that exceeds 12 args in a XML file.
I used the codegen to generate a file that uses crossroads.
Though, my method has 18 args, and tells that is does not implement AppendAll.
…
-
A new `org.freedesktop.sysupdate1` interface has been added to the `systemd` suite in https://github.com/systemd/systemd/pull/32363.
It will be first released in next major upstream version (`257`).
…
lucab updated
2 weeks ago
-
Dagger: 2.52
KSP: 2.0.21-1.0.26
The following results in an exception during processing:
```
class InjectedClass @AssistedInject constructor(
@Assisted val assistedArg: String,
) {
suspend fu…
-
### Version
1.45.0
### Steps to reproduce
1. `npx playwright codegen https://example.com`
2. Open new tab
3. Enter `https://example.com/`
### Expected behavior
Codegen generates valid…