Joshua Watt

Results 32 comments of Joshua Watt
trafficstars

I've updated this to fix the compiler errors. The change in types should prevent incompatibility when using the timers; because a new type is used you have to use the...

> Before I forget one `tv` hasn't been converted: > > ```shell > $ git grep 'timeval tv' | grep -v timeval.c > avahi-daemon/dbus-protocol.c: struct timeval tv; > ``` >...

> There were two typos. Looking at > > ```diff > diff --git a/avahi-common/timeval.c b/avahi-common/timeval.c > index 1918f40..382c650 100644 > --- a/avahi-common/timeval.c > +++ b/avahi-common/timeval.c > @@ -34,7 +34,7 @@...

I also would really like support for running pipelines inside of pipelines. This is really useful for the case were you want some "super pipeline" that runs different variants of...

> I also would really like support for running pipelines inside of pipelines. This is really useful for the case were you want some "super pipeline" that runs different variants...

> I just added the functionality to load multiple documents to my tool https://github.com/maxhbr/spdx3ToGraph and this generates the following for the cross-reference.md example: > > ![doc-0 spdx json](https://private-user-images.githubusercontent.com/1187050/329196831-466f0cd3-ac9c-421f-9013-eee1adf160eb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTUyNjM2MTMsIm5iZiI6MTcxNTI2MzMxMywicGF0aCI6Ii8xMTg3MDUwLzMyOTE5NjgzMS00NjZmMGNkMy1hYzljLTQyMWYtOTAxMy1lZWUxYWRmMTYwZWIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MDUwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDA1MDlUMTQwMTUzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZGNjMmM1MDVhNjg3YjI1ODgwNTI5NTk4ODJhM2E1YjBjMjQwNmRjMGFmNmZiYTgxNzVhNTMyMzhlMTRjYjRjYyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.1cvm3eMWg4wLo-8HGHfu55yAYI8KDpw4UEo0z1s54c8) Very cool!

> I just added the functionality to load multiple documents to my tool https://github.com/maxhbr/spdx3ToGraph and this generates the following for the cross-reference.md example: > > ![doc-0 spdx json](https://private-user-images.githubusercontent.com/1187050/329196831-466f0cd3-ac9c-421f-9013-eee1adf160eb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTUyNjM2MTMsIm5iZiI6MTcxNTI2MzMxMywicGF0aCI6Ii8xMTg3MDUwLzMyOTE5NjgzMS00NjZmMGNkMy1hYzljLTQyMWYtOTAxMy1lZWUxYWRmMTYwZWIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MDUwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDA1MDlUMTQwMTUzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZGNjMmM1MDVhNjg3YjI1ODgwNTI5NTk4ODJhM2E1YjBjMjQwNmRjMGFmNmZiYTgxNzVhNTMyMzhlMTRjYjRjYyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.1cvm3eMWg4wLo-8HGHfu55yAYI8KDpw4UEo0z1s54c8) This made...

We should still do this, but it is not a breaking change so it can be done in 3.1

I can tell you how the `shacl2code` bindings deal with this. First of all, since they are not SPDX specific, there is no requirement that an SpdxDocument is present. The...

It makes it easier to ensure that they aren't complete garbage values, and also if you are linking multiple documents together it's easier if the code bindings know it's an...