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. Clarify that "final x=break" cannot be overriden. (details)
  16. Update classes.tex (details)
  17. Only load cmap.sty when building PDF (details)
  18. Add text about lookup for choices. (#3307) (details)
  19. Update chapters/abstract.tex (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 c320a718454221463a256a58d6d04353410a39ec by Hans.Olsson
Clarify that "final x=break" cannot be overriden.
Closes #3310
The file was modified chapters/inheritance.tex (diff)
The file was modified chapters/classes.tex (diff)
Commit 447920777c6daa71b6f363ac78e3db6f6bee2444 by Tidefelt Henrik
Only load cmap.sty when building PDF

Fixes #3302.
The file was modified MLS.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 0af4ff12f6507bfca888cd6d3be0c94a9e8f8dcd by noreply
Update chapters/abstract.tex
The file was modified chapters/abstract.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. Clarify that "final x=break" cannot be overriden. (details)
  16. Update classes.tex (details)
  17. Only load cmap.sty when building PDF (details)
  18. Add text about lookup for choices. (#3307) (details)
  19. Update chapters/abstract.tex (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 c320a718454221463a256a58d6d04353410a39ec by Hans.Olsson
Clarify that "final x=break" cannot be overriden.
Closes #3310
The file was modified chapters/inheritance.tex (diff)
The file was modified chapters/classes.tex (diff)
Commit 447920777c6daa71b6f363ac78e3db6f6bee2444 by Tidefelt Henrik
Only load cmap.sty when building PDF

Fixes #3302.
The file was modified MLS.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 0af4ff12f6507bfca888cd6d3be0c94a9e8f8dcd by noreply
Update chapters/abstract.tex
The file was modified chapters/abstract.tex (diff)