-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Construct related updates #19
Conversation
Hi Arkadiusz and thanks for the updated PR! I will try and look into those parts needing a review soon (most of the protocol itself is not currently used that much, and merely left there for documentary reasons), and merge after adapting as necessary. |
Thanks a lot @arekbulski and @rytilahti for spending some time to update this code! |
Hi @rytilahti , Have you had any chance to check the code to be able to merge to master ? |
I tested it but there were some errors, and unfortunately I haven't had time to look into fixing those, I'm afraid. |
I am not even faimiliar with this project, so I cant help either. |
So I took a look into this and to me it seems that when using @arekbulski am I doing something stupidly wrong here, or is this expected?
Output:
|
I clearly see what you mean. Let me investigate it and get back to you. |
@arekbulski, Did you manage to find out why this was failing? |
I am sorry, but am too busy to maintain Construct anymore. There are few open issues remaining, and I will address them in some foreseeable future, and then wont be maintaining it (extending it) anymore. |
@arekbulski fair enough, and thanks for all your work on construct! Instead of SymmetricMapping, do you have a recommendation how should I handle this case without EmbeddedSwitch? Just having a regular Switch? Btw, github has nowadays also dependents information, iirc you mentioned at some point not knowing where construct is being used, so that's probably interesting for you https://github.com/construct/construct/network/dependents :-) |
A regular switch would solve embedding issues, sure. |
Superceded by #19, all thanks go to @arekbulski! |
To all interested parties: I am no longer working on (supporting) Construct. There will be no further updates to it (except one or two that are already PRed and RTM), as far as I am planning it. That said, I maintain what I said that there is no promise of backward compatibility. |
For reasons I would rather skip, I could not update previous PR so I am withdrawing previous one and submitting a new one with both previous and new updates. The code presented should work with Construct version 41 (homeassisstant pinned) and 43 (most uptodate).
There are few things that need to be adjusted for the code to run, but you will be able to find those by looking at comments.