Skip to content

Adds initial draft for separate compilation#96

Open
VictorEijkhout wants to merge 28 commits intocplusplus:masterfrom
VictorEijkhout:master
Open

Adds initial draft for separate compilation#96
VictorEijkhout wants to merge 28 commits intocplusplus:masterfrom
VictorEijkhout:master

Conversation

@VictorEijkhout
Copy link
Copy Markdown
Contributor

First attempt at "separate compilation" module.

@vulder vulder requested review from jcvw and vulder October 2, 2024 07:00
Copy link
Copy Markdown
Member

@vulder vulder left a 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.

Comment thread sources/modules/compilation-model/separate-compilation.md Outdated
Comment thread sources/modules/compilation-model/separate-compilation.md Outdated
Comment thread sources/modules/compilation-model/separate-compilation.md Outdated
Comment thread sources/modules/compilation-model/separate-compilation.md Outdated
Comment thread sources/modules/compilation-model/separate-compilation.md Outdated
Comment thread sources/modules/compilation-model/separate-compilation.md Outdated
Comment thread sources/modules/compilation-model/separate-compilation.md Outdated
Comment thread sources/modules/compilation-model/separate-compilation.md Outdated
Comment thread sources/modules/compilation-model/separate-compilation.md Outdated
#### Points to cover

1. Cover the mechanisms for include and library paths to your own code, as well as discovery mechanisms for external libraries.

Copy link
Copy Markdown
Member

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed with the latest commit.

VictorEijkhout and others added 8 commits October 4, 2024 10:00
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>
Comment thread sources/modules/compilation-model/separate-compilation.md Outdated
Comment thread sources/modules/compilation-model/separate-compilation.md Outdated
@diehlpk
Copy link
Copy Markdown
Contributor

diehlpk commented Oct 21, 2024

refs #8

intro text moved to motivation
remove mention of text editor
turn enum list into item
remove incorrect sentence
TOC in sync with captions
added sentence about translation units
extern variable mention removed
@diehlpk
Copy link
Copy Markdown
Contributor

diehlpk commented Oct 31, 2024

@vulder and @ronchaine we did a pass in today's meeting. Please have a look.

@vulder vulder self-requested a review November 4, 2024 19:25
@vulder vulder changed the title please merge: separate compilation Adds initial draft for separate compilation Nov 4, 2024
Copy link
Copy Markdown
Member

@vulder vulder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

I'm mark the topic tentative ready and put it on the agenda for the next online SG20 meeting.

Comment thread sources/modules/compilation-model/separate-compilation.md Outdated
@vulder vulder added the Tentatively ready Ready for a final review in SG20 label Nov 10, 2024
@diehlpk
Copy link
Copy Markdown
Contributor

diehlpk commented Jan 30, 2025

@vulder was this pr discussed in the next online SG20 meeting?

@vulder
Copy link
Copy Markdown
Member

vulder commented Feb 12, 2025

Yes, it will be in the list of PRs we review in the next meeting. (All PRs marked tentatively ready will be discussed in the next meeting)

@vulder
Copy link
Copy Markdown
Member

vulder commented Apr 19, 2026

@diehlpk Last time we discussed this PR, the only thing that was left is that the points-to-cover did not contain the necessary material to actually fulfill the ASSBATs. Could you please take a quick look at this in the next NA-Group meeting, so we can do a final vote on this in the next SG20 meeting.

@diehlpk
Copy link
Copy Markdown
Contributor

diehlpk commented Apr 30, 2026

@vulder we addressed the last comment in today's meeting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Tentatively ready Ready for a final review in SG20

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants