Skip to content

New trikRuntime with mailboxes [AUTOZIP]#1077

Merged
mergify[bot] merged 4 commits intotrikset:masterfrom
iakov:me/mailbox2
Sep 14, 2020
Merged

New trikRuntime with mailboxes [AUTOZIP]#1077
mergify[bot] merged 4 commits intotrikset:masterfrom
iakov:me/mailbox2

Conversation

@iakov
Copy link
Member

@iakov iakov commented Aug 27, 2020

closes #1076

@iakov iakov requested a review from khodand August 27, 2020 11:04
@iakov iakov added this to the 2020.5 milestone Aug 27, 2020
@iakov iakov changed the title New trikRuntime with mailboxes New trikRuntime with mailboxes [AUTOZIP] Aug 27, 2020
khodand
khodand previously approved these changes Aug 27, 2020
@iakov
Copy link
Member Author

iakov commented Aug 27, 2020

var main = function()
{
	var num = 2 - mailbox.hasServer();
	mailbox.setHullNumber(num);
	mailbox.connect("localhost"); // it is safe to try to connect to itself
	if (mailbox.isConnected()) {
		print("Connected as " + num);		
	} else {
		print("Not connected now. I am " + num);
	}	
	mailbox.send("Hello from " + num);
	print("Waiting...");
	message = mailbox.receive(true);
	print("Got:" + message);
	if (message != "quit") {
		mailbox.send("quit");
	}
	print("Finished");
	return;
}

@AppVeyorBot
Copy link

Download:
Environment: QT=5.12, ARCH=32, CONFIGURATION=release, QTIFW=C:\Qt\Tools\QtInstallerFramework\3.1
trik-studio-master-i686-auto.zip

@iakov
Copy link
Member Author

iakov commented Aug 27, 2020

@khodand , проверь, пожалуйста, на винде инсталлятор из #1077 (comment)

@iakov iakov requested a review from khodand August 27, 2020 18:08
@khodand
Copy link
Contributor

khodand commented Aug 28, 2020

@khodand , проверь, пожалуйста, на винде инсталлятор из #1077 (comment)

Он собрал без обновленного рантайма
[04:15:31]: ОШИБКА: Line 3: TypeError: Result of expression 'mailbox.hasServer' [undefined] is not a function. () at 3 () at 21

@AppVeyorBot
Copy link

Download:
Environment: QT=5.12, ARCH=32, CONFIGURATION=release, QTIFW=C:\Qt\Tools\QtInstallerFramework\3.1
trik-studio-master-i686-auto.zip

@AppVeyorBot
Copy link

Download:
Environment: QT=5.12, ARCH=32, CONFIGURATION=release, QTIFW=C:\Qt\Tools\QtInstallerFramework\3.1
trik-studio-master-i686-auto.zip

@iakov
Copy link
Member Author

iakov commented Aug 28, 2020

@khodand , а свежий билд #1077 (comment)?

khodand
khodand previously approved these changes Aug 29, 2020
@AppVeyorBot
Copy link

Download:
Environment: QT=5.12, ARCH=32, CONFIGURATION=release, QTIFW=C:\Qt\Tools\QtInstallerFramework\3.1
trik-studio-master-i686-auto.zip

@AppVeyorBot
Copy link

Download:
Environment: QT=5.12, ARCH=32, CONFIGURATION=release, QTIFW=C:\Qt\Tools\QtInstallerFramework\3.1
trik-studio-master-i686-auto.zip

@mergify mergify bot merged commit 9088312 into trikset:master Sep 14, 2020
khodand pushed a commit to khodand/trik-studio that referenced this pull request Oct 25, 2020
* New trikRuntime with mailboxes

closes trikset#1076

* New trikRuntime

* Travis: Fix CA problem for Trusty

* [googletest] submodule update
@iakov iakov deleted the me/mailbox2 branch August 29, 2022 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants