Skip to content

Changes

Summary

  1. Our 'format' string is inspired by ANSI-C, not fully according to it (details)
  2. Clarify rules about allowed combination of String named arguments (details)
  3. Clean up presentation of 'format' (details)
  4. Don't require 'significantDigits' and improve presentation (details)
  5. Split long sentence (details)
  6. Change 'length modifier' -> 'length field specifier' (details)
  7. Skip 'and format is not provided' (details)
  8. Change 'conversion specifier' -> 'conversion specification' (details)
  9. Say 'conversion specifier' (details)
  10. Say 'length modifier' (details)
  11. Add String synopsis case for Integer with 'format' (details)
  12. Speak of Real and Integer instead of 'integral' and 'non-integral' (details)
  13. Clarify that standard type coercion does not happen for String (details)
  14. Replace non-normative paragraph by three-part example (details)
  15. Reference connector balancing restriction. (details)
  16. Clarify that "final x=break" cannot be overriden. (details)
  17. Remove "extends FilledShape" from Text-definitions. (details)
  18. Turn two listings into separate examples, and add short introductions (details)
  19. Order example from more elementary to more advanced (details)
  20. Add chapters/*.aux to clean-pdf target (details)
  21. Add more globs to clean-pdf and clean-html, until clean 'git clean -nx' (details)
  22. Only load cmap.sty when building PDF (details)
  23. Clarify relation between predefined type names and keywords (details)
  24. Remove stray empty line in Placement record (details)
  25. Improve language (details)
  26. Simplify presentation of Transformation for improved clarity (details)
  27. Add text about lookup for choices. (#3307) (details)
  28. Remove possibility to wrap code fragment in double quotes (details)
Commit 8b9376a140347665938950e6aa13a69662bccb81 by Tidefelt Henrik
Our 'format' string is inspired by ANSI-C, not fully according to it
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit b27a186cfc432dc0800cf830a3f4374598379a5e by Tidefelt Henrik
Clarify rules about allowed combination of String named arguments
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 9a32ce010d26f3b672d44504dfd2479fa29cffcf by Tidefelt Henrik
Clean up presentation of 'format'
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 83c56554efd88d12a15d27414b3c3628a97292b3 by Tidefelt Henrik
Don't require 'significantDigits' and improve presentation
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 87c57dd5bc1a17ac4be6d841256c03eef38fed83 by Tidefelt Henrik
Change 'length modifier' -> 'length field specifier'

It seems unnecessary to use 'modifier', which generally has a very precise meaning in the specification, and isn't the term which seems to be standard when talking about format specifiers.
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit ad1b6edc41df75f353a0c6aa344429ff3718346f by Tidefelt Henrik
Skip 'and format is not provided'

As suggested by Per.
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 160ca8f96edc1ad255f4a787db9a013d4e87adb2 by Tidefelt Henrik
Change 'conversion specifier' -> 'conversion specification'

As suggested by Hans.
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 2944edaad1e6b778b9f780b6e9991e4a77d9d214 by noreply
Say 'conversion specifier'

As suggested by Hans.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit c5a48811802dbdd054469e9b50c2a73060aff470 by noreply
Say 'length modifier'

As suggested by Hans.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 64d8b0eaab69e22ab59e24b77c8f4a1ea1c4688a by Tidefelt Henrik
Add String synopsis case for Integer with 'format'
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 2278981cf4dc2b642d1b28d1a1d60ff3c4e645d4 by Tidefelt Henrik
Speak of Real and Integer instead of 'integral' and 'non-integral'

The use of 'integral' seems misleading in a context where also Booleans and enumeration values could be considered integral.
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 9db33e7771c49c300639fabdcbc16c3cc3e643d4 by Tidefelt Henrik
Clarify that standard type coercion does not happen for String

According to web meeting decision: https://github.com/modelica/ModelicaSpecification/pull/3262#issuecomment-1323889913
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit ffb661226fe24f396075f2f127a95d38cc934e0a by Tidefelt Henrik
Replace non-normative paragraph by three-part example
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 2284c91be9674982269cb788a384af5393e74a9a by Hans.Olsson
Reference connector balancing restriction.
Closes #3260
The file was modified chapters/classes.tex (diff)
Commit c320a718454221463a256a58d6d04353410a39ec by Hans.Olsson
Clarify that "final x=break" cannot be overriden.
Closes #3310
The file was modified chapters/inheritance.tex (diff)
Commit 22283d1b5b3fc36dd398e500be6199cf4aecc569 by Hans.Olsson
Remove "extends FilledShape" from Text-definitions.
Closes# 2157
It has been deprecated for quite some time, and my proposal is that we either do it now or just after releasing 3.6.
The file was modified chapters/annotations.tex (diff)
Commit d609eb26fb8066096bb405cb62592a5ae3834e30 by Tidefelt Henrik
Turn two listings into separate examples, and add short introductions
The file was modified chapters/statements.tex (diff)
Commit e4c4b56521c8bf80ba25de80521fe18582f144a7 by Tidefelt Henrik
Order example from more elementary to more advanced
The file was modified chapters/statements.tex (diff)
Commit ac1bdd1b8a49416f455940376ab7076db3a8b617 by Tidefelt Henrik
Add chapters/*.aux to clean-pdf target
The file was modified Makefile (diff)
Commit b5c470d9d8a4028beaf186f583c3358ea085156c by Tidefelt Henrik
Add more globs to clean-pdf and clean-html, until clean 'git clean -nx'
The file was modified Makefile (diff)
Commit 447920777c6daa71b6f363ac78e3db6f6bee2444 by Tidefelt Henrik
Only load cmap.sty when building PDF

Fixes #3302.
The file was modified MLS.tex (diff)
Commit fec41ce8aff0f11fe5804b90686d953bfef24073 by Tidefelt Henrik
Clarify relation between predefined type names and keywords

Fixes #2813.
The file was modified chapters/classes.tex (diff)
The file was modified chapters/lexicalstructure.tex (diff)
Commit 161f436a89643685c81f4d9b395ab430ea6b1881 by Tidefelt Henrik
Remove stray empty line in Placement record
The file was modified chapters/annotations.tex (diff)
The file was modified chapters/annotations.tex (diff)
Commit cbef87de335c956b7ec26ecdbb16ff7d3256af7e by Tidefelt Henrik
Simplify presentation of Transformation for improved clarity
The file was modified chapters/annotations.tex (diff)
Commit c630904a8b522ef224b22813c832c31f17e4f2d8 by noreply
Add text about lookup for choices. (#3307)

* Add text about lookup for choices.
Closes #3244
* Update chapters/inheritance.tex
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/inheritance.tex (diff)
Commit 02d1c3441309cd46ddbdd2c65908051131385796 by Tidefelt Henrik
Remove possibility to wrap code fragment in double quotes

As suggested by Hans.
The file was modified styleguide.md (diff)
The file was modified chapters/arrays.tex (diff)

Summary

  1. Our 'format' string is inspired by ANSI-C, not fully according to it (details)
  2. Clarify rules about allowed combination of String named arguments (details)
  3. Clean up presentation of 'format' (details)
  4. Don't require 'significantDigits' and improve presentation (details)
  5. Split long sentence (details)
  6. Change 'length modifier' -> 'length field specifier' (details)
  7. Skip 'and format is not provided' (details)
  8. Change 'conversion specifier' -> 'conversion specification' (details)
  9. Say 'conversion specifier' (details)
  10. Say 'length modifier' (details)
  11. Add String synopsis case for Integer with 'format' (details)
  12. Speak of Real and Integer instead of 'integral' and 'non-integral' (details)
  13. Clarify that standard type coercion does not happen for String (details)
  14. Replace non-normative paragraph by three-part example (details)
  15. Reference connector balancing restriction. (details)
  16. Clarify that "final x=break" cannot be overriden. (details)
  17. Remove "extends FilledShape" from Text-definitions. (details)
  18. Turn two listings into separate examples, and add short introductions (details)
  19. Order example from more elementary to more advanced (details)
  20. Add chapters/*.aux to clean-pdf target (details)
  21. Add more globs to clean-pdf and clean-html, until clean 'git clean -nx' (details)
  22. Only load cmap.sty when building PDF (details)
  23. Clarify relation between predefined type names and keywords (details)
  24. Remove stray empty line in Placement record (details)
  25. Improve language (details)
  26. Simplify presentation of Transformation for improved clarity (details)
  27. Add text about lookup for choices. (#3307) (details)
  28. Remove possibility to wrap code fragment in double quotes (details)
Commit 8b9376a140347665938950e6aa13a69662bccb81 by Tidefelt Henrik
Our 'format' string is inspired by ANSI-C, not fully according to it
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit b27a186cfc432dc0800cf830a3f4374598379a5e by Tidefelt Henrik
Clarify rules about allowed combination of String named arguments
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 9a32ce010d26f3b672d44504dfd2479fa29cffcf by Tidefelt Henrik
Clean up presentation of 'format'
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 83c56554efd88d12a15d27414b3c3628a97292b3 by Tidefelt Henrik
Don't require 'significantDigits' and improve presentation
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 87c57dd5bc1a17ac4be6d841256c03eef38fed83 by Tidefelt Henrik
Change 'length modifier' -> 'length field specifier'

It seems unnecessary to use 'modifier', which generally has a very precise meaning in the specification, and isn't the term which seems to be standard when talking about format specifiers.
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit ad1b6edc41df75f353a0c6aa344429ff3718346f by Tidefelt Henrik
Skip 'and format is not provided'

As suggested by Per.
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 160ca8f96edc1ad255f4a787db9a013d4e87adb2 by Tidefelt Henrik
Change 'conversion specifier' -> 'conversion specification'

As suggested by Hans.
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 2944edaad1e6b778b9f780b6e9991e4a77d9d214 by noreply
Say 'conversion specifier'

As suggested by Hans.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit c5a48811802dbdd054469e9b50c2a73060aff470 by noreply
Say 'length modifier'

As suggested by Hans.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 64d8b0eaab69e22ab59e24b77c8f4a1ea1c4688a by Tidefelt Henrik
Add String synopsis case for Integer with 'format'
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 2278981cf4dc2b642d1b28d1a1d60ff3c4e645d4 by Tidefelt Henrik
Speak of Real and Integer instead of 'integral' and 'non-integral'

The use of 'integral' seems misleading in a context where also Booleans and enumeration values could be considered integral.
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 9db33e7771c49c300639fabdcbc16c3cc3e643d4 by Tidefelt Henrik
Clarify that standard type coercion does not happen for String

According to web meeting decision: https://github.com/modelica/ModelicaSpecification/pull/3262#issuecomment-1323889913
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit ffb661226fe24f396075f2f127a95d38cc934e0a by Tidefelt Henrik
Replace non-normative paragraph by three-part example
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 2284c91be9674982269cb788a384af5393e74a9a by Hans.Olsson
Reference connector balancing restriction.
Closes #3260
The file was modified chapters/classes.tex (diff)
Commit c320a718454221463a256a58d6d04353410a39ec by Hans.Olsson
Clarify that "final x=break" cannot be overriden.
Closes #3310
The file was modified chapters/inheritance.tex (diff)
Commit 22283d1b5b3fc36dd398e500be6199cf4aecc569 by Hans.Olsson
Remove "extends FilledShape" from Text-definitions.
Closes# 2157
It has been deprecated for quite some time, and my proposal is that we either do it now or just after releasing 3.6.
The file was modified chapters/annotations.tex (diff)
Commit d609eb26fb8066096bb405cb62592a5ae3834e30 by Tidefelt Henrik
Turn two listings into separate examples, and add short introductions
The file was modified chapters/statements.tex (diff)
Commit e4c4b56521c8bf80ba25de80521fe18582f144a7 by Tidefelt Henrik
Order example from more elementary to more advanced
The file was modified chapters/statements.tex (diff)
Commit ac1bdd1b8a49416f455940376ab7076db3a8b617 by Tidefelt Henrik
Add chapters/*.aux to clean-pdf target
The file was modified Makefile (diff)
Commit b5c470d9d8a4028beaf186f583c3358ea085156c by Tidefelt Henrik
Add more globs to clean-pdf and clean-html, until clean 'git clean -nx'
The file was modified Makefile (diff)
Commit 447920777c6daa71b6f363ac78e3db6f6bee2444 by Tidefelt Henrik
Only load cmap.sty when building PDF

Fixes #3302.
The file was modified MLS.tex (diff)
Commit fec41ce8aff0f11fe5804b90686d953bfef24073 by Tidefelt Henrik
Clarify relation between predefined type names and keywords

Fixes #2813.
The file was modified chapters/classes.tex (diff)
The file was modified chapters/lexicalstructure.tex (diff)
Commit 161f436a89643685c81f4d9b395ab430ea6b1881 by Tidefelt Henrik
Remove stray empty line in Placement record
The file was modified chapters/annotations.tex (diff)
The file was modified chapters/annotations.tex (diff)
Commit cbef87de335c956b7ec26ecdbb16ff7d3256af7e by Tidefelt Henrik
Simplify presentation of Transformation for improved clarity
The file was modified chapters/annotations.tex (diff)
Commit c630904a8b522ef224b22813c832c31f17e4f2d8 by noreply
Add text about lookup for choices. (#3307)

* Add text about lookup for choices.
Closes #3244
* Update chapters/inheritance.tex
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/inheritance.tex (diff)
Commit 02d1c3441309cd46ddbdd2c65908051131385796 by Tidefelt Henrik
Remove possibility to wrap code fragment in double quotes

As suggested by Hans.
The file was modified chapters/arrays.tex (diff)
The file was modified styleguide.md (diff)