Skip to content

Changes

Summary

  1. Undo accidentally removed indentation (details)
  2. Avoid bad leading white-space inside strings in StateSelect definition (details)
  3. Mandatory ignoring of trailing "1" in defaultComponentName (details)
  4. Add comma (details)
  5. Simpler text to not distract. (details)
  6. Remove spurious semi-colons (details)
  7. Another one. (details)
  8. Clarify non-normative text. (details)
  9. The (details)
  10. Update chapters/connectors.tex (details)
  11. Update chapters/connectors.tex (details)
  12. Add proposed text. (details)
  13. Update chapters/annotations.tex (details)
  14. Explain why abs does not generate events. (details)
  15. Reformulate (details)
  16. Language (details)
  17. Add 'time' to document index (details)
  18. Update ReadMe.md (details)
  19. Update RationaleMCP/ReadMe.md (details)
  20. Update chapters/annotations.tex (details)
  21. Add directorySelector (details)
  22. Better examples for expandable connectors. (#3195) (details)
  23. WS (details)
  24. Work around broken tables (#3205) (details)
  25. Update chapters/annotations.tex (details)
  26. Update chapters/annotations.tex (details)
  27. Table fine (#3208) (details)
  28. Remove arrayLayout since most tools have not implemented it. (#3196) (details)
  29. Non optional connector (#3129) (details)
  30. Clarify previous parameter. (details)
  31. Also mention outputs when presenting list of inputs and outputs (details)
  32. Forbid combination of parameter and input. (#3211) (details)
  33. Correct invalid reference. (details)
  34. Clarify elsewhen (#3217) (details)
  35. Change 'to' -> 'of' to work with both 'inputs' and 'outputs' (details)
  36. Clean up whitespace in listings (details)
  37. Fix obsolete hard-coded cross-references from normal text to list items (details)
  38. Fix hard-coded references in listing (details)
  39. Reformulate by adding definition. (details)
  40. More complete change. (details)
  41. FixLatex (details)
  42. Update chapters/operatorsandexpressions.tex (details)
  43. Update chapters/operatorsandexpressions.tex (details)
  44. Change so that we don't say that there are always discontinuities, and explain for example. (details)
  45. FixLatex (details)
  46. Introduced in #3217 (details)
  47. Update chapters/synchronous.tex (details)
  48. Express PRE-RELEASE-VERSION using MAIN-VERSION (details)
Commit 67db470e240ce743b386fe88971bd4419ccd51e3 by Tidefelt Henrik
Undo accidentally removed indentation

As this line belongs to the line above, it needs to have more indentation than the interior of the model definition.
The file was modified chapters/classes.tex (diff)
Commit aa1508da277f1f3337afedd53bfe39b6e7dbd3d1 by Tidefelt Henrik
Avoid bad leading white-space inside strings in StateSelect definition
The file was modified chapters/classes.tex (diff)
Commit 1289b77c0b0f205a5ea9112400979eee4b8f5551 by Tidefelt Henrik
Mandatory ignoring of trailing "1" in defaultComponentName

Fixes #3151.
The file was modified chapters/annotations.tex (diff)
The file was modified chapters/annotations.tex (diff)
Commit db6da220eb62c936d83b0e029507112925d03d9b by Hans.Olsson
Simpler text to not distract.
As indicated in #3183
The file was modified chapters/classes.tex (diff)
Commit af49d40b7befd42a3d47949d84038bd2315ae9f5 by Hans.Olsson
Remove spurious semi-colons
Closes #3192
The file was modified chapters/functions.tex (diff)
Commit d5391071bf8b6f3d7582d36290680be11c95c0b1 by Hans.Olsson
Another one.
Note that they were already present in 3.4.
The file was modified chapters/functions.tex (diff)
Commit 2abf25acd9e6b888680bd014970420f8cc38f194 by Hans.Olsson
Clarify non-normative text.
Closes #3194
(well #3195 is needed for the example-update.)
The file was modified chapters/connectors.tex (diff)
The file was modified chapters/connectors.tex (diff)
Commit 4a0c93b952f1ca3e77a9fa871798e3a5f895a774 by noreply
Update chapters/connectors.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/connectors.tex (diff)
Commit c8e81ec7761e1f8f87e702af46c1ed645f02ee71 by noreply
Update chapters/connectors.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/connectors.tex (diff)
The file was modified chapters/annotations.tex (diff)
Commit 5a4c674b2fa640cc7ab87741249c2bad05c0d62b by noreply
Update chapters/annotations.tex

This sounds good to me

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/annotations.tex (diff)
Commit 22c722491a66cd281c59b096062265de4c8901b4 by Hans.Olsson
Explain why abs does not generate events.
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 7c5b118069b3515627c242ceff6ad967446a923e by Tidefelt Henrik
Add 'time' to document index
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 2c255381dbc088099a64e333ff7b675567831889 by noreply
Update ReadMe.md

Add issue-column as well. I know that in most new cases it is a Pull-Request not an Issue, but the point is to use it for discussion so it doesn't matter.

Also removing the redundant parenthesis around links due to:
- No need to highlight links when separate columns
- Slightly less text which helps when adding more
- The automatically generated link (for the new issues) are in this form
The file was modified RationaleMCP/ReadMe.md (diff)
Commit 65f2ef3b241e2c099189105624a1a2edd506488e by noreply
Update RationaleMCP/ReadMe.md
The file was modified RationaleMCP/ReadMe.md (diff)
Commit a7fbf34d68458a1030cd5a1d421cfbcc5f1b65ca by noreply
Update chapters/annotations.tex
The file was modified chapters/annotations.tex (diff)
Commit 8d7e57b27d2d9a068cec5243f8f9e4c5f95770a2 by Hans.Olsson
Add directorySelector
As discussed at phone meeting the filter is not allowed.
Other design issues are discussed in #3187
Closes #3187
The file was modified chapters/annotations.tex (diff)
Commit 00903137c1c7a6ee63840035a49b05b59469518b by noreply
Better examples for expandable connectors. (#3195)

* Better example for expandable connectors.
Related to #3191 but only half-closes it.
The file was modified chapters/connectors.tex (diff)
The file was modified chapters/annotations.tex (diff)
Commit daf43660d4fa44620d4df879756f77442d87ea9e by noreply
Work around broken tables (#3205)

Add {} around all lstinline in tables, except if only first - or already present.
The file was modified chapters/lexicalstructure.tex (diff)
The file was modified chapters/arrays.tex (diff)
The file was modified chapters/inheritance.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/functions.tex (diff)
Commit cf2b5c4b4f91d73b3c2e694da51f111174090cab by noreply
Update chapters/annotations.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/annotations.tex (diff)
Commit af6b1f70b941c8e231db669346d3ec7f48738a7a by noreply
Update chapters/annotations.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/annotations.tex (diff)
Commit b345cb72b8310802c20035dd03d5a9fa1fbd7cd5 by noreply
Table fine (#3208)

* Also need to handle first argument, or separator is lost.
Closes #3156
* All including first.

* Mistake

* FixLatex
The file was modified chapters/synchronous.tex (diff)
The file was modified chapters/annotations.tex (diff)
The file was modified chapters/connectors.tex (diff)
The file was modified chapters/functions.tex (diff)
The file was modified chapters/arrays.tex (diff)
The file was modified chapters/inheritance.tex (diff)
The file was modified chapters/statemachines.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/lexicalstructure.tex (diff)
The file was modified chapters/syntax.tex (diff)
Commit d89fa50ea4e7d8ab24e08ad7b7701505d87238fe by noreply
Remove arrayLayout since most tools have not implemented it. (#3196)

* Remove arrayLayout since most tools have not implemented it.
As far as currently known no library uses it.
Closes #3189
* EndExample
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/functions.tex (diff)
Commit 2e520c53bd3a7dc8584a9e2318d242f9477b3f55 by noreply
Non optional connector (#3129)

* Describe new annotation for checking number of connections.
* Do not require that conditionally active connectors are connected; reverting #178
Closes #3117
* Apply suggestions from code review
* Removed elided code as suggested, and indicate that something is missing.
Also reduce to one flange-connector.
* Remove 2nd one; turn into separate PR.
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/annotations.tex (diff)
The file was modified chapters/classes.tex (diff)
Commit 3cc5f79ff49b4aa7439dcf39bf8ae040b27ab81b by Hans.Olsson
Clarify previous parameter.
Closes #3074
The file was modified chapters/synchronous.tex (diff)
Commit b3ad899cc7458a512b7f340bd15c399322bf4eb7 by Tidefelt Henrik
Also mention outputs when presenting list of inputs and outputs
The file was modified chapters/functions.tex (diff)
Commit a9b3f311cb8078996ea357afa34cb08ab744026a by noreply
Forbid combination of parameter and input. (#3211)

* Forbid combination of parameter and input.
Closes #3141
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/classes.tex (diff)
Commit cbc4fb6075c286095d4ff3ff7688c196dc11732d by Hans.Olsson
Correct invalid reference.
The file was modified chapters/synchronous.tex (diff)
Commit 96ddf788ff9fb6625297b30b29076189aabb14ea by noreply
Clarify elsewhen (#3217)

* Clarify elsewhen
Closes #3216

* Update chapters/equations.tex
The file was modified chapters/equations.tex (diff)
Commit b22a3d08baef7d93427f029f411b92a1a64e6504 by noreply
Change 'to' -> 'of' to work with both 'inputs' and 'outputs'

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified chapters/functions.tex (diff)
Commit 111edadc1173305a6f5e9b00d2120e268c4ca833 by Tidefelt Henrik
Clean up whitespace in listings
The file was modified chapters/interface.tex (diff)
The file was modified chapters/functions.tex (diff)
Commit 395af159515b3ffb6b9b8169993eeede942313d2 by Tidefelt Henrik
Fix obsolete hard-coded cross-references from normal text to list items

Besides avoiding the bad use of hard-coded references, this fixes the problem that the references assume alphabetical enumeration, while the referenced enumeration is numeric.
The file was modified chapters/functions.tex (diff)
Commit 389ad163f05da27d850e8bf2cd846ab21cbfefad by Tidefelt Henrik
Fix hard-coded references in listing
The file was modified chapters/functions.tex (diff)
Commit ad26a378803c4089d2e83f3ea6ecd86fb11840d0 by Hans.Olsson
Reformulate by adding definition.
Additionally explain non-normatively why they are called 'state'.
And remove 'state' from definition of previous (it makes the definition circular and isn't really true when previous is applied to a parameter).
The file was modified chapters/synchronous.tex (diff)
The file was modified chapters/synchronous.tex (diff)
The file was modified chapters/synchronous.tex (diff)
Commit 11567f56601d246e05f323978057aa37ad907a52 by noreply
Update chapters/operatorsandexpressions.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 2abb21466c2bcc870f569b2f8987b148a9dfea17 by noreply
Update chapters/operatorsandexpressions.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit ab15ebf0648576dc54d33cc4473bfdf2cb79eb29 by Hans.Olsson
Change so that we don't say that there are always discontinuities, and explain for example.
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 50dbb7b1934ff022766c375e531071746ce6ac65 by Hans.Olsson
Introduced in #3217
Just typo.
The file was modified chapters/equations.tex (diff)
Commit efdfea1d2f09250c9193b193618bba8affb1aa82 by noreply
Update chapters/synchronous.tex

Co-authored-by: Elena Shmoylova <eshmoylova@users.noreply.github.com>
The file was modified chapters/synchronous.tex (diff)
Commit c6f4807a15cc645488c701b2f007fd887741d0e5 by Tidefelt Henrik
Express PRE-RELEASE-VERSION using MAIN-VERSION

Addressing comment by Hans.
The file was modified chapters/annotations.tex (diff)

Summary

  1. Undo accidentally removed indentation (details)
  2. Avoid bad leading white-space inside strings in StateSelect definition (details)
  3. Mandatory ignoring of trailing "1" in defaultComponentName (details)
  4. Add comma (details)
  5. Simpler text to not distract. (details)
  6. Remove spurious semi-colons (details)
  7. Another one. (details)
  8. Clarify non-normative text. (details)
  9. The (details)
  10. Update chapters/connectors.tex (details)
  11. Update chapters/connectors.tex (details)
  12. Add proposed text. (details)
  13. Update chapters/annotations.tex (details)
  14. Explain why abs does not generate events. (details)
  15. Reformulate (details)
  16. Language (details)
  17. Add 'time' to document index (details)
  18. Update ReadMe.md (details)
  19. Update RationaleMCP/ReadMe.md (details)
  20. Update chapters/annotations.tex (details)
  21. Add directorySelector (details)
  22. Better examples for expandable connectors. (#3195) (details)
  23. WS (details)
  24. Work around broken tables (#3205) (details)
  25. Update chapters/annotations.tex (details)
  26. Update chapters/annotations.tex (details)
  27. Table fine (#3208) (details)
  28. Remove arrayLayout since most tools have not implemented it. (#3196) (details)
  29. Non optional connector (#3129) (details)
  30. Clarify previous parameter. (details)
  31. Also mention outputs when presenting list of inputs and outputs (details)
  32. Forbid combination of parameter and input. (#3211) (details)
  33. Correct invalid reference. (details)
  34. Clarify elsewhen (#3217) (details)
  35. Change 'to' -> 'of' to work with both 'inputs' and 'outputs' (details)
  36. Clean up whitespace in listings (details)
  37. Fix obsolete hard-coded cross-references from normal text to list items (details)
  38. Fix hard-coded references in listing (details)
  39. Reformulate by adding definition. (details)
  40. More complete change. (details)
  41. FixLatex (details)
  42. Update chapters/operatorsandexpressions.tex (details)
  43. Update chapters/operatorsandexpressions.tex (details)
  44. Change so that we don't say that there are always discontinuities, and explain for example. (details)
  45. FixLatex (details)
  46. Introduced in #3217 (details)
  47. Update chapters/synchronous.tex (details)
  48. Express PRE-RELEASE-VERSION using MAIN-VERSION (details)
Commit 67db470e240ce743b386fe88971bd4419ccd51e3 by Tidefelt Henrik
Undo accidentally removed indentation

As this line belongs to the line above, it needs to have more indentation than the interior of the model definition.
The file was modified chapters/classes.tex (diff)
Commit aa1508da277f1f3337afedd53bfe39b6e7dbd3d1 by Tidefelt Henrik
Avoid bad leading white-space inside strings in StateSelect definition
The file was modified chapters/classes.tex (diff)
Commit 1289b77c0b0f205a5ea9112400979eee4b8f5551 by Tidefelt Henrik
Mandatory ignoring of trailing "1" in defaultComponentName

Fixes #3151.
The file was modified chapters/annotations.tex (diff)
The file was modified chapters/annotations.tex (diff)
Commit db6da220eb62c936d83b0e029507112925d03d9b by Hans.Olsson
Simpler text to not distract.
As indicated in #3183
The file was modified chapters/classes.tex (diff)
Commit af49d40b7befd42a3d47949d84038bd2315ae9f5 by Hans.Olsson
Remove spurious semi-colons
Closes #3192
The file was modified chapters/functions.tex (diff)
Commit d5391071bf8b6f3d7582d36290680be11c95c0b1 by Hans.Olsson
Another one.
Note that they were already present in 3.4.
The file was modified chapters/functions.tex (diff)
Commit 2abf25acd9e6b888680bd014970420f8cc38f194 by Hans.Olsson
Clarify non-normative text.
Closes #3194
(well #3195 is needed for the example-update.)
The file was modified chapters/connectors.tex (diff)
The file was modified chapters/connectors.tex (diff)
Commit 4a0c93b952f1ca3e77a9fa871798e3a5f895a774 by noreply
Update chapters/connectors.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/connectors.tex (diff)
Commit c8e81ec7761e1f8f87e702af46c1ed645f02ee71 by noreply
Update chapters/connectors.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/connectors.tex (diff)
The file was modified chapters/annotations.tex (diff)
Commit 5a4c674b2fa640cc7ab87741249c2bad05c0d62b by noreply
Update chapters/annotations.tex

This sounds good to me

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/annotations.tex (diff)
Commit 22c722491a66cd281c59b096062265de4c8901b4 by Hans.Olsson
Explain why abs does not generate events.
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 7c5b118069b3515627c242ceff6ad967446a923e by Tidefelt Henrik
Add 'time' to document index
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 2c255381dbc088099a64e333ff7b675567831889 by noreply
Update ReadMe.md

Add issue-column as well. I know that in most new cases it is a Pull-Request not an Issue, but the point is to use it for discussion so it doesn't matter.

Also removing the redundant parenthesis around links due to:
- No need to highlight links when separate columns
- Slightly less text which helps when adding more
- The automatically generated link (for the new issues) are in this form
The file was modified RationaleMCP/ReadMe.md (diff)
Commit 65f2ef3b241e2c099189105624a1a2edd506488e by noreply
Update RationaleMCP/ReadMe.md
The file was modified RationaleMCP/ReadMe.md (diff)
Commit a7fbf34d68458a1030cd5a1d421cfbcc5f1b65ca by noreply
Update chapters/annotations.tex
The file was modified chapters/annotations.tex (diff)
Commit 8d7e57b27d2d9a068cec5243f8f9e4c5f95770a2 by Hans.Olsson
Add directorySelector
As discussed at phone meeting the filter is not allowed.
Other design issues are discussed in #3187
Closes #3187
The file was modified chapters/annotations.tex (diff)
Commit 00903137c1c7a6ee63840035a49b05b59469518b by noreply
Better examples for expandable connectors. (#3195)

* Better example for expandable connectors.
Related to #3191 but only half-closes it.
The file was modified chapters/connectors.tex (diff)
The file was modified chapters/annotations.tex (diff)
Commit daf43660d4fa44620d4df879756f77442d87ea9e by noreply
Work around broken tables (#3205)

Add {} around all lstinline in tables, except if only first - or already present.
The file was modified chapters/arrays.tex (diff)
The file was modified chapters/functions.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/lexicalstructure.tex (diff)
The file was modified chapters/inheritance.tex (diff)
Commit cf2b5c4b4f91d73b3c2e694da51f111174090cab by noreply
Update chapters/annotations.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/annotations.tex (diff)
Commit af6b1f70b941c8e231db669346d3ec7f48738a7a by noreply
Update chapters/annotations.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/annotations.tex (diff)
Commit b345cb72b8310802c20035dd03d5a9fa1fbd7cd5 by noreply
Table fine (#3208)

* Also need to handle first argument, or separator is lost.
Closes #3156
* All including first.

* Mistake

* FixLatex
The file was modified chapters/statemachines.tex (diff)
The file was modified chapters/functions.tex (diff)
The file was modified chapters/lexicalstructure.tex (diff)
The file was modified chapters/syntax.tex (diff)
The file was modified chapters/connectors.tex (diff)
The file was modified chapters/inheritance.tex (diff)
The file was modified chapters/synchronous.tex (diff)
The file was modified chapters/annotations.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/arrays.tex (diff)
Commit d89fa50ea4e7d8ab24e08ad7b7701505d87238fe by noreply
Remove arrayLayout since most tools have not implemented it. (#3196)

* Remove arrayLayout since most tools have not implemented it.
As far as currently known no library uses it.
Closes #3189
* EndExample
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/functions.tex (diff)
Commit 2e520c53bd3a7dc8584a9e2318d242f9477b3f55 by noreply
Non optional connector (#3129)

* Describe new annotation for checking number of connections.
* Do not require that conditionally active connectors are connected; reverting #178
Closes #3117
* Apply suggestions from code review
* Removed elided code as suggested, and indicate that something is missing.
Also reduce to one flange-connector.
* Remove 2nd one; turn into separate PR.
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/classes.tex (diff)
The file was modified chapters/annotations.tex (diff)
Commit 3cc5f79ff49b4aa7439dcf39bf8ae040b27ab81b by Hans.Olsson
Clarify previous parameter.
Closes #3074
The file was modified chapters/synchronous.tex (diff)
Commit b3ad899cc7458a512b7f340bd15c399322bf4eb7 by Tidefelt Henrik
Also mention outputs when presenting list of inputs and outputs
The file was modified chapters/functions.tex (diff)
Commit a9b3f311cb8078996ea357afa34cb08ab744026a by noreply
Forbid combination of parameter and input. (#3211)

* Forbid combination of parameter and input.
Closes #3141
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/classes.tex (diff)
Commit cbc4fb6075c286095d4ff3ff7688c196dc11732d by Hans.Olsson
Correct invalid reference.
The file was modified chapters/synchronous.tex (diff)
Commit 96ddf788ff9fb6625297b30b29076189aabb14ea by noreply
Clarify elsewhen (#3217)

* Clarify elsewhen
Closes #3216

* Update chapters/equations.tex
The file was modified chapters/equations.tex (diff)
Commit b22a3d08baef7d93427f029f411b92a1a64e6504 by noreply
Change 'to' -> 'of' to work with both 'inputs' and 'outputs'

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified chapters/functions.tex (diff)
Commit 111edadc1173305a6f5e9b00d2120e268c4ca833 by Tidefelt Henrik
Clean up whitespace in listings
The file was modified chapters/interface.tex (diff)
The file was modified chapters/functions.tex (diff)
Commit 395af159515b3ffb6b9b8169993eeede942313d2 by Tidefelt Henrik
Fix obsolete hard-coded cross-references from normal text to list items

Besides avoiding the bad use of hard-coded references, this fixes the problem that the references assume alphabetical enumeration, while the referenced enumeration is numeric.
The file was modified chapters/functions.tex (diff)
Commit 389ad163f05da27d850e8bf2cd846ab21cbfefad by Tidefelt Henrik
Fix hard-coded references in listing
The file was modified chapters/functions.tex (diff)
Commit ad26a378803c4089d2e83f3ea6ecd86fb11840d0 by Hans.Olsson
Reformulate by adding definition.
Additionally explain non-normatively why they are called 'state'.
And remove 'state' from definition of previous (it makes the definition circular and isn't really true when previous is applied to a parameter).
The file was modified chapters/synchronous.tex (diff)
The file was modified chapters/synchronous.tex (diff)
The file was modified chapters/synchronous.tex (diff)
Commit 11567f56601d246e05f323978057aa37ad907a52 by noreply
Update chapters/operatorsandexpressions.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 2abb21466c2bcc870f569b2f8987b148a9dfea17 by noreply
Update chapters/operatorsandexpressions.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit ab15ebf0648576dc54d33cc4473bfdf2cb79eb29 by Hans.Olsson
Change so that we don't say that there are always discontinuities, and explain for example.
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 50dbb7b1934ff022766c375e531071746ce6ac65 by Hans.Olsson
Introduced in #3217
Just typo.
The file was modified chapters/equations.tex (diff)
Commit efdfea1d2f09250c9193b193618bba8affb1aa82 by noreply
Update chapters/synchronous.tex

Co-authored-by: Elena Shmoylova <eshmoylova@users.noreply.github.com>
The file was modified chapters/synchronous.tex (diff)
Commit c6f4807a15cc645488c701b2f007fd887741d0e5 by Tidefelt Henrik
Express PRE-RELEASE-VERSION using MAIN-VERSION

Addressing comment by Hans.
The file was modified chapters/annotations.tex (diff)