eclipse-4diac / 4diac-ide

Eclipse Public License 2.0
19 stars 28 forks source link

Added BOOLS_TO_XX.fct files to utils-1.0.0 #239

Closed MoritzO02 closed 1 month ago

MoritzO02 commented 3 months ago

Added BOOLS_TO_BYTES, BOOLS_TO_DWORD, BOOLS_TO_LWORD, BOOLS_TO_WORD functions. Also added assembling directory under utils-typelib for issue #221

github-actions[bot] commented 3 months ago

Test Results

    97 files  ±0      97 suites  ±0   39s :stopwatch: -1s 27 173 tests +1  27 173 :white_check_mark: +1  0 :zzz: ±0  0 :x: ±0  27 174 runs  +1  27 174 :white_check_mark: +1  0 :zzz: ±0  0 :x: ±0 

Results for commit 6aeb432d. ± Comparison against base commit 9166b737.

This pull request removes 1 and adds 2 tests. Note that renamed tests count towards both. ``` org.eclipse.fordiac.ide.structuredtextalgorithm.tests.STAlgorithmFormattingTest ‑ splitOperatorKeepsLineBreaksTest ``` ``` org.eclipse.fordiac.ide.structuredtextfunctioneditor.tests.Formatter2Test ‑ testMemberAccess org.eclipse.fordiac.ide.structuredtextfunctioneditor.tests.Formatter2Test ‑ testStructInitializerExpression ```

:recycle: This comment has been updated with latest results.

diplfranzhoepfinger commented 3 months ago

Added BOOLS_TO_BYTES,

@MoritzO02 it is BOOLS_TO_BYTE because many Bools make ONE Byte.