Skip to content

Commit a115d0e

Browse files
Merge remote-tracking branch 'origin/master' into slides/209-process_include_statements
2 parents 929fbcc + 72ae46e commit a115d0e

File tree

3 files changed

+10
-49
lines changed

3 files changed

+10
-49
lines changed

contrib/sort_keywords.py

-47
This file was deleted.

courses/misc_tools/100_gnatstub.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ where :filename:`{filename}` can be a package spec or body
7878

7979
* Package spec
8080

81-
* :toolname:`GNATstub` will generate a package body containing "dummy" bodies for subprograms defined not completed in the spec
81+
* :toolname:`GNATstub` will generate a package body containing "dummy" bodies for subprograms defined but not completed in the spec
8282

8383
* Package body
8484

@@ -206,7 +206,11 @@ Other Common Switches
206206

207207
:command:`--force`
208208

209+
<<<<<<< HEAD
209210
Overwrite any existing file (without this, :toolname:`GNATstub` will flag as an error
211+
=======
212+
Overwrite any existing file (without this, :toolname:`GNATstub` will flag as an error)
213+
>>>>>>> origin/master
210214

211215
:command:`--output-dir=<directory>`
212216

@@ -242,7 +246,11 @@ Improving on :toolname:`GNATstub`
242246
* Read sensors
243247
* Write to a console
244248

249+
<<<<<<< HEAD
245250
* You can modify the generated stub(s) do implement all this
251+
=======
252+
* You can modify the generated stub(s) to implement all this
253+
>>>>>>> origin/master
246254

247255
-----------------------------
248256
Beyond :toolname:`GNATstub`

courses/misc_tools/labs/100_gnatstub/lab.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:toolname:`GNATstub` Lab
33
--------------------------
44

5-
* We are going implement a simple math package that does addition and subtraction
5+
* We are going to implement a simple math package that does addition and subtraction
66

77
* The exectuable takes 3 numbers on the command line - adds the first two, subtracts the third, and prints the result
88

0 commit comments

Comments
 (0)