This is an automated email from the ASF dual-hosted git repository. chenguangsheng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/eventmesh-workflow.git
commit e1fb8fab9c029a5bc76831a2d0bd07994a7bf00a Merge: e5698eb cfa3499 Author: Harshitha Sudhakar <[email protected]> AuthorDate: Wed May 10 16:44:45 2023 +0530 Merge branch 'main' into patch-1 cmd/controller/workflow.go | 1 - cmd/engine/main.go | 1 - third_party/jqer/jqer.go | 8 ++++---- third_party/lexer/rune_stack.go | 1 + 4 files changed, 5 insertions(+), 6 deletions(-) diff --cc third_party/lexer/rune_stack.go index 2f8bed5,e32e541..743dd4e --- a/third_party/lexer/rune_stack.go +++ b/third_party/lexer/rune_stack.go @@@ -41,7 -41,7 +41,8 @@@ func (s *runeStack) push(r rune) func (s *runeStack) pop() rune { if s.start == nil { return EOFRune - } + } ++ n := s.start s.start = n.next return n.r --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
