Skip to content

Commit

Permalink
null
Browse files Browse the repository at this point in the history
  • Loading branch information
oligamiq committed Dec 22, 2023
1 parent 0438737 commit c133928
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rust/macos/objc/nick_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ impl NickName {
pub fn new() -> crate::Result<Self> {
preview_all_classes();

if NSImageNameComputer.is_null() {
println!("NSImageNameComputer is null");
}

println!("NSImageNameComputer: {:?}", NSImageNameComputer);

let name = unsafe { CStr::from_ptr(NSImageNameComputer) };

Check failure on line 44 in rust/macos/objc/nick_name.rs

View workflow job for this annotation

GitHub Actions / run_pc (macos-latest, 1.68.0, pc_run)

mismatched types

Check failure on line 44 in rust/macos/objc/nick_name.rs

View workflow job for this annotation

GitHub Actions / run_pc (macos-latest, beta, pc_run)

mismatched types

Check failure on line 44 in rust/macos/objc/nick_name.rs

View workflow job for this annotation

GitHub Actions / run_pc (macos-latest, stable, pc_run)

mismatched types

Check failure on line 44 in rust/macos/objc/nick_name.rs

View workflow job for this annotation

GitHub Actions / run_pc (macos-latest, nightly, pc_run)

mismatched types

Check failure on line 44 in rust/macos/objc/nick_name.rs

View workflow job for this annotation

GitHub Actions / build_and_clippy_target_tier2 (macos-latest, beta, pc_test_target_tier2)

mismatched types

Check failure on line 44 in rust/macos/objc/nick_name.rs

View workflow job for this annotation

GitHub Actions / build_and_clippy_target_tier2 (macos-latest, 1.68.0, pc_test_target_tier2)

mismatched types

Check failure on line 44 in rust/macos/objc/nick_name.rs

View workflow job for this annotation

GitHub Actions / build_and_clippy_target_tier2 (macos-latest, stable, pc_test_target_tier2)

mismatched types

Check failure on line 44 in rust/macos/objc/nick_name.rs

View workflow job for this annotation

GitHub Actions / build_and_clippy_target_tier2 (macos-latest, nightly, pc_test_target_tier2)

mismatched types

Check failure on line 44 in rust/macos/objc/nick_name.rs

View workflow job for this annotation

GitHub Actions / build_cache_pc_tier1 (macos-latest, beta, pc_test_target_tier1)

mismatched types

Check failure on line 44 in rust/macos/objc/nick_name.rs

View workflow job for this annotation

GitHub Actions / build_cache_pc_tier1 (macos-latest, nightly, pc_test_target_tier1)

mismatched types

Check failure on line 44 in rust/macos/objc/nick_name.rs

View workflow job for this annotation

GitHub Actions / build_cache_pc_tier1 (macos-latest, stable, pc_test_target_tier1)

mismatched types

Check failure on line 44 in rust/macos/objc/nick_name.rs

View workflow job for this annotation

GitHub Actions / build_cache_pc_tier1 (macos-latest, 1.68.0, pc_test_target_tier1)

mismatched types
Expand Down

0 comments on commit c133928

Please sign in to comment.