filecheck/nonasciiMsg #35
No reviewers
Labels
No Label
bug
component
executor
component
framework
component
parser
component
UI
duplicate
enhancement
help wanted
invalid
priority
p0
priority
p1
priority
p2
priority
p3
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: JOJ/JOJ3#35
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "filecheck/nonasciiMsg"
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?
Fix bug caused by
co-author
,co-commit
msg in pull request.suggesting
if c.NumParents() > 1
@ -58,0 +63,4 @@
trimmedLine := strings.TrimSpace(line)
ignore := false
for _, prefix := range ignoredPrefixes {
if strings.HasPrefix(trimmedLine, prefix) {
I tried with following code and it fails to fix
won't be too bad, just 4-5 test for each message.
we may have to fall back to the silly solution...
5c6d4686ac
to0bbb49f2d1
Can I merge now @mac-wang?
I think it is O(n) since we only check for several additional tags for each message.
WIP: filecheck/nonasciiMsgto filecheck/nonasciiMsg