.hgtags

Thu, 23 Mar 2023 18:56:32 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 23 Mar 2023 18:56:32 +0000
changeset 485
c9a144591649
parent 378
6042c938e369
child 487
fd5f48a0f122
permissions
-rw-r--r--

component: Avoid adding to the global stream metatable

This allows component and client connections to be made side-by-side.
Previous to this change, loading this connection module would break the
ability to make client connections, due to overriding stream methods such as
:reopen() and :reset().

A next step would be to share the methods that the two connection modules have
in common.

375
ec9e76bc7c7b Added tag 0.9.0 for changeset 3267ae7c9217
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 3267ae7c9217ce02a0f0bc9dcbfb4fa407061f8a 0.9.0
378
6042c938e369 Added tag 0.9.1 for changeset 9aa5bce207b2
Matthew Wild <mwild1@gmail.com>
parents: 375
diff changeset
2 9aa5bce207b232446a8fae20874df22dd3503a40 0.9.1

mercurial