Skip to content

feat: update to alpha.17, typed mobile plugin IPC arguments - #676

Merged
lucasfernog merged 23 commits into
v2from
feat/typed-mobile-args
Oct 29, 2023
Merged

feat: update to alpha.17, typed mobile plugin IPC arguments#676
lucasfernog merged 23 commits into
v2from
feat/typed-mobile-args

Conversation

@lucasfernog

Copy link
Copy Markdown
Member

Updates to the in progress typed IPC arguments that will be released on alpha.17.

Needs tauri-apps/tauri#8076

@socket-security

Copy link
Copy Markdown

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@tauri-apps/cli 2.0.0-alpha.16...2.0.0-alpha.17 None +0/-0 185 kB tauri-apps-ci-user
@tauri-apps/api 2.0.0-alpha.9...2.0.0-alpha.11 None +0/-0 347 kB tauri-apps-ci-user

@lucasfernog lucasfernog changed the title feat: typed mobile plugin IPC arguments feat: update to alpha.17, typed mobile plugin IPC arguments Oct 29, 2023
@lucasfernog
lucasfernog marked this pull request as ready for review October 29, 2023 11:56
@lucasfernog
lucasfernog requested a review from a team as a code owner October 29, 2023 11:56
Comment thread plugins/notification/guest-js/index.ts Outdated
assert_eq!(
String::from_utf8(output.stderr).unwrap(),
"cat: test/: Is a directory\n"
"cat: test/: Is a directory\n\n"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does that sound okay? why does it have two new lines?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the std one only gives us a single \n so it's a bug on our end (it was already a bug, since it had a \n where it shouldn't, I guess someone just fixed the test instead of the actual bug). We should track this on the tauri repo (v1 and v2).

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
@lucasfernog
lucasfernog requested a review from amrbashir October 29, 2023 17:09
@lucasfernog
lucasfernog merged commit e438e0a into v2 Oct 29, 2023
@lucasfernog
lucasfernog deleted the feat/typed-mobile-args branch October 29, 2023 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants