SoniEx2 merged pull request SoniEx2/rust.eventbus#2 2018-12-03 16:38:22 +01:00
Quick doc update
SoniEx2 created pull request SoniEx2/rust.eventbus#2 2018-12-03 16:36:30 +01:00
Quick doc update
SoniEx2 pushed to dev at SoniEx2/rust.eventbus 2018-12-03 16:35:43 +01:00
1074cc7ee3 Quick doc update
SoniEx2 pushed to master at SoniEx2/rust.eventbus 2018-12-03 16:26:31 +01:00
3e871ccc8d Add multiple ty to post_event!.
SoniEx2 pushed to broken-multity at SoniEx2/rust.eventbus 2018-12-03 14:04:52 +01:00
611680d009 Attempt to add multiple ty to the macro
SoniEx2 opened issue SoniEx2/rust.clogsim#2 2018-11-10 14:08:37 +01:00
Add client simulation
SoniEx2 opened issue SoniEx2/rust.clogsim#1 2018-11-10 14:06:24 +01:00
Add direct hash manipulation
SoniEx2 pushed to master at SoniEx2/rust.clogsim 2018-11-10 04:24:19 +01:00
7c9df6ff95 Fix typo
SoniEx2 pushed to master at SoniEx2/rust.clogsim 2018-11-10 04:23:37 +01:00
4e6d01b3db First commit
SoniEx2 created repository SoniEx2/rust.clogsim 2018-11-10 04:12:33 +01:00
SoniEx2 pushed to master at SoniEx2/rust.hexchat.hexchat-plugin 2018-11-07 12:19:24 +01:00
ccb7340ff8 Fix Context
c9bc69de71 Add must_use
Compare 2 commits »
SoniEx2 pushed to master at SoniEx2/c.sexchat 2018-11-02 01:43:52 +01:00
c725dd7814 Fix segfault
af0aa7904a Fix lua scripts with low-priority Close Context
Compare 2 commits »
SoniEx2 commented on issue SoniEx2/rust.eventbus#1 2018-10-29 04:15:31 +01:00
Move cancellable to the type system and implement multi-parenting

Some way to generate identifiers (for use in a large enum or somesuch) would work just as well, I think, altho I'm not quite sure how to do that.

SoniEx2 commented on issue SoniEx2/rust.eventbus#1 2018-10-29 04:06:11 +01:00
Move cancellable to the type system and implement multi-parenting

The output requested in my sample should be done as a separate test. And it should use asserts somehow.

SoniEx2 pushed to master at SoniEx2/rust.eventbus 2018-10-27 19:57:10 +02:00
cf0ddcb406 Add support for trait objects, fix hygiene
SoniEx2 pushed to master at SoniEx2/rust.eventbus 2018-10-25 03:08:29 +02:00
0fc0b42f31 Fix calling inherent instead of trait methods
SoniEx2 pushed to master at SoniEx2/rust.eventbus 2018-10-24 17:40:13 +02:00
bfb4b4b2d7 Fix repository
SoniEx2 pushed to master at SoniEx2/rust.eventbus 2018-10-24 17:14:16 +02:00
505fd7fc89 First commit, experimental run of v0.3.0
SoniEx2 created repository SoniEx2/rust.eventbus 2018-10-20 23:11:21 +02:00
SoniEx2 pushed to master at SoniEx2/rust.hexchat.hexchat-plugin 2018-10-17 03:59:29 +02:00
04a76896ff Update examples to show hook handle hoisting.