Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add TODO comment
  • Loading branch information
youknowone authored Apr 10, 2025
commit eec0caf90f18c094df65d7284b02c11bb2296f47
1 change: 1 addition & 0 deletions compiler/core/src/bytecode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ pub enum Instruction {
op: Arg<TestOperator>,
},
/// If the argument is true, perform IS NOT. Otherwise perform the IS operation.
// TODO: duplication of TestOperator::{Is,IsNot}. Fix later.
IsOperation(Arg<bool>),
Comment thread
youknowone marked this conversation as resolved.
CompareOperation {
op: Arg<ComparisonOperator>,
Expand Down
Loading