Robert Clausecker

Results 92 comments of Robert Clausecker

@entrez I have been instructed by aosdict on the IRC channel to file a bug report for this here. I am not interested in chasing after this any more, so...

@copperwater It would be nice if you could do that. I have never interacted with the upstream dev team before.

Any progress on this one?

Hi @smortex. I'll look into what I can do.

@ivr588 That is a different issue. I am specifically interested in using native x-tools to build armv7 packages on aarch64 or i386 packaged on amd64 because a 64 bit compiler...

Also consider compression the image with `zstd` which is capable of achieving higher compression rates with better performance.

I think discussions about a standardised project layout miss the point. Go encourages you to derive package names from the last path component. When importing multiple packages, you want the...

@m2q The standard opiniated directory structure for Go is no directory structure. Name every package according to its function. Chose unique names, not names everybody else uses. No fun programming...

I've improved the validation code further. Will try to push a change with the simplified code soon. The new validation only checks for mismatched surrogates (and does so FAST).

Code works and validates 48.8 GB/s on an Amazon EC2 instance. Will upload shortly.