-
Notifications
You must be signed in to change notification settings - Fork 121
Merge the nice work from Alexander Guz back into master #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
harrydeluxe
wants to merge
361
commits into
harrydeluxe:master
Choose a base branch
from
kalimatas:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Virtual file system with a Closure as a callback
…stringValue/AbstractBlock::renderAll This way complex objects could be passed between templates and to filters.
Context: defer object-to-string conversion
More tests
… coding standard We can't have both braces on the next line after classes, and on the same for functions. If we only would have to change braces by classes, that would be least possible change in terms of lines changed.
Adopt PHP-CS-Fixer
…n everything except padding
Update PHP Coding Standards Fixer, bump PHP version support
Co-authored-by: pavlikovsky <ciphuk@gmail.com>
* Fix: htmlentities(): Passing null to parameter 1 ($string) of type string is deprecated
* Create dependabot.yml This file is used to automate the process of keeping the GitHub Actions dependencies up to date by configuring Dependabot to check for updates on a weekly basis and apply them as needed. * Update .github/dependabot.yml --------- Co-authored-by: Alexey Kopytko <alexey@kopytko.com>
Co-authored-by: Graham Campbell <hello@gjcampbell.co.uk> Co-authored-by: Graham Campbell <GrahamCampbell@users.noreply.github.com>
Bring the array syntax up to speed
* Improve performance I have identified three main bottlenecks when profiling the code with xdebug: 1. `array_shift()`: The array of tokens ended up being renumbered on each iteration. So we instead set consumed tokens to `null`. 2. `mb_substr()`: Using mutltibyte here is unnecessary and overkill, when we can just operate directly on the string. 3. `Liquid::get()`: This one surprised me, but due to the number of calls, here it is. Shave off more processing time by accessing the config array directly. Co-authored-by: Alexey Kopytko <alexey@kopytko.com>
* Let go of PHP versions 7.4, 8.0, and 8.1 Removed PHP versions 7.4, 8.0, and 8.1 from the workflow matrix and updated the include section to reflect only PHP 8.2 with lowest dependencies. * Update PHP requirement to version 8.2 * Update PHP version requirements in README
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.