Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

common: print a message in case pmem won't be able to be used #1200

Merged
merged 1 commit into from
Aug 18, 2021

Conversation

Patryk717
Copy link
Contributor

@Patryk717 Patryk717 commented Aug 16, 2021

Ref: #1089


This change is Reviewable

Copy link

@janekmi janekmi left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @Patryk717)

a discussion (no related file):
Please fix the commit message. It is important for Gihub to track relationships between PRs and PRs and issues.

Ref: #1089

Note: # is crucial. Ref is for the human reader.

Ref: https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls (please read)


a discussion (no related file):
Please also change the commit message:

common: print a message in case pmem won't be able to be used


CMakeLists.txt, line 108 at r1 (raw file):

if(NOT LIBPMEM_FOUND)
	message(WARNING "Libpmem is missing. The examples will be unable to use PMem. They will be using DRAM instead.")
endif()

After reconsideration, I recommend a small change: Since libpmem is missing, the examples will be...
Sorry. ;-)

@janekmi janekmi changed the title examples: print a message in case no pmem provided or able to be used common: print a message in case pmem won't be able to be used Aug 17, 2021
Copy link
Contributor Author

@Patryk717 Patryk717 left a comment

Choose a reason for hiding this comment

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

Reviewable status: 0 of 1 files reviewed, 3 unresolved discussions (waiting on @janekmi)

a discussion (no related file):

Previously, janekmi (Jan Michalski) wrote…

Please also change the commit message:

common: print a message in case pmem won't be able to be used

Done.


a discussion (no related file):

Previously, janekmi (Jan Michalski) wrote…

Please fix the commit message. It is important for Gihub to track relationships between PRs and PRs and issues.

Ref: #1089

Note: # is crucial. Ref is for the human reader.

Ref: https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls (please read)

Done.



CMakeLists.txt, line 108 at r1 (raw file):

Previously, janekmi (Jan Michalski) wrote…

After reconsideration, I recommend a small change: Since libpmem is missing, the examples will be...
Sorry. ;-)

Done.

Copy link

@janekmi janekmi left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @Patryk717)

Copy link

@janekmi janekmi left a comment

Choose a reason for hiding this comment

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

Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @Patryk717)

a discussion (no related file):
Please rebase on upstream/master. You have something messed up a bit. ;-)


Copy link

@janekmi janekmi left a comment

Choose a reason for hiding this comment

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

Reviewed all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @Patryk717)

Copy link
Contributor Author

@Patryk717 Patryk717 left a comment

Choose a reason for hiding this comment

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

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @Patryk717)

a discussion (no related file):

Previously, janekmi (Jan Michalski) wrote…

Please rebase on upstream/master. You have something messed up a bit. ;-)

done


Copy link

@janekmi janekmi left a comment

Choose a reason for hiding this comment

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

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @Patryk717)

Copy link
Contributor

@osalyk osalyk left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @Patryk717)

@janekmi janekmi merged commit 4fbd99c into pmem:master Aug 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants