-
**Describe the bug**
As of version 5.13, `yauaa` breaks the Apache Drill UDFs. The issue is that `commons-logging` is a banned dependency in Drill. I attempted to exclude it in the `pom.xml` as sho…
-
When I try to evaluate the following expression by calling Eval.Execute
`-(Param1 - Param2.Property1)`
Where Param1 is an Integer and Param2 is an ExpandoObject (Property1 is not defined), I get…
-
Hello there,
I am trying to write a UDF for Apache Drill which wraps a h2o MOJO but I'm running into a problem. When I copy `h2o-genmodel.jar` to the Drill path where you put jars, I get the followi…
-
I would like to use the `cc.newStack(n, a);` funciton in `X86Compiler` but be able to change the size of that region of memory as I am compiling funciton. Is it possible to change the `n` in the argum…
-
Dec 18, 2018 7:07:18 AM Scriptella bug report. Submit to issue tracker.
Scriptella version: 1.1
Exception:
scriptella.execution.EtlExecutorException: org.codehaus.commons.compiler.Location.getLine…
-
Hi,
I am getting following assertion failure:
```
Error RAPass::livenessAnalysis() {
ZoneList::Link* retPtr = _returningList.getFirst();
ASMJIT_ASSERT(retPtr != nullptr);
```
Any hint…
-
I played a bit around with branchless code, especially with the set byte instruction, and came across an issue in the new register allocator.
code snippet:
```cpp
cc.xor_(pos.r32(), pos.r32());
…
-
### Description
I have a [contract](https://blockscout.com/eth/goerli/address/0x05a876a39e677f2c81f957bde6ed2b5a49a4d2b8/contracts) on Goerli and it's successfully verified on Blockscout.
When I…
-
This is really unusable:
> Run-time exception (line 116): Object reference not set to an instance of an object.
>
> Stack Trace:
>
> [System.NullReferenceException: Object reference not set t…
-
I have compilation issues with the following system settings:
- Windows 10
- Visual Studio 2019 (Community Edition) Version 16.4.5
- cmake 3.16.4
- python 3.6.8
I tried different modes and cm…