Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement a new parser #2

Open
mh-cbon opened this issue Feb 17, 2017 · 0 comments
Open

implement a new parser #2

mh-cbon opened this issue Feb 17, 2017 · 0 comments

Comments

@mh-cbon
Copy link
Owner

mh-cbon commented Feb 17, 2017

implement a new parser based on https://github.com/mh-cbon/state-lexer
take chance of that change to add support for section
and more grained parsing capabilities.

Section would help to categorize messages.

0.9.12-1
  
  FIX
  * blah blah (Closes: #nnnn)
  * 0abcdef (typo) #15 Fix the typo in 'waht'
  * 0abcdef (break,closes) #12 Add config support to yInstance constructor. The new signature is `yInstance(c Config) yInstance`. blah blah.

  PREPARE
  * (minor) #18 improved performance for blah blah

  - mh-cbon <mh-cbon@users.noreply.github.com>

-- Josip Rodin <joy-mg@debian.org>; Mon, 22 Mar 2010 00:37:31 +0100

Parsing phase could be able to detect hash change, issue ticket number, status ticket, api compatibility change.
- [change hash] (close|fix|prepare,minor|break) #15 changed whatever in the project to make it better because i said so
Could the new parser support something to inject benchmark results into the changelog ? good idea ? benchcmp ?

% go test -bench=.
PASS
BenchmarkFib10   5000000               509 ns/op
ok      github.com/davecheney/fib       3.084s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant