[PR #11] [MERGED] fix: parseBlock stopped after first directive #38

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

📋 Pull Request Information

Original PR: https://github.com/tufanbarisyildirim/gonginx/pull/11
Author: @telnet2
Created: 8/27/2022
Status: Merged
Merged: 8/29/2022
Merged by: @tufanbarisyildirim

Base: masterHead: master


📝 Commits (1)

  • 3db5a33 fix: parse stopped at first directive

📊 Changes

2 files changed (+7 additions, -2 deletions)

View changed files

📝 parser/parser.go (+0 -1)
📝 parser/parser_test.go (+7 -1)

📄 Description

Parser shouldn't break out of parsingLoop when the current token is a keyword.


🔄 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/11 **Author:** [@telnet2](https://github.com/telnet2) **Created:** 8/27/2022 **Status:** ✅ Merged **Merged:** 8/29/2022 **Merged by:** [@tufanbarisyildirim](https://github.com/tufanbarisyildirim) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`3db5a33`](https://github.com/tufanbarisyildirim/gonginx/commit/3db5a338c76f41a1393a56b390606b88510ffb8a) fix: parse stopped at first directive ### 📊 Changes **2 files changed** (+7 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `parser/parser.go` (+0 -1) 📝 `parser/parser_test.go` (+7 -1) </details> ### 📄 Description Parser shouldn't break out of `parsingLoop` when the current token is a keyword. --- <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:39 +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#38
No description provided.