-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please merge: separate compilation #96
base: master
Are you sure you want to change the base?
Conversation
create from skeleton
Edits after SG20 committee discussion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice first draft for the separate compilation topic.
Most of my comments are just align syntax/file structure with the rest of the topics. Overall, this topic highlights already many important points about the topic.
This module outlines the issues involved in using separate compilation on multiple program files. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This module outlines the issues involved in using separate compilation on multiple program files. | |
This module outlines the issues involved in using separate compilation on multiple program files. | |
The overview normally does not contain pretext only the table with the different levels, maybe you could merge this text with the 'Motivation' below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would merge if I could. Gimme a hint where to do that?i in my fork? elsewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was resolved in today's meeting.
|
||
A student: | ||
|
||
1. needs to have the text editor skills to split a single-file program into multiple files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if we need to spell that out 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't hurt to spell it out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say it actually does: a) this needs is not really related to C++ and b) if we want to consistently specify student requirements with that granularity we need to add many other skills, too that all are not really related to C++.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with removing it. Go ahead and suggest it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was resolved in today's meeting.
#### Points to cover | ||
|
||
1. Cover the mechanisms for include and library paths to your own code, as well as discovery mechanisms for external libraries. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From reading the ASBATs, we probably need more points to cover that contain the skills necessary to reach the ASBAT level.
Co-authored-by: Florian Sattler <vuld3r@gmail.com>
Co-authored-by: Florian Sattler <vuld3r@gmail.com>
Co-authored-by: Florian Sattler <vuld3r@gmail.com>
Co-authored-by: Florian Sattler <vuld3r@gmail.com>
Co-authored-by: Florian Sattler <vuld3r@gmail.com>
Co-authored-by: Florian Sattler <vuld3r@gmail.com>
Co-authored-by: Florian Sattler <vuld3r@gmail.com>
Co-authored-by: Florian Sattler <vuld3r@gmail.com>
refs #8 |
intro text moved to motivation
remove mention of text editor
sub indent
turn enum list into item
remove incorrect sentence
better caption
better caption
caption improved
proposal
TOC in sync with captions
added sentence about translation units
extern variable mention removed
@vulder and @ronchaine we did a pass in today's meeting. Please have a look. |
First attempt at "separate compilation" module.