Nathan

Results 13 issues of Nathan

I'm playing around with running the pass manager on my code. The default passes from the [kaleidoscope example](https://github.com/TheDan64/inkwell/blob/b6984c03d88107771710a11478eb1ecdc8a72759/examples/kaleidoscope/main.rs#L1237-L1244) all seem to work well. As soon as I add `add_function_inlining_pass` it...

bug
sub types

### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...

type: bug
meta: regression
domain: vrl
vrl: diagnostic

closes https://github.com/vectordotdev/vector/issues/13527 There were many unrelated issues opened while making these changes. I attempted to only fix the original issue to keep this change as small as possible. Previously, the...

domain: transforms
domain: vrl
ci-condition: integration tests enable
domain: core

Previously when an `Adc` is initialized, the temp/vref sensor was disabled. During an ADC read, the sensor has to be turned on and off, which significantly increases the time it...

closes https://github.com/vectordotdev/vector/issues/14067 There were some minor changes to when an event is considered "dropped" with this transform. A single event can generate multiple metrics. If a single metric fails, the...

domain: transforms

This adds an `assert_transform_compliance` test to the `pipelines` transform.

domain: transforms

closes https://github.com/vectordotdev/vector/issues/14069

domain: transforms

### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...

type: bug
domain: vrl
vrl: diagnostic

I'm having a hard time finding any documentation about this. Is it possible to call imported functions in rust yet? If so it would be nice to add an example...

#### What version of regex are you using? Latest / `0.4.4` #### Describe the bug at a high level. Calling `.reset(..)` on a `meta::Cache` can panic if called on a...

bug