• R/O
  • SSH

提交

標籤
無標籤

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

修訂7e2dbbfb3f5a178e40029a6512d99c4edf8270cd (tree)
時間2023-09-29 19:09:40
作者Albert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Log Message

small refactoring

Change Summary

差異

diff -r 9ddb4256ff0d -r 7e2dbbfb3f5a castle/aigr/types.py
--- a/castle/aigr/types.py Fri Sep 29 11:24:40 2023 +0200
+++ b/castle/aigr/types.py Fri Sep 29 12:09:40 2023 +0200
@@ -20,5 +20,5 @@
2020 type: type
2121
2222
23-TypedParameterTuple: PTH.TypeAlias = PTH.Sequence[TypedParameter]
23+#not needed/used? TypedParameterTuple: PTH.TypeAlias = PTH.Sequence[TypedParameter]
2424
diff -r 9ddb4256ff0d -r 7e2dbbfb3f5a pytst/writers/RPy/test_2_ProtocolDataStructures.py
--- a/pytst/writers/RPy/test_2_ProtocolDataStructures.py Fri Sep 29 11:24:40 2023 +0200
+++ b/pytst/writers/RPy/test_2_ProtocolDataStructures.py Fri Sep 29 12:09:40 2023 +0200
@@ -100,7 +100,7 @@
100100 assert type_val in out
101101
102102
103-@pytest.mark.skip("Later: assert on types of the TypedParameter -- see note in ``ProtocolDataStructures.jinja2``")
103+@pytest.mark.skip("ToDo/Later: assert on types of the TypedParameter -- see note in ``ProtocolDataStructures.jinja2``")
104104 def test_todo_with_parms():
105105 assert False
106106
diff -r 9ddb4256ff0d -r 7e2dbbfb3f5a pytst/writers/RPy/test_999.py
--- a/pytst/writers/RPy/test_999.py Fri Sep 29 11:24:40 2023 +0200
+++ b/pytst/writers/RPy/test_999.py Fri Sep 29 12:09:40 2023 +0200
@@ -5,10 +5,10 @@
55 import logging; logger = logging.getLogger(__name__)
66 import pytest
77
8-@pytest.mark.skip(reason="Todo, soon")
8+@pytest.mark.skip(reason="ToDo/Soon")
99 def test_todo_soon():
1010 assert False, "At the moment, no test/code are on the short-todo list"
1111
12-@pytest.mark.skip(reason="Todo, later")
12+@pytest.mark.skip(reason="ToDo/Later")
1313 def test_todo_eventually():
1414 assert False, "Generate the 'The Sieve in RPython' code-files"