Commit Graph

3464 Commits

Author SHA1 Message Date
Rowan Walshe
b8e0471e08 Add explicit main to fix test error 2022-08-09 13:51:33 +01:00
Rowan Walshe
9d39621112 Fix typo 2022-08-09 13:51:33 +01:00
Rowan Walshe
a9acbdd701 Update project names for review comment 2022-08-09 13:51:32 +01:00
Rowan Walshe
20e6b2e489 Add missing failure expectations to code blocks 2022-08-09 13:51:32 +01:00
Rowan Walshe
aadb78c760 Update project names for some code blocks
Some code blocks were pulling in files that they shouldn't have been
because they shared a project name with a code block that they shouldn't
have.
2022-08-09 13:51:32 +01:00
Rowan Walshe
03930fcb3e Add missing failure expectations to code blocks 2022-08-09 13:51:31 +01:00
Rowan Walshe
ff91c892ac Merge pull request #765 from AdaCore/feature/Update-github-actions
Add apt-get update before apt-get install to github action
2022-08-09 13:50:22 +01:00
Rowan Walshe
705668af8a Add apt-get update before apt-get install to github action 2022-08-09 13:08:20 +01:00
Gustavo A. Hoffmann
486a3a3b6e Merge pull request #764 from gusthoff/intro-to-embedded-sys-prog/review/editorial/20220805
Editorial changes to "Introduction to Embedded Systems Programming" course
2022-08-05 23:34:31 +02:00
gusthoff
2441d9459a Further editorial changes to source-code examples 2022-08-05 19:53:24 +02:00
gusthoff
5b6acfc3bc Editorial change: correcting typo 2022-08-05 19:33:05 +02:00
gusthoff
f5c28e93cb Editorial changes to source-code examples
Restricting number of columns of source-code examples to fit smaller screens
(needed for EPUB books).
2022-08-05 19:31:25 +02:00
gusthoff
f41071de4e Multiple editorial changes
- Wrapping text at 80 columns
- Using Sphinx roles in multiple places
- Correcting minor issues
2022-08-05 19:24:09 +02:00
gusthoff
e19e2219dc Multiple editorial changes
- Wrapping text at 80 columns
- Using Sphinx roles in multiple places
- Correcting minor issues
2022-08-05 14:31:56 +02:00
Gustavo A. Hoffmann
832cb9d651 Merge pull request #761 from pat-rogers/master
first draft of course conclusion
2022-08-05 12:13:15 +02:00
Gustavo A. Hoffmann
a817d950e1 Minor editorial corrections 2022-08-05 12:12:25 +02:00
rogers
73eb7e2fc4 first draft of course conclusion 2022-08-03 18:06:10 -05:00
Gustavo A. Hoffmann
55123687b8 Merge pull request #760 from FranklinChen/patch-1
Update standard_library_numerics.rst
2022-08-02 23:40:04 +02:00
Franklin Chen
c0a71ad019 Update standard_library_numerics.rst
Fix wrong function name in requirements from `To_Decibel` to `To_Factor`.
2022-08-02 17:08:06 -04:00
Gustavo A. Hoffmann
1569e7a37a Merge pull request #756 from AdaCore/dependabot/npm_and_yarn/frontend/terser-4.8.1
Bump terser from 4.8.0 to 4.8.1 in /frontend
2022-07-30 01:03:23 +02:00
Gustavo A. Hoffmann
10fb4df839 Merge pull request #758 from reznikmm/topic/no_void_in_cpp
Drop `void` in C++ profile
2022-07-30 00:57:34 +02:00
Maxim Reznik
d9d9840ccf Drop void in C++ profile
According to C++ standards parameterless profile looks like
`()` not like `(void)`.
2022-07-26 19:52:17 +03:00
dependabot[bot]
1492265662 Bump terser from 4.8.0 to 4.8.1 in /frontend
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 01:39:48 +00:00
Gustavo A. Hoffmann
c6f86b4ba3 Merge pull request #755 from gusthoff/advanced_ada/review/editorial/access_types/20220716
Editorial changes: moving and adding sections in "Access Types" chapter
2022-07-16 11:23:55 +02:00
gusthoff
29ccc529de Editorial change: using reference to "Implicit dereferencing" section 2022-07-16 03:33:17 +02:00