Colin Woodbury

Results 597 comments of Colin Woodbury

Thanks for reporting. There must be an install file failing to be copied over to the build dir.

This may have been lost in the port. Indeed I don't see it in the output of `-Ah`.

Yes, using `valuable` in this case. Is there a way to not use valuable and have the `Serialize` impl just do everything?

So it might not be how the `tracing-subscriber` JSON formatter is _rendering_ the field name, but how `valuable` is reporting the field name to begin with?

This is also currently happening on Arch Linux for me. For now I'll move forward with the chapter and "take his word for it".

Immediate discoveries: the lines in question aren't actually being compiled away. By manually `next`ing, while it does jump over the `_y = x`, doing a `info locals` afterwards does show...

Thank you, I'll look into `abcl-aio` as well. To update you on my current progress, I have been doing some prototyping in [vend](https://github.com/fosskers/vend) to handle the provisioning of Java dependencies...

@alanruttenberg , if you have a moment, could you comment on the strategy that @easye mentioned above?

`makepkg` is supposed to be invoked in a way that forces the package to be built, but some packages have certain `configure` steps that violate this assumption. Perhaps `-Ac` should...