mirror of
https://github.com/tufanbarisyildirim/gonginx.git
synced 2026-04-27 00:35:51 +03:00
[PR #23] [MERGED] Implement lua block wrapper #47
Labels
No labels
bug
enhancement
good first issue
pull-request
question
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gonginx#47
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?
📋 Pull Request Information
Original PR: https://github.com/tufanbarisyildirim/gonginx/pull/23
Author: @tufanbarisyildirim
Created: 6/27/2023
Status: ✅ Merged
Merged: 6/27/2023
Merged by: @tufanbarisyildirim
Base:
master← Head:issue-22📝 Commits (7)
dc0e84bsimplify comment lexing in lua block9c6860fimplement a more expressive Diff and use this in tests instead of Equalc3905c2rename the loop label28a226badd debug mode to the dumper24b4b16get code block for literal codeblocksf17b090implement a lua-block and its own wrapperbe65b82make static check happy📊 Changes
12 files changed (+229 additions, -26 deletions)
View changed files
📝
block.go(+10 -4)📝
dumper.go(+29 -0)📝
http.go(+4 -0)➕
lua_block.go(+87 -0)📝
parser/lexer.go(+7 -10)📝
parser/lexer_test.go(+1 -1)📝
parser/parser.go(+19 -2)📝
parser/parser_test.go(+30 -0)📝
parser/token/token.go(+26 -9)📝
statement.go(+1 -0)➕
testdata/issues/22.conf(+11 -0)📝
upstream.go(+4 -0)📄 Description
this fixes #22 , additionally,
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.