Skip to content

Conversation

@Xenira
Copy link
Member

@Xenira Xenira commented Jul 4, 2025

Refs: #476

Description

Checklist

Check the boxes that apply (put an x in the brackets, like [x]). You can also check boxes after the PR is created.

❤️ Thank you for your contribution!

@Xenira Xenira linked an issue Jul 4, 2025 that may be closed by this pull request
@Xenira
Copy link
Member Author

Xenira commented Jul 4, 2025

Only problem is that I can't get Embed::eval to return an Err with bailout without this...

Haven't done much with embed. Need to investigate more tomorrow.

@Xenira
Copy link
Member Author

Xenira commented Jul 4, 2025

Not sure if there actually is a good way. Looking at php testcases they now have that same deprecation warning in expected output...

@Xenira Xenira force-pushed the 476-passing-e_user_error-to-trigger_error-is-deprecated-since-84 branch 2 times, most recently from d0eb529 to fe67771 Compare July 5, 2025 10:59
.lefthook.yml Outdated
jobs:
- name: fmt
run: rustfmt {staged_files}
run: rustfmt --edition 2024 {staged_files}
Copy link
Member Author

Choose a reason for hiding this comment

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

This is required for c string literals.

Copy link
Member Author

Choose a reason for hiding this comment

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

Uff, guess that changed formatting rules for imports

Copy link
Member Author

@Xenira Xenira Jul 5, 2025

Choose a reason for hiding this comment

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

Ok, 2021 (same as Cargo.toml) works

@coveralls
Copy link

coveralls commented Jul 5, 2025

Pull Request Test Coverage Report for Build 16087509071

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 22.322%

Totals Coverage Status
Change from base Build 16087407105: 0.0%
Covered Lines: 869
Relevant Lines: 3893

💛 - Coveralls

@Xenira Xenira force-pushed the 476-passing-e_user_error-to-trigger_error-is-deprecated-since-84 branch from fe67771 to 45b832c Compare July 5, 2025 11:07
@Xenira Xenira merged commit e15de17 into master Jul 5, 2025
57 checks passed
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.

Passing E_USER_ERROR to trigger_error() is deprecated since 8.4

4 participants