the current version of cargo will look at the profile here too (it wasn't the
case when first commited), and it permits to avoid automatic modification of the
source file.
the compilation options used are based on release profile
(https://doc.rust-lang.org/cargo/reference/profiles.html#release) with
only 'opt-level' difference ('2' instead of '3')
Changelog:
Add some more date test cases 81f56332
Fix RenderString vs render hooks 9698b0da
Prevent WARNINGs in RenderString 32344fe3
Fix IsAncestor/IsDescendant for taxonomies 4d7fa9f1
Fix GetPage on section/bundle name overlaps a985efce
Fix Go template script escaping 6c3c6686
Add a test helper c34bf485
Fix tag collector for nested table elements c950c86b
Fix build error: my previous commits did not fix it 91520249
Add Scratch.Values 2919a6a5
Update Goldmark to improve Typographer 432885c4
Add redirect support to the server 6a3e8974
the port now uses MODGO_MODNAME, no need for custom distfile.
ok rsadowski@ jca@
using MODGO_MODNAME.
This is needed to work around this issue:
https://github.com/golang/go/issues/27455
which makes `make clean` because of the restrictive permissions.
input and corrections from sthen@ and jca@
ok sthen@ jca@ espie@
Mox will make mock objects for you, so you don't have to create your
own! It mocks the public/protected interfaces of Python objects. You set
up your mock objects expected behavior using a domain specific language
(DSL), which makes it easy to use, understand, and refactor!
This package provides Mox3, an unofficial update with Python 3 support.
It is fairly compatible with mox, but small enhancements have been made.
with sthen@
Pivy is an implementation of a simple PIV client with minimal dependencies.
It contains a pivy-tool binary which can conduct basic operations using
PIV cards, and the pivy-agent, which implements the SSH agent protocol as
a drop-in replacement for the OpenSSH ssh-agent command (except that the
keys it contains are always on a PIV card).
"PIV cards" notably includes Yubico Yubikey devices such as the NEO and
Yubikey4, which can store up to 24 keys by using the "retired key" slots
(which this agent supports).
ok (and much help from) sthen@
disable generic_xml, as was done upstream in their py3 branch ("this
never really caught on, nor got the attention or maintenance it really
needed. I dunno if it even works in py2 for much anymore, but I don't
think converting it to py3 makes any sense.") - allows jasper@ to
move py-libxml to py3-libxml
This version fixes several bugs, and adds some new commands and rules.
Changes: https://herbstluftwm.org/news.html.
From Lucas <lucas AT sexy DOT is> and
Florian Viehweger <openbsd AT out-of-creativity DOT de> who also take
maintainer.