issues
search
clarkmcc
/
cel-rust
Common Expression Language interpreter written in Rust
https://crates.io/crates/cel-interpreter
MIT License
377
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
ValueType copy & debug
#113
alexsnaps
opened
1 day ago
0
Export timestamp and duration fn as they were
#112
alexsnaps
opened
1 day ago
1
Fix compilation without chrono
#111
Caellian
closed
2 days ago
1
Separate serde
#110
Caellian
opened
3 days ago
0
Fix default features, cleanup dependencies & other minor code improvements
#109
Caellian
closed
2 days ago
1
Defaulting to features for a compliant CEL interpreter?
#108
alexsnaps
closed
2 days ago
2
chore(cel-interpreter): release v0.10.0
#107
github-actions[bot]
opened
4 days ago
3
Added missing timestamp macros
#106
alexsnaps
closed
4 days ago
0
Support `.map` over map
#105
clarkmcc
closed
1 week ago
1
`.map` doesn't work properly on `Value::Map`
#104
alexsnaps
closed
1 week ago
0
Supporting extensions?
#103
alexsnaps
opened
1 week ago
4
Detailed parse error
#102
JonasHedEng
closed
1 week ago
3
Fix `clippy::too_long_first_doc_paragraph` lints.
#101
waywardmonkeys
closed
3 weeks ago
0
ci: Update to `actions/checkout@v4`
#100
waywardmonkeys
closed
3 weeks ago
0
deps: Update lalrpop to 0.22 from 0.19.x
#99
waywardmonkeys
closed
3 weeks ago
0
Fix `clippy::empty_line_after_doc_comments` lints
#98
waywardmonkeys
closed
3 weeks ago
0
Support empty/default contexts, put chrono/regex behind features
#97
clarkmcc
closed
3 weeks ago
1
Implement ExternalValue
#96
Caellian
opened
3 weeks ago
1
chore: release
#95
github-actions[bot]
closed
4 days ago
0
Added release-plz CI
#94
clarkmcc
closed
3 weeks ago
0
Generic abstract type support
#93
Caellian
opened
3 weeks ago
3
Add `Value::Dynamic` variant
#92
Caellian
opened
3 weeks ago
18
New release with JSON support?
#91
jplock
closed
4 days ago
2
Add `Context::new`
#90
Caellian
closed
3 weeks ago
1
Add custom Duration and Timestamp types for conversion with serde
#89
fore5fire
opened
3 weeks ago
2
Allow `.size()` method on types
#88
clarkmcc
closed
1 month ago
0
Generalize interpreter values
#86
jrandolf
closed
1 month ago
2
Add display for expressions
#85
jrandolf
closed
1 month ago
1
Add to_string for AST
#84
jrandolf
closed
1 month ago
8
Profile-Guided Optimization (PGO) benchmark report
#83
zamazan4ik
closed
1 month ago
2
Is `.size()` on a value not supported? Only `size(value)`?
#82
polarathene
closed
1 month ago
1
Proto types
#81
flokli
opened
1 month ago
0
binary format support?
#80
flokli
opened
2 months ago
9
Conformance test fixes
#79
mydogisbox
closed
2 months ago
2
Conformance tests
#78
mydogisbox
opened
2 months ago
0
Convert CEL values to JSON
#77
clarkmcc
closed
2 months ago
2
Zero-allocation* redesign
#76
clarkmcc
opened
3 months ago
3
Removing panics, expects, unimplemented, etc from interpreter
#75
clarkmcc
closed
3 months ago
0
Interpreter panics on invalid comparisons, operations, missing keys, etc
#74
clarkmcc
closed
3 months ago
0
Constructing rust types in cel
#73
obsoleszenz
opened
3 months ago
9
Update parser, interpreter to Rust 2021 edition
#72
waywardmonkeys
closed
3 months ago
2
Fix `rustdoc::bare_url` lints.
#71
waywardmonkeys
closed
3 months ago
0
Fix typos.
#70
waywardmonkeys
closed
3 months ago
0
Faster bytes parsing
#69
alexsnaps
closed
3 months ago
1
Fixed variable type changing due to serialization
#68
clarkmcc
closed
3 months ago
0
Timestamp issue?
#67
alexsnaps
closed
3 months ago
2
Err out on unknown function
#66
alexsnaps
closed
4 months ago
0
Unresolved method/function calls panic
#65
alexsnaps
closed
4 months ago
3
support for escaping in Bytes and bytes macro
#64
alexsnaps
closed
3 months ago
2
Only use minimal set of chrono features
#63
alexsnaps
closed
4 months ago
0
Next