Andrew Belt
Andrew Belt
For screenshots, the following questions need to be answered: - How will the screenshots be created? - Who will create them? - Where will they be hosted?
I'm bikeshedding on a format to use for automatically migrated version numbers. Should I convert `v1.Y.Z` to `v2.auto.Y.Z` for everything, or something? @cschol
A few days before Rack v2 is released and about 4 weeks after Rack v2's source is released, I'll do these "auto-builds" for plugins that haven't yet been migrated. I'll...
Rack doesn't define a total order on version strings. If Rack sees a nonequal version string on the Library, it will download and install that version.
There's a way to specify which libc and libstdc++ version to use. Let's do that. I've seen the method before---it's some weird linker declaration---and I don't know if it'll work,...
Updated post with correct version and package info
Correct for first paragraph. Note that ```version `GLIBCXX_3.4.22' not found``` is not a linker error but an error given by glibc++ itself after it is linked. It links just fine...
Yeah, you're right that we'd have to rename every possible function. Not an option. Even with a shell script, renaming higher-versioned functions would probably break stuff. Let's just call this...
Oh yeah, I forgot about project hooks/triggers. Those will make things a lot easier.
Removing old plugins is fine with me.