Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

garble 0.11.0 #156235

Merged
merged 2 commits into from
Dec 4, 2023
Merged

garble 0.11.0 #156235

merged 2 commits into from
Dec 4, 2023

Conversation

Porkepix
Copy link
Contributor

@Porkepix Porkepix commented Dec 3, 2023

Created by brew bump


Created with brew bump-formula-pr.

release notes
This release drops support for Go 1.20, continues support for Go 1.21, and adds initial support for the upcoming Go 1.22.

@lu4p and @mvdan improved the code using SSA to detect which types are used with reflection, which should fix a number of errors such as cannot use T1 as T2 or cannot convert T1 to T2. See: #685, #763, #782, #785, #807.

@pagran added experimental support for control flow obfuscation, which should provide stronger obfuscation of function bodies when enabled. See the documentation at docs/CONTROLFLOW.md. See #462.

A number of bugfixes are also included:

  • Avoid panicking on a struct embedding a builtin alias - #798
  • Strip struct field tags when hashing struct types for type identity - #801

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Dec 3, 2023
@chenrui333
Copy link
Member

    Minitest::Assertion: Expected /Build\ settings:\n\ \ \ \ \ \ \-buildmode\ exe\n\ \ \ \ \ \ \ \-compiler\ gc\n\ \ \ \ \ \ \ \-trimpath\ true\n\ \ DefaultGODEBUG\ panicnil=1\n\ \ \ \ \ CGO_ENABLED\ 1\n\ \ \ \ \ \ \ \ \ \ GOARCH\ arm64\n\ \ \ \ \ \ \ \ \ \ \ \ GOOS\ darwin\n/ to match "mvdan.cc/garble (devel)\n\nBuild settings:\n      -buildmode exe\n       -compiler gc\n       -trimpath true\n     CGO_ENABLED 1\n          GOARCH arm64\n            GOOS darwin\n".

@chenrui333 chenrui333 added the test failure CI fails while running the test-do block label Dec 3, 2023
garble: update test

Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333 chenrui333 removed the test failure CI fails while running the test-do block label Dec 4, 2023
Copy link
Contributor

github-actions bot commented Dec 4, 2023

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Dec 4, 2023
@BrewTestBot BrewTestBot enabled auto-merge December 4, 2023 01:08
@BrewTestBot BrewTestBot added this pull request to the merge queue Dec 4, 2023
Merged via the queue into Homebrew:master with commit 77ab894 Dec 4, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants