• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Castle: The best Real-Time/Embedded/HighTech language EVER. Attempt 2


Commit MetaInfo

Revisão20a629dc111ebcf4a918cfc5ecf003a058ede498 (tree)
Hora2023-10-06 19:55:33
AutorAlbert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Mensagem de Log

Updated doc in test (GenericProtocols)

Mudança Sumário

Diff

diff -r ee362a7af3ee -r 20a629dc111e pytst/aigr/test_2c_GenericProtocols.py
--- a/pytst/aigr/test_2c_GenericProtocols.py Wed Oct 04 23:54:55 2023 +0200
+++ b/pytst/aigr/test_2c_GenericProtocols.py Fri Oct 06 12:55:33 2023 +0200
@@ -34,7 +34,15 @@
3434 This *syntax detail* is handled in the parser!
3535
3636 In the AIGR, the specialised *SlowStart(1)* protocol is modeled by a ProtocolWrapper; which in placed in-between
37- (the generic) Slowstart and SimpleSieve. """
37+ (the generic) Slowstart and SimpleSieve.
38+
39+ .. hint:: (implementation of Generic Protocols)
40+
41+ With ``functools.partial``, it seams possible to make a "partial class". BUT, that is NOT VALID RPython!
42+ (see: .../PyPy+Rpython/new/partialCLass.py).
43+
44+ So, it will be implemented in normal the normale AST-->AIGT-->AIGT-->RPY train (as in C++ template's): just fill in
45+"""
3846
3947 import logging; logger = logging.getLogger(__name__)
4048 import pytest