mirror of
https://github.com/tufanbarisyildirim/gonginx.git
synced 2026-04-27 00:35:51 +03:00
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#61
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/60
Author: @sharelinux
Created: 12/12/2024
Status: ✅ Merged
Merged: 12/18/2024
Merged by: @tufanbarisyildirim
Base:
master← Head:fix-issue-59📝 Commits (1)
cc5d787Fix: #59 support the ability to get the line number where the nginx directive is located.📊 Changes
10 files changed (+93 additions, -1 deletions)
View changed files
📝
config/directive.go(+11 -0)📝
config/http.go(+11 -0)📝
config/include.go(+10 -0)📝
config/location.go(+11 -0)📝
config/lua_block.go(+11 -0)📝
config/server.go(+11 -0)📝
config/statement.go(+2 -0)📝
config/upstream.go(+12 -0)📝
config/upstream_server.go(+11 -0)📝
parser/parser.go(+3 -1)📄 Description
Support the ability to get the line number where the nginx directive is located.
This PR is for Issue: #59, which supports parsing of nginx directives to get the line number in the configuration file where the directive is located.
I hope it will be merged.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.