ditto

Results 11 comments of ditto

> Thanks for the report - what's the impact here? Would be great to fix it - and will appreciate a PR for this. Thanks for your reply! The impact...

I have submitted a [PR](https://github.com/DmitrySoshnikov/syntax/pull/128), could you take a look?

related [issue](https://github.com/DmitrySoshnikov/syntax/issues/127)

> I believe there is a `VARIADIC` modifier that can be added to this kind of node. Thanks. how to do this.. create argument with below code ?: ``` arg.withChildren(modifiers)...

> Ah, I see this is on the corresponding parameter node. So `call.argument.parameter.isVariadic`. One would need a working call graph here, but I haven't investigated the call graph in the...

This probably requires the following changes - add a new modifier named "UNPACK" to `ModifierTypes` in `codepropertygraph` domains. - add UNPACK modifier as the children AST to argument if the...

> It is unclear if we'd want this to be a property or a modifier, since it's a schema change it is an API change, so I would want to...

I think https://github.com/joernio/joern/pull/3908 is a tmp solution, which make the `code` field is more correct without change the Cpg schema and api. I can parse the code field to identify...

> I don't think EXPRESSIONs can currently have modifiers - I guess we could change that, but just adding a new property to those seems simpler? http://cpg.joern.io/#node-ref-expression I think it's...

I have also encountered this issue. Is there any progress now