]> git.proxmox.com Git - perlmod.git/log
perlmod.git
2 years agoadd README.md
Wolfgang Bumiller [Thu, 14 Oct 2021 12:02:44 +0000 (14:02 +0200)]
add README.md

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agoadd reference deserialization test data
Wolfgang Bumiller [Thu, 14 Oct 2021 13:13:32 +0000 (15:13 +0200)]
add reference deserialization test data

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agoadd RawValue and raw value serialization
Wolfgang Bumiller [Thu, 14 Oct 2021 11:40:06 +0000 (13:40 +0200)]
add RawValue and raw value serialization

perl Values are now generally serialized as *raw* values,
for *de*serialization this can be enforced via the RawValue
type

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agomake values Clone
Wolfgang Bumiller [Thu, 14 Oct 2021 11:39:53 +0000 (13:39 +0200)]
make values Clone

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agomacro: support env vars in package attributes
Wolfgang Bumiller [Wed, 13 Oct 2021 09:43:49 +0000 (11:43 +0200)]
macro: support env vars in package attributes

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agomacro: use CARGO_PKG_NAME instead of reading Cargo.toml
Wolfgang Bumiller [Wed, 13 Oct 2021 09:28:16 +0000 (11:28 +0200)]
macro: use CARGO_PKG_NAME instead of reading Cargo.toml

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agobump version to 0.5.3-1
Wolfgang Bumiller [Mon, 19 Jul 2021 08:33:15 +0000 (10:33 +0200)]
bump version to 0.5.3-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agotest: set autoflush for consistency
Wolfgang Bumiller [Mon, 19 Jul 2021 07:37:08 +0000 (09:37 +0200)]
test: set autoflush for consistency

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agoadd is_defined helper glue
Wolfgang Bumiller [Mon, 19 Jul 2021 07:34:32 +0000 (09:34 +0200)]
add is_defined helper glue

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agotest for broken undef detection
Fabian Ebner [Fri, 16 Jul 2021 14:34:00 +0000 (16:34 +0200)]
test for broken undef detection

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agomacro: different approach to clippy warning
Wolfgang Bumiller [Fri, 2 Jul 2021 09:54:30 +0000 (11:54 +0200)]
macro: different approach to clippy warning

currently this does in fact deduplicate code, so...

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agobump perlmod to 0.5.2-2
Wolfgang Bumiller [Fri, 2 Jul 2021 09:41:16 +0000 (11:41 +0200)]
bump perlmod to 0.5.2-2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agoperlmod: clippy fixes
Wolfgang Bumiller [Fri, 2 Jul 2021 09:39:46 +0000 (11:39 +0200)]
perlmod: clippy fixes

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agomacro: clippy fixes
Wolfgang Bumiller [Fri, 2 Jul 2021 09:37:51 +0000 (11:37 +0200)]
macro: clippy fixes

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agotest updates
Wolfgang Bumiller [Fri, 2 Jul 2021 09:32:30 +0000 (11:32 +0200)]
test updates

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agoset utf8 flag as needed when serializing strings
Wolfgang Bumiller [Fri, 2 Jul 2021 09:31:50 +0000 (11:31 +0200)]
set utf8 flag as needed when serializing strings

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agobump perlmod-macro to 0.3.2-1
Wolfgang Bumiller [Wed, 30 Jun 2021 07:47:14 +0000 (09:47 +0200)]
bump perlmod-macro to 0.3.2-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agomacro: add newlines to errors
Wolfgang Bumiller [Wed, 30 Jun 2021 06:14:47 +0000 (08:14 +0200)]
macro: add newlines to errors

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agobump verstion to 0.5.1-1
Wolfgang Bumiller [Wed, 23 Jun 2021 08:59:22 +0000 (10:59 +0200)]
bump verstion to 0.5.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agoupdate test files
Wolfgang Bumiller [Wed, 23 Jun 2021 08:58:31 +0000 (10:58 +0200)]
update test files

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agofix newtype struct deserialization
Wolfgang Bumiller [Wed, 23 Jun 2021 08:58:21 +0000 (10:58 +0200)]
fix newtype struct deserialization

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agobump version to 0.5.0-1
Wolfgang Bumiller [Mon, 21 Jun 2021 10:39:55 +0000 (12:39 +0200)]
bump version to 0.5.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agoimprove PVLV handling
Wolfgang Bumiller [Thu, 10 Jun 2021 08:14:04 +0000 (10:14 +0200)]
improve PVLV handling

For the cases we're most intested in (substr and vivifyable
hash indexing) we can use perform "GET" magic to figure out
whether it was undef or not, and then simply recurse.
We'll have to deal with other cases as we run into them.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agoexperimental PVLV support
Wolfgang Bumiller [Tue, 8 Jun 2021 09:28:01 +0000 (11:28 +0200)]
experimental PVLV support

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump perlmod to 0.4.3-1
Wolfgang Bumiller [Tue, 9 Mar 2021 14:36:31 +0000 (15:36 +0100)]
bump perlmod to 0.4.3-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoarray: avoid underflow when array is empty and more is zero
Fabian Ebner [Thu, 18 Feb 2021 12:47:43 +0000 (13:47 +0100)]
array: avoid underflow when array is empty and more is zero

serializing an empty array triggered this.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
[rustfmt: Wolfgang Bumiller <w.bumiller@proxmox.com>]
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump d/control
Wolfgang Bumiller [Tue, 23 Feb 2021 13:27:00 +0000 (14:27 +0100)]
bump d/control

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump perlmod to 0.4.2-1
Wolfgang Bumiller [Tue, 23 Feb 2021 13:26:31 +0000 (14:26 +0100)]
bump perlmod to 0.4.2-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoallow PVMG in deserialization
Wolfgang Bumiller [Tue, 23 Feb 2021 12:07:51 +0000 (13:07 +0100)]
allow PVMG in deserialization

they are supposed to end up being regular scalars after all,
usually

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump perlmod-macro to 0.3.1-1
Wolfgang Bumiller [Mon, 22 Feb 2021 13:15:46 +0000 (14:15 +0100)]
bump perlmod-macro to 0.3.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agocheck in control files
Wolfgang Bumiller [Mon, 22 Feb 2021 13:17:43 +0000 (14:17 +0100)]
check in control files

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoadjust path for DynaLoader
Wolfgang Bumiller [Mon, 22 Feb 2021 13:11:31 +0000 (14:11 +0100)]
adjust path for DynaLoader

We usually have multiple packages but only a single library,
so rather than making package look in subdirectories named
after them, just look in the toplevel `auto/` directory.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump perlmod to 0.4.1-1
Wolfgang Bumiller [Tue, 16 Feb 2021 11:38:16 +0000 (12:38 +0100)]
bump perlmod to 0.4.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agofix refcount issue in Hash::insert_by_value
Wolfgang Bumiller [Tue, 16 Feb 2021 11:37:24 +0000 (12:37 +0100)]
fix refcount issue in Hash::insert_by_value

The HV takes ownership of the value!

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump perlmod to 0.4.0-1
Wolfgang Bumiller [Tue, 16 Feb 2021 09:44:53 +0000 (10:44 +0100)]
bump perlmod to 0.4.0-1

to bump the macro dependency by a major version

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoadd test.pl file for a usage example of perlmod-test
Wolfgang Bumiller [Tue, 16 Feb 2021 09:42:10 +0000 (10:42 +0100)]
add test.pl file for a usage example of perlmod-test

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump perlmod-macro to 0.3.0-1
Wolfgang Bumiller [Tue, 16 Feb 2021 09:41:52 +0000 (10:41 +0100)]
bump perlmod-macro to 0.3.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agomacro: support tuple return types in functions
Wolfgang Bumiller [Tue, 16 Feb 2021 09:39:36 +0000 (10:39 +0100)]
macro: support tuple return types in functions

These are now *list* return types in perl.
However, currently there is no support for 'wantarray' or
lists of dynamic length.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agouse try_from_ref in the example
Wolfgang Bumiller [Tue, 16 Feb 2021 09:39:01 +0000 (10:39 +0100)]
use try_from_ref in the example

to show how it's used

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump perlmod to 0.3.0
Wolfgang Bumiller [Mon, 15 Feb 2021 15:06:18 +0000 (16:06 +0100)]
bump perlmod to 0.3.0

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years ago"fix" the destructor macro
Wolfgang Bumiller [Mon, 15 Feb 2021 14:48:17 +0000 (15:48 +0100)]
"fix" the destructor macro

long story short: compiler restrictions

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump perlmod and perlmod-macro to 0.2.3
Wolfgang Bumiller [Mon, 15 Feb 2021 13:56:17 +0000 (14:56 +0100)]
bump perlmod and perlmod-macro to 0.2.3

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agofix 'undef' deserialization
Wolfgang Bumiller [Mon, 15 Feb 2021 13:53:57 +0000 (14:53 +0100)]
fix 'undef' deserialization

Since it has 0 flags it wasn't recognized as a scalar, but
an unsupported "magic" value.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agomacro: make generated helpers #[doc(hidden)]
Wolfgang Bumiller [Mon, 15 Feb 2021 13:05:02 +0000 (14:05 +0100)]
macro: make generated helpers #[doc(hidden)]

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump perlmod-macro to 0.2.2-1 as well
Wolfgang Bumiller [Mon, 15 Feb 2021 09:36:52 +0000 (10:36 +0100)]
bump perlmod-macro to 0.2.2-1 as well

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump perlmod to 0.2.2-1
Wolfgang Bumiller [Wed, 9 Dec 2020 08:51:44 +0000 (09:51 +0100)]
bump perlmod to 0.2.2-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agointroduce try_from_ref argument attribute
Wolfgang Bumiller [Fri, 27 Nov 2020 14:30:07 +0000 (15:30 +0100)]
introduce try_from_ref argument attribute

and document attributes in the #[export] macro documentation

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump perlmod to 0.2.1-1
Wolfgang Bumiller [Fri, 27 Nov 2020 13:35:48 +0000 (14:35 +0100)]
bump perlmod to 0.2.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agosupport deserializing borrowed strings
Wolfgang Bumiller [Fri, 27 Nov 2020 12:38:49 +0000 (13:38 +0100)]
support deserializing borrowed strings

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump perlmod-macro to 0.2.1-1
Wolfgang Bumiller [Fri, 27 Nov 2020 12:07:03 +0000 (13:07 +0100)]
bump perlmod-macro to 0.2.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoguard '-L./target/debug' lib path by debug_assertions
Wolfgang Bumiller [Fri, 27 Nov 2020 12:03:46 +0000 (13:03 +0100)]
guard '-L./target/debug' lib path by debug_assertions

A release build shouldn't add the local search path for
libraries to the perl modules.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoclippy lints
Wolfgang Bumiller [Fri, 27 Nov 2020 11:06:01 +0000 (12:06 +0100)]
clippy lints

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump perlmod and perlmod-macro to 0.2.0
Wolfgang Bumiller [Thu, 26 Nov 2020 12:57:39 +0000 (13:57 +0100)]
bump perlmod and perlmod-macro to 0.2.0

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agodeserialize by reference
Wolfgang Bumiller [Thu, 26 Nov 2020 12:50:06 +0000 (13:50 +0100)]
deserialize by reference

Allow deserializing things such as `&[u8]` to reference the
original data instead of requiring a `Vec<u8>` instead.

Introduces `perlmod::from_ref_value` next to
`perlmod::from_value` with a new signature.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agomake Serializer and Deserializer private
Wolfgang Bumiller [Thu, 26 Nov 2020 12:29:34 +0000 (13:29 +0100)]
make Serializer and Deserializer private

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoallow constants for class names in destructor macro
Wolfgang Bumiller [Thu, 26 Nov 2020 10:57:28 +0000 (11:57 +0100)]
allow constants for class names in destructor macro

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agodestructor macro and helpers for blessed objects
Wolfgang Bumiller [Thu, 26 Nov 2020 10:47:42 +0000 (11:47 +0100)]
destructor macro and helpers for blessed objects

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agomake SvPVbyte safe
Wolfgang Bumiller [Thu, 26 Nov 2020 09:13:48 +0000 (10:13 +0100)]
make SvPVbyte safe

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoadd 'pseudo_block' helper
Wolfgang Bumiller [Thu, 26 Nov 2020 08:30:47 +0000 (09:30 +0100)]
add 'pseudo_block' helper

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoyet another set of doc fixups
Wolfgang Bumiller [Wed, 25 Nov 2020 15:38:48 +0000 (16:38 +0100)]
yet another set of doc fixups

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agomore doc improvements
Wolfgang Bumiller [Wed, 25 Nov 2020 14:13:57 +0000 (15:13 +0100)]
more doc improvements

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agomore doc updates
Wolfgang Bumiller [Wed, 25 Nov 2020 14:00:34 +0000 (15:00 +0100)]
more doc updates

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agodoc example for bless
Wolfgang Bumiller [Wed, 25 Nov 2020 13:57:10 +0000 (14:57 +0100)]
doc example for bless

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agofix #[export(name=...)], drop deprecated make_package
Wolfgang Bumiller [Wed, 25 Nov 2020 13:35:34 +0000 (14:35 +0100)]
fix #[export(name=...)], drop deprecated make_package

The `make_package` macro is tedious to use. We now simply
depend on new-enough rustc for `package` to work.

The change to #[export] allows writing:

    #[export(name = "DESTROY")]
    fn destroy(#[raw] this: Value) { ... }

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agonicer test for bless
Wolfgang Bumiller [Wed, 25 Nov 2020 11:23:34 +0000 (12:23 +0100)]
nicer test for bless

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoadd pv_ref, drop unsafe from pv_raw
Wolfgang Bumiller [Wed, 25 Nov 2020 11:08:51 +0000 (12:08 +0100)]
add pv_ref, drop unsafe from pv_raw

pv_raw itself doesn't actually dereference the pointer and
performs the necessary checks to not be considered unsafe
per se, the `pv_ref()` and `pv_mut_ref()` method now returns
a mutable reference.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoValue: add bless_sv method for convenience
Wolfgang Bumiller [Wed, 25 Nov 2020 11:06:50 +0000 (12:06 +0100)]
Value: add bless_sv method for convenience

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agointroduce raw pointer types
Wolfgang Bumiller [Wed, 25 Nov 2020 11:02:32 +0000 (12:02 +0100)]
introduce raw pointer types

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agodestructors work...
Wolfgang Bumiller [Tue, 24 Nov 2020 10:18:36 +0000 (11:18 +0100)]
destructors work...

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoperl namespacing, since we can bless now
Wolfgang Bumiller [Tue, 24 Nov 2020 10:13:55 +0000 (11:13 +0100)]
perl namespacing, since we can bless now

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agosupport functions without return values
Wolfgang Bumiller [Tue, 24 Nov 2020 10:05:54 +0000 (11:05 +0100)]
support functions without return values

this makes for surprisingly ugly code

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoadd support for raw parameters
Wolfgang Bumiller [Tue, 24 Nov 2020 09:36:03 +0000 (10:36 +0100)]
add support for raw parameters

    #[export]
    fn foo(#[raw] this: Value) -> Result<(), Error>;

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoadd 'raw_return' function attribute
Wolfgang Bumiller [Tue, 24 Nov 2020 08:36:50 +0000 (09:36 +0100)]
add 'raw_return' function attribute

A function declared with a raw_return attribute like this:

    #[export(raw_return)]
    fn foo() -> Result<Value, Error>;

will not perform serialization on the 'Value', but return
the "raw" value to perl. This allows returning blessed
values.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agofix export() attribute arg parsing
Wolfgang Bumiller [Tue, 24 Nov 2020 08:21:15 +0000 (09:21 +0100)]
fix export() attribute arg parsing

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoadd methods to 'bless' values
Wolfgang Bumiller [Mon, 23 Nov 2020 14:51:50 +0000 (15:51 +0100)]
add methods to 'bless' values

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoremove .buildbot.yml again
Wolfgang Bumiller [Fri, 20 Nov 2020 13:30:15 +0000 (14:30 +0100)]
remove .buildbot.yml again

we'll do this later

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoadd 'make builddeps' and .buildbot.yml
Wolfgang Bumiller [Fri, 20 Nov 2020 13:24:19 +0000 (14:24 +0100)]
add 'make builddeps' and .buildbot.yml

we provide our own `make builddeps` now

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump version to 0.1.0-1
Wolfgang Bumiller [Fri, 20 Nov 2020 12:55:36 +0000 (13:55 +0100)]
bump version to 0.1.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoperlmod: build.rs: add dh-cargo lines
Wolfgang Bumiller [Fri, 20 Nov 2020 12:44:52 +0000 (13:44 +0100)]
perlmod: build.rs: add dh-cargo lines

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoinclude version in perlmod-macro dependency
Wolfgang Bumiller [Fri, 20 Nov 2020 08:46:24 +0000 (09:46 +0100)]
include version in perlmod-macro dependency

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobuildsys: Makefile and build.sh like in proxmox crate
Wolfgang Bumiller [Fri, 20 Nov 2020 08:43:04 +0000 (09:43 +0100)]
buildsys: Makefile and build.sh like in proxmox crate

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoperlmod & macro: debian/
Wolfgang Bumiller [Fri, 20 Nov 2020 08:40:55 +0000 (09:40 +0100)]
perlmod & macro: debian/

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoadd description to Cargo.toml files
Wolfgang Bumiller [Fri, 20 Nov 2020 08:28:09 +0000 (09:28 +0100)]
add description to Cargo.toml files

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoremove use of anyhow in doctest
Wolfgang Bumiller [Fri, 20 Nov 2020 08:45:09 +0000 (09:45 +0100)]
remove use of anyhow in doctest

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoperlmod itself doesn't actually use anyhow
Wolfgang Bumiller [Fri, 20 Nov 2020 08:18:00 +0000 (09:18 +0100)]
perlmod itself doesn't actually use anyhow

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoadd some function name mangling to xs exports
Wolfgang Bumiller [Fri, 16 Oct 2020 09:08:50 +0000 (11:08 +0200)]
add some function name mangling to xs exports

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agosort
Wolfgang Bumiller [Fri, 16 Oct 2020 08:54:05 +0000 (10:54 +0200)]
sort

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agoswitch from failure to anyhow
Wolfgang Bumiller [Mon, 20 Apr 2020 10:38:49 +0000 (12:38 +0200)]
switch from failure to anyhow

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agofix badges
Wolfgang Bumiller [Tue, 28 Jan 2020 08:35:33 +0000 (09:35 +0100)]
fix badges

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agobump to current toml version
Wolfgang Bumiller [Tue, 28 Jan 2020 08:34:17 +0000 (09:34 +0100)]
bump to current toml version

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agomaintenance is a badge
Wolfgang Bumiller [Mon, 27 Jan 2020 09:53:15 +0000 (10:53 +0100)]
maintenance is a badge

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agomacro: verify parameter count
Wolfgang Bumiller [Mon, 13 Jan 2020 13:21:45 +0000 (14:21 +0100)]
macro: verify parameter count

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agoremove debian/ files
Wolfgang Bumiller [Mon, 13 Jan 2020 09:14:03 +0000 (10:14 +0100)]
remove debian/ files

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agometadata for Cargo.toml
Wolfgang Bumiller [Fri, 10 Jan 2020 13:34:31 +0000 (14:34 +0100)]
metadata for Cargo.toml

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agomacro: derive library name from Cargo.toml
Wolfgang Bumiller [Fri, 10 Jan 2020 11:24:32 +0000 (12:24 +0100)]
macro: derive library name from Cargo.toml

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agodoc: explicitly mention the current way to go
Wolfgang Bumiller [Fri, 10 Jan 2020 10:59:42 +0000 (11:59 +0100)]
doc: explicitly mention the current way to go

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agosilence cippy and add some ffi documentation
Wolfgang Bumiller [Fri, 10 Jan 2020 10:55:48 +0000 (11:55 +0100)]
silence cippy and add some ffi documentation

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agocrate level documentation
Wolfgang Bumiller [Fri, 10 Jan 2020 10:37:22 +0000 (11:37 +0100)]
crate level documentation

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agomacro: pull in 'perlmod' dependency in for doctests
Wolfgang Bumiller [Fri, 10 Jan 2020 10:28:05 +0000 (11:28 +0100)]
macro: pull in 'perlmod' dependency in for doctests

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agomacro: document package
Wolfgang Bumiller [Fri, 10 Jan 2020 10:22:38 +0000 (11:22 +0100)]
macro: document package

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>