REMOVE ake() #320
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
experiment
suggestion
support
Testing
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/framework#320
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem Statement
The
ake()
helper function in Hazaar has been deprecated in favor of using PHP’s null coalescing operator (??
). Additionally, its dot-notation access functionality has been moved to a newarray_get()
function. Sinceake()
is no longer needed, it should be completely removed from the framework. However, to provide developers with adequate transition time, this removal is scheduled for action in one year.Who will benefit?
Benefits and risks
Benefits
Risks
ake()
, requiring updates before removal.Proposed Solution
ake()
and provide clear migration guidance.ake()
from the framework entirely.Priority/Severity
changed due date to March 05, 2026
assigned to @jamie
created branch
320-remove-ake
to address this issuementioned in merge request !209
I'm doing this now. I have already updated all internal references and I just don't want it to exist in the new release.
mentioned in commit
99a77e38e2