hpc / Spindle

Scalable dynamic library and python loading in HPC environments
Other
94 stars 22 forks source link

Fixed logging build/implementation to properly interpret --prefix=path for log daemon locations #13

Closed mcfadden8 closed 6 years ago

mcfadden8 commented 6 years ago

Fixed logging build and implementation files to treat the path part of the --prefix=path argument as a string by encapsulating the path in quotation marks.

This addresses issue #12

mplegendre commented 6 years ago

Can you target this to the devel branch instead of master?

mcfadden8 commented 6 years ago

Done.

gpaulsen commented 6 years ago

So what's the difference in intent between hpc:devel and hpc:master branches?

mplegendre commented 6 years ago

The master branch is the last stable release. The devel branch contains the set of new features that will make it into the next major release. When we do the next release we'll merge devel into master (and also create a release branch).

We talked about doing a major release soon, after getting readlink branch merged and a round of testing.

gpaulsen commented 6 years ago

Thanks @mplegendre. Do you mind putting that branching policy blurb up on README.md so it'll show up on the top page of the github repo for those of us just tangentially watching? Thanks again.