Bret Brown

Results 33 comments of Bret Brown

I think that's the first step. In addition to that, the build system, Compiler Explorer, and/or the compiler will need to guess how to parse the std and std.compat modules...

Toolchain support for `import std;` is still maturing. It is wise to engage directly with your favorite toolchain(s) to make sure there's a well understood way to get the std...

There's a good chance that Compiler Explorer would end up creating (and hiding?) a build system configuration. Modules require extra compiler interaction and therefore more compiler commands. It's not impossible...

For me an analog would be [XDG](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) or /opt in [LFH](https://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/index.html) documenting the way to keep possibly messy nonstandard things in a specific namespace. I guess XDG could have documented...

I'm `A` on `sc`, `srb`, and `sep`, but only because I don't know what those are supposed to mean. I'm happy with anything else. So far everyone at least somewhat...

Current plans are to implement full CPS support in CMake, so hopefully the CMake config files will be moot over time. Supporting those seems like a very nontrivial project for...

@dcbaker @mwoehlke Just noticed this is a PR that has been hanging around for a while. What's the next step here?

It makes sense as a feature. I personally would consider it not essential to an initial release, but I'm happy to be educated otherwise.

@andresrcc I created https://github.com/cps-org/cps-wiki thinking it could serve exactly this purpose. I think you, me, and @mwoehlke can find a time as early as this week to get this launched....

When we get an MVP for this, I'll consider https://github.com/cps-org/cps/issues/28 closed as well. Let's make sure we have prominent links from the CPS repo itself to the wiki, or at...