-
It is a bit annoying to add rules to all the tests we want to cover with skippy, it can be especially painful on big projects that contains thousands of test classes.
We can customize gradle test t…
-
Would be nice, instead of generating the bytecode for the methods, to generate a bytecode script (the code using the OpalBuilder) to be able for easier manipulation.
Then we can do some experiments…
-
The library does lots of string manipulations and simple decisions. It's not performance critical, too. It's much more suitable for a pure Lua implementation than the existing C code.
This should be …
-
- [ ] parser
- [ ] high level manipulation
- [ ] stand-alone interpreter
- [ ] lua transpiler
references:
https://nullprogram.com/blog/2014/01/04/
http://rocky.github.io/elisp-bytecode.pdf
-
#### Summary
The bytecode manipulation magic that makes soft assertions work doesn't work with custom assertion factories, such as those used by `extracting()`, `asInstanceOf()`, etc.
I think th…
-
### Description
Create transactions/spans for `@Composable` functions annotated with `@SentryTraceable`, so we can enrich events that pop up within that composable lifetime. The code to measure that …
-
```
Guava has been releasing open-source versions for a couple of years now, and
has solid guarantees about non-@Beta APIs staying consistent over a long period
of time. Guice doesn't need to packa…
-
Is it possible to add some basic documentation?
Also, include how can you use with Gradle to do bytecode manipulation.
Also, it is possible to make this part of Spoon itself.
-
Using CodeConverter.replaceArrayAccess leads to a ConcurrentModificationException for some classes. For example for java.util.concurrent.ArrayBlockingQueue.
I am using version 3.27.0-GA.
```
CtCl…
-
The current ONNX compilation flow is serviceable but somewhat user hostile, directly requiring too much low-level manipulation of the system. Recommend creating a real ONNX frontend API and CL which h…