uazu / stakker

A lightweight low-level single-threaded actor runtime
https://uazu.github.io/stakker/
Apache License 2.0
167 stars 9 forks source link

`stakker_macros` linked from website doesn't exist #19

Closed d4h0 closed 3 years ago

d4h0 commented 3 years ago

Hi,

I just noticed, that the website links to stakker_macros, which doesn't exist.

joseluis commented 3 years ago

I think there's been recently several updates to the documentation that links to unpublished changes...

I noticed yesterday too that the linked ActorOwnSlab in the guide doesn't exist yet either.

uazu commented 3 years ago

Thanks for noticing. stakker_macros was an experiment which is not going to be published soon. It was using procedural macros to simplify the signatures of actor methods. I'm in two minds about whether it's an improvement. Whenever procedural macros are involved, it means magic is going on that the coder can't see (unlike macro_rules! macros). I'll take that off the page for now.

ActorOwnSlab will be published very soon! I need to finish testing it. When I pushed the docs update I forgot that it linked to stuff that wasn't up there yet. Also the query! macro is in the same position. (One of the issues is that link-checking tools don't seem to work against docs.rs, so I can't be sure all the docs.rs links are valid without clicking them.)

I'll resolve this issue when the links are all correct.

uazu commented 3 years ago

I think this is resolved now. ActorOwnSlab needed a few revisions before I was happy with it. Please re-open if there are still any issues with links. However I think it is fixed now.