Next | Query returned 40 messages, browsing 31 to 40 | previous

History of commit frequency

CVS Commit History:


   2018-03-13 20:27:00 by Benny Siegert | Files touched by this commit (3)
Log message:
Update testify to 1.2.1.

No changelog from upstream.
   2018-03-13 18:06:05 by Benny Siegert | Files touched by this commit (2)
Log message:
Fix build with Go 1.10, bump revision.

It seems that the rules for pattern matching have changed at some point,
which is what is breaking these builds (or more exactly, their PLISTs).
Now, foo/... does not match anything under foo/vendor AFAICT, and packages
that do not match the pattern do not get .a files explicitly created.
   2018-03-04 16:52:21 by Benny Siegert | Files touched by this commit (95) | Package updated
Log message:
Revbump all Go packages after Go 1.10 update.
   2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583)
Log message:
Fix indentation in buildlink3.mk files.

The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
   2017-04-13 17:12:07 by Benny Siegert | Files touched by this commit (39) | Package updated
Log message:
Revbump all Go packages after the Go 1.8.1 update.
   2016-12-04 17:30:01 by Benny Siegert | Files touched by this commit (35) | Package updated
Log message:
Revbump Go packages after 1.7.4 update.
   2016-10-29 10:59:49 by Benny Siegert | Files touched by this commit (34) | Package updated
Log message:
Revbump packages depending on Go after the Go 1.7.3 update.
   2016-09-10 21:47:21 by Benny Siegert | Files touched by this commit (30) | Package updated
Log message:
Revbump all Go packages after the Go 1.7.1 update.
   2016-08-20 11:21:46 by Benny Siegert | Files touched by this commit (26)
Log message:
Revbump packages using Go for Go 1.7 release.
   2016-07-16 15:21:41 by Benny Siegert | Files touched by this commit (5)
Log message:
New package, go-testify.

Go code (golang) set of packages that provide many tools for testifying that
your code will behave as you intend.

Features include:

- Easy assertions
- Mocking
- HTTP response trapping
- Testing suite interfaces and functions

Next | Query returned 40 messages, browsing 31 to 40 | previous