m1cm1c
m1cm1c
The readme file's [usage section](https://github.com/BlockInfinity/jsmnSol#usage) specifies the first return value of parse() to be bool. The text following reaffirms that. However, the function's implementation specifies its first return value to...
I have found myself many times wanting to jump to the end of a line, be it empty or not. If it is empty (and actually empty, not just void...
When passing a function to `loadFixture()` that itself calls `loadFixture()`, this sometimes fails with an error message saying that loaded fixtures are not supported. This happens especially often if nesting...
- [ ] Because this PR includes a **bug fix**, relevant tests have been included. - [ ] Because this PR includes a **new feature**, the change was previously discussed...
In the latest release (2.2.1) as listed on GitHub, `configFilePath` is defined and exported. However, the published npm package does not contain nor export this function. This function is required...
## Description The compiler crashes during witness computation if (at least) one of the arguments presented is too large. ## Environment - Compiler version: branch `develop` (commit `b18ea015`) - Operating...
I am very confused about CONTAINS edges. I did not find any documentation on them. However, I did find a file called EdgeTypes.java in this repo which contains this: ```...
Examples: ``` Method( id -> 1000143L, code -> "", name -> ".assignment", fullName -> ".assignment", isExternal -> true, signature -> "TODO assignment signature", astParentType -> "NAMESPACE_BLOCK", astParentFullName -> "", lineNumber...
Enums are mostly unsupported. In particular, I noticed the following issues: - There is no way of showing all symbolic values an enum can take. They just do not occur...
An assignment like ``` auto [x, y] = std::tuple{23, 27}; ``` merely results in an empty block in the AST: ``` summary: io.shiftleft.codepropertygraph.generated.nodes.Block[label=BLOCK; id=1000106] id: 1000106 label: BLOCK propertyKeys: [DYNAMIC_TYPE_HINT_FULL_NAME,...