[PR #51] [MERGED] inline comment #60

Closed
opened 2026-02-28 01:20:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tufanbarisyildirim/gonginx/pull/51
Author: @cwww3
Created: 8/13/2024
Status: Merged
Merged: 9/7/2024
Merged by: @tufanbarisyildirim

Base: masterHead: fix50


📝 Commits (6)

📊 Changes

15 files changed (+101 additions, -47 deletions)

View changed files

📝 .github/workflows/check.yml (+2 -2)
📝 config/directive.go (+2 -1)
📝 config/http.go (+3 -1)
📝 config/lua_block.go (+4 -2)
📝 config/server.go (+5 -3)
📝 config/statement.go (+22 -0)
📝 config/upstream.go (+3 -1)
📝 config/upstream_server.go (+3 -1)
📝 dumper/dumper.go (+1 -0)
📝 examples/formatting/main.go (+2 -2)
📝 go.mod (+3 -3)
📝 go.sum (+4 -28)
📝 parser/parser.go (+5 -3)
📝 parser/parser_test.go (+13 -0)
testdata/issues/50.conf (+29 -0)

📄 Description

fix #50


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/tufanbarisyildirim/gonginx/pull/51 **Author:** [@cwww3](https://github.com/cwww3) **Created:** 8/13/2024 **Status:** ✅ Merged **Merged:** 9/7/2024 **Merged by:** [@tufanbarisyildirim](https://github.com/tufanbarisyildirim) **Base:** `master` ← **Head:** `fix50` --- ### 📝 Commits (6) - [`d2a0b8c`](https://github.com/tufanbarisyildirim/gonginx/commit/d2a0b8c9d84d8910961f388d848e4b5ff8c1a74f) inline comment - [`67297fa`](https://github.com/tufanbarisyildirim/gonginx/commit/67297faf82c8fc6c0c46ef9b2aacdc00f17b8bb9) rename - [`08bac11`](https://github.com/tufanbarisyildirim/gonginx/commit/08bac117aab316a33bcf6c0f37cf88bdd278657a) update go version - [`142ad84`](https://github.com/tufanbarisyildirim/gonginx/commit/142ad84dfb74993d189680f28991982355f8e321) make linter happy - [`75744c9`](https://github.com/tufanbarisyildirim/gonginx/commit/75744c9a72888a5f65d2c7ff0f1566708e0a0a51) add test for inline comment - [`2793731`](https://github.com/tufanbarisyildirim/gonginx/commit/2793731c27fa6718c599e289c00779c63f3e05e4) fix go mod ### 📊 Changes **15 files changed** (+101 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/check.yml` (+2 -2) 📝 `config/directive.go` (+2 -1) 📝 `config/http.go` (+3 -1) 📝 `config/lua_block.go` (+4 -2) 📝 `config/server.go` (+5 -3) 📝 `config/statement.go` (+22 -0) 📝 `config/upstream.go` (+3 -1) 📝 `config/upstream_server.go` (+3 -1) 📝 `dumper/dumper.go` (+1 -0) 📝 `examples/formatting/main.go` (+2 -2) 📝 `go.mod` (+3 -3) 📝 `go.sum` (+4 -28) 📝 `parser/parser.go` (+5 -3) 📝 `parser/parser_test.go` (+13 -0) ➕ `testdata/issues/50.conf` (+29 -0) </details> ### 📄 Description fix #50 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:20:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gonginx#60
No description provided.