Complete first release candidate audit (#107)
Some checks failed
API and SemVer surface / api-surface (push) Failing after 1m34s
Native code generation / deterministic (push) Has been cancelled
Concurrency and resource soak audit / soak (push) Has been cancelled
Documentation / documentation (push) Has been cancelled
performance evidence / audit (push) Has been cancelled
First release candidate / non-fuzz-release-gate (push) Has been cancelled
Release platform and feature matrix / audit (push) Has been cancelled
Release platform and feature matrix / matrix (false, linux-stable-minimal, x86_64-unknown-linux-gnu, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (false, macos-stable-portable, x86_64-apple-darwin, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (false, windows-stable-portable, x86_64-pc-windows-gnu, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (true, linux-msrv-portable, x86_64-unknown-linux-gnu, 1.96.0) (push) Has been cancelled
Release platform and feature matrix / matrix (true, linux-stable-default, x86_64-unknown-linux-gnu, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (true, linux-stable-features, x86_64-unknown-linux-gnu, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (true, linux-stable-release-surface, x86_64-unknown-linux-gnu, stable) (push) Has been cancelled
Dependency and supply-chain audit / audit (push) Has been cancelled
Native release artifact audit / audit (push) Has been cancelled
Imaging and meshing gate / native (push) Failing after 53s
JPEG 2000 feature / linux (push) Successful in 2m49s
Native Rust workspace compile / compile (push) Failing after 59s
Skia feature / linux (push) Has been cancelled
Some checks failed
API and SemVer surface / api-surface (push) Failing after 1m34s
Native code generation / deterministic (push) Has been cancelled
Concurrency and resource soak audit / soak (push) Has been cancelled
Documentation / documentation (push) Has been cancelled
performance evidence / audit (push) Has been cancelled
First release candidate / non-fuzz-release-gate (push) Has been cancelled
Release platform and feature matrix / audit (push) Has been cancelled
Release platform and feature matrix / matrix (false, linux-stable-minimal, x86_64-unknown-linux-gnu, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (false, macos-stable-portable, x86_64-apple-darwin, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (false, windows-stable-portable, x86_64-pc-windows-gnu, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (true, linux-msrv-portable, x86_64-unknown-linux-gnu, 1.96.0) (push) Has been cancelled
Release platform and feature matrix / matrix (true, linux-stable-default, x86_64-unknown-linux-gnu, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (true, linux-stable-features, x86_64-unknown-linux-gnu, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (true, linux-stable-release-surface, x86_64-unknown-linux-gnu, stable) (push) Has been cancelled
Dependency and supply-chain audit / audit (push) Has been cancelled
Native release artifact audit / audit (push) Has been cancelled
Imaging and meshing gate / native (push) Failing after 53s
JPEG 2000 feature / linux (push) Successful in 2m49s
Native Rust workspace compile / compile (push) Failing after 59s
Skia feature / linux (push) Has been cancelled
This commit is contained in:
@@ -12973,7 +12973,7 @@ fn member_02323(value: &mut libremetaverse::EventQueueRunningEventArgs) {
|
||||
fn type_0237(_: &libremetaverse::EventSubscriptionHelper) {}
|
||||
|
||||
// C# member: `M:LibreMetaverse.EventSubscriptionHelper.WaitForCondition``1(System.Action{System.EventHandler{``0}},System.Action{System.EventHandler{``0}},System.Func{``0,System.Boolean},System.Int32)`.
|
||||
fn member_02324<TEventArgs>() {
|
||||
fn member_02324<TEventArgs: 'static>() {
|
||||
let _ = libremetaverse::EventSubscriptionHelper::wait_for_condition::<TEventArgs>(
|
||||
argument(),
|
||||
argument(),
|
||||
@@ -12983,12 +12983,12 @@ fn member_02324<TEventArgs>() {
|
||||
}
|
||||
|
||||
// C# member: `M:LibreMetaverse.EventSubscriptionHelper.WaitForEventAsync``2(System.Action{System.EventHandler{``0}},System.Action{System.EventHandler{``0}},System.Func{``0,System.Boolean},System.Func{``0,``1},System.Int32,System.Threading.CancellationToken,``1)`.
|
||||
fn member_02325<TEventArgs, TResult>() {
|
||||
fn member_02325<TEventArgs: 'static, TResult: Send + 'static>() {
|
||||
let _ = libremetaverse::EventSubscriptionHelper::wait_for_event_with_action_action_func_func_int32_cancellation_token_t_result::<TEventArgs, TResult>(argument(), argument(), argument(), argument(), argument(), argument(), argument());
|
||||
}
|
||||
|
||||
// C# member: `M:LibreMetaverse.EventSubscriptionHelper.WaitForEvent``2(System.Action{System.EventHandler{``0}},System.Action{System.EventHandler{``0}},System.Func{``0,System.Boolean},System.Func{``0,``1},System.Int32,``1)`.
|
||||
fn member_02326<TEventArgs, TResult>() {
|
||||
fn member_02326<TEventArgs: 'static, TResult: Send + 'static>() {
|
||||
let _ = libremetaverse::EventSubscriptionHelper::wait_for_event_with_action_action_func_func_int32_t_result::<TEventArgs, TResult>(argument(), argument(), argument(), argument(), argument(), argument());
|
||||
}
|
||||
|
||||
@@ -50857,82 +50857,158 @@ fn member_08329() {
|
||||
fn type_1095<TKey, TValue>(_: &libremetaverse::ObservableDictionary<TKey, TValue>) {}
|
||||
|
||||
// C# member: `M:LibreMetaverse.ObservableDictionary`2.#ctor`.
|
||||
fn member_08330<TKey, TValue>() {
|
||||
fn member_08330<
|
||||
TKey: Clone + Eq + std::hash::Hash + Into<libremetaverse_types::compat::Object>,
|
||||
TValue: Clone + PartialEq + Into<libremetaverse_types::compat::Object>,
|
||||
>() {
|
||||
let _ = libremetaverse::ObservableDictionary::<TKey, TValue>::new_with_constructor();
|
||||
}
|
||||
|
||||
// C# member: `M:LibreMetaverse.ObservableDictionary`2.#ctor(System.Int32)`.
|
||||
fn member_08331<TKey, TValue>() {
|
||||
fn member_08331<
|
||||
TKey: Clone + Eq + std::hash::Hash + Into<libremetaverse_types::compat::Object>,
|
||||
TValue: Clone + PartialEq + Into<libremetaverse_types::compat::Object>,
|
||||
>() {
|
||||
let _ = libremetaverse::ObservableDictionary::<TKey, TValue>::new_with_int32(argument());
|
||||
}
|
||||
|
||||
// C# member: `M:LibreMetaverse.ObservableDictionary`2.Add(`0,`1)`.
|
||||
fn member_08332<TKey, TValue>(value: &mut libremetaverse::ObservableDictionary<TKey, TValue>) {
|
||||
fn member_08332<
|
||||
TKey: Clone + Eq + std::hash::Hash + Into<libremetaverse_types::compat::Object>,
|
||||
TValue: Clone + PartialEq + Into<libremetaverse_types::compat::Object>,
|
||||
>(
|
||||
value: &mut libremetaverse::ObservableDictionary<TKey, TValue>,
|
||||
) {
|
||||
let _ = value.add(argument(), argument());
|
||||
}
|
||||
|
||||
// C# member: `M:LibreMetaverse.ObservableDictionary`2.AddDelegate(LibreMetaverse.DictionaryEventAction,LibreMetaverse.DictionaryChangeCallback)`.
|
||||
fn member_08333<TKey, TValue>(value: &mut libremetaverse::ObservableDictionary<TKey, TValue>) {
|
||||
fn member_08333<
|
||||
TKey: Clone + Eq + std::hash::Hash + Into<libremetaverse_types::compat::Object>,
|
||||
TValue: Clone + PartialEq + Into<libremetaverse_types::compat::Object>,
|
||||
>(
|
||||
value: &mut libremetaverse::ObservableDictionary<TKey, TValue>,
|
||||
) {
|
||||
let _ = value.add_delegate(argument(), argument());
|
||||
}
|
||||
|
||||
// C# member: `M:LibreMetaverse.ObservableDictionary`2.Clear`.
|
||||
fn member_08334<TKey, TValue>(value: &mut libremetaverse::ObservableDictionary<TKey, TValue>) {
|
||||
fn member_08334<
|
||||
TKey: Clone + Eq + std::hash::Hash + Into<libremetaverse_types::compat::Object>,
|
||||
TValue: Clone + PartialEq + Into<libremetaverse_types::compat::Object>,
|
||||
>(
|
||||
value: &mut libremetaverse::ObservableDictionary<TKey, TValue>,
|
||||
) {
|
||||
let _ = value.clear();
|
||||
}
|
||||
|
||||
// C# member: `M:LibreMetaverse.ObservableDictionary`2.ContainsKey(`0)`.
|
||||
fn member_08335<TKey, TValue>(value: &mut libremetaverse::ObservableDictionary<TKey, TValue>) {
|
||||
fn member_08335<
|
||||
TKey: Clone + Eq + std::hash::Hash + Into<libremetaverse_types::compat::Object>,
|
||||
TValue: Clone + PartialEq + Into<libremetaverse_types::compat::Object>,
|
||||
>(
|
||||
value: &mut libremetaverse::ObservableDictionary<TKey, TValue>,
|
||||
) {
|
||||
let _ = value.contains_key(argument());
|
||||
}
|
||||
|
||||
// C# member: `M:LibreMetaverse.ObservableDictionary`2.ContainsValue(`1)`.
|
||||
fn member_08336<TKey, TValue>(value: &mut libremetaverse::ObservableDictionary<TKey, TValue>) {
|
||||
fn member_08336<
|
||||
TKey: Clone + Eq + std::hash::Hash + Into<libremetaverse_types::compat::Object>,
|
||||
TValue: Clone + PartialEq + Into<libremetaverse_types::compat::Object>,
|
||||
>(
|
||||
value: &mut libremetaverse::ObservableDictionary<TKey, TValue>,
|
||||
) {
|
||||
let _ = value.contains_value(argument());
|
||||
}
|
||||
|
||||
// C# member: `M:LibreMetaverse.ObservableDictionary`2.Find(System.Predicate{`1})`.
|
||||
fn member_08337<TKey, TValue>(value: &mut libremetaverse::ObservableDictionary<TKey, TValue>) {
|
||||
fn member_08337<
|
||||
TKey: Clone + Eq + std::hash::Hash + Into<libremetaverse_types::compat::Object>,
|
||||
TValue: Clone + PartialEq + Into<libremetaverse_types::compat::Object>,
|
||||
>(
|
||||
value: &mut libremetaverse::ObservableDictionary<TKey, TValue>,
|
||||
) {
|
||||
let _ = value.find(argument());
|
||||
}
|
||||
|
||||
// C# member: `M:LibreMetaverse.ObservableDictionary`2.FindAll(System.Predicate{`0})`.
|
||||
fn member_08338<TKey, TValue>(value: &mut libremetaverse::ObservableDictionary<TKey, TValue>) {
|
||||
fn member_08338<
|
||||
TKey: Clone + Eq + std::hash::Hash + Into<libremetaverse_types::compat::Object>,
|
||||
TValue: Clone + PartialEq + Into<libremetaverse_types::compat::Object>,
|
||||
>(
|
||||
value: &mut libremetaverse::ObservableDictionary<TKey, TValue>,
|
||||
) {
|
||||
let _ = value.find_all_with_predicate(argument());
|
||||
}
|
||||
|
||||
// C# member: `M:LibreMetaverse.ObservableDictionary`2.FindAll(System.Predicate{`1})`.
|
||||
fn member_08339<TKey, TValue>(value: &mut libremetaverse::ObservableDictionary<TKey, TValue>) {
|
||||
fn member_08339<
|
||||
TKey: Clone + Eq + std::hash::Hash + Into<libremetaverse_types::compat::Object>,
|
||||
TValue: Clone + PartialEq + Into<libremetaverse_types::compat::Object>,
|
||||
>(
|
||||
value: &mut libremetaverse::ObservableDictionary<TKey, TValue>,
|
||||
) {
|
||||
let _ = value.find_all_with_predicate_6d98ccd2(argument());
|
||||
}
|
||||
|
||||
// C# member: `M:LibreMetaverse.ObservableDictionary`2.GetEnumerator`.
|
||||
fn member_08340<TKey, TValue>(value: &mut libremetaverse::ObservableDictionary<TKey, TValue>) {
|
||||
fn member_08340<
|
||||
TKey: Clone + Eq + std::hash::Hash + Into<libremetaverse_types::compat::Object>,
|
||||
TValue: Clone + PartialEq + Into<libremetaverse_types::compat::Object>,
|
||||
>(
|
||||
value: &mut libremetaverse::ObservableDictionary<TKey, TValue>,
|
||||
) {
|
||||
let _ = value.get_enumerator();
|
||||
}
|
||||
|
||||
// C# member: `M:LibreMetaverse.ObservableDictionary`2.Remove(`0)`.
|
||||
fn member_08341<TKey, TValue>(value: &mut libremetaverse::ObservableDictionary<TKey, TValue>) {
|
||||
fn member_08341<
|
||||
TKey: Clone + Eq + std::hash::Hash + Into<libremetaverse_types::compat::Object>,
|
||||
TValue: Clone + PartialEq + Into<libremetaverse_types::compat::Object>,
|
||||
>(
|
||||
value: &mut libremetaverse::ObservableDictionary<TKey, TValue>,
|
||||
) {
|
||||
let _ = value.remove(argument());
|
||||
}
|
||||
|
||||
// C# member: `M:LibreMetaverse.ObservableDictionary`2.RemoveDelegate(LibreMetaverse.DictionaryEventAction,LibreMetaverse.DictionaryChangeCallback)`.
|
||||
fn member_08342<TKey, TValue>(value: &mut libremetaverse::ObservableDictionary<TKey, TValue>) {
|
||||
fn member_08342<
|
||||
TKey: Clone + Eq + std::hash::Hash + Into<libremetaverse_types::compat::Object>,
|
||||
TValue: Clone + PartialEq + Into<libremetaverse_types::compat::Object>,
|
||||
>(
|
||||
value: &mut libremetaverse::ObservableDictionary<TKey, TValue>,
|
||||
) {
|
||||
let _ = value.remove_delegate(argument(), argument());
|
||||
}
|
||||
|
||||
// C# member: `M:LibreMetaverse.ObservableDictionary`2.TryGetValue(`0,`1@)`.
|
||||
fn member_08343<TKey, TValue>(value: &mut libremetaverse::ObservableDictionary<TKey, TValue>) {
|
||||
fn member_08343<
|
||||
TKey: Clone + Eq + std::hash::Hash + Into<libremetaverse_types::compat::Object>,
|
||||
TValue: Clone + PartialEq + Into<libremetaverse_types::compat::Object>,
|
||||
>(
|
||||
value: &mut libremetaverse::ObservableDictionary<TKey, TValue>,
|
||||
) {
|
||||
let _ = value.try_get_value(argument(), argument());
|
||||
}
|
||||
|
||||
// C# member: `P:LibreMetaverse.ObservableDictionary`2.Count`.
|
||||
fn member_08344<TKey, TValue>(value: &mut libremetaverse::ObservableDictionary<TKey, TValue>) {
|
||||
fn member_08344<
|
||||
TKey: Clone + Eq + std::hash::Hash + Into<libremetaverse_types::compat::Object>,
|
||||
TValue: Clone + PartialEq + Into<libremetaverse_types::compat::Object>,
|
||||
>(
|
||||
value: &mut libremetaverse::ObservableDictionary<TKey, TValue>,
|
||||
) {
|
||||
let _ = value.count();
|
||||
}
|
||||
|
||||
// C# member: `P:LibreMetaverse.ObservableDictionary`2.Item(`0)`.
|
||||
fn member_08345<TKey, TValue>(value: &mut libremetaverse::ObservableDictionary<TKey, TValue>) {
|
||||
fn member_08345<
|
||||
TKey: Clone + Eq + std::hash::Hash + Into<libremetaverse_types::compat::Object>,
|
||||
TValue: Clone + PartialEq + Into<libremetaverse_types::compat::Object>,
|
||||
>(
|
||||
value: &mut libremetaverse::ObservableDictionary<TKey, TValue>,
|
||||
) {
|
||||
let _ = value.item(argument());
|
||||
let _ = value.set_item(argument(), argument());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user