Skip to content

Conversation

alekitto
Copy link
Contributor

@alekitto alekitto commented Jun 4, 2025

Fixes: #262

Partially derived from #313, this commit fixes access to object properties from Rust code. This is needed to correctly initialize exception objects.

@coveralls
Copy link

coveralls commented Jun 4, 2025

Pull Request Test Coverage Report for Build 15473246738

Details

  • 0 of 4 (0.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 20.927%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/zend/handlers.rs 0 4 0.0%
Totals Coverage Status
Change from base Build 15473222195: 0.0%
Covered Lines: 822
Relevant Lines: 3928

💛 - Coveralls

@Xenira
Copy link
Collaborator

Xenira commented Jun 5, 2025

@alekitto Thanks for the PR. Was new to the project when #313 was created and forgot about it :/

Regarding the failed pipeline i have a pr open and will rebase this.

Partially derived from davidcole1340#313, this commit fixes access to object
properties from Rust code. This is needed to correctly initialize
exception objects.
@Xenira Xenira merged commit 96555c4 into davidcole1340:master Jun 5, 2025
35 checks passed
@davidcole1340 davidcole1340 mentioned this pull request Jun 9, 2025
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.

Err: Attempted to access uninitialized class object

3 participants