Update the compilers interface

This commit is contained in:
Omar Abdulla
2025-08-27 22:01:25 +03:00
parent 4b641b947b
commit af1eba0ccf
19 changed files with 502 additions and 912 deletions
+1 -1
View File
@@ -495,7 +495,7 @@ pub struct TestCaseNodeInformation {
/// The ID of the node that this case is being executed on.
pub id: usize,
/// The platform of the node.
pub platform: TestingPlatform,
pub platform: &'static TestingPlatform,
/// The connection string of the node.
pub connection_string: String,
}
+2 -2
View File
@@ -527,7 +527,7 @@ define_event! {
/// The ID of the node that this case is being executed on.
id: usize,
/// The platform of the node.
platform: TestingPlatform,
platform: &'static TestingPlatform,
/// The connection string of the node.
connection_string: String,
},
@@ -538,7 +538,7 @@ define_event! {
/// The ID of the node that this case is being executed on.
id: usize,
/// The platform of the node.
platform: TestingPlatform,
platform: &'static TestingPlatform,
/// The connection string of the node.
connection_string: String,
},