Skip to content

Fix some warnings and whatnot#107

Merged
stylewarning merged 3 commits intomasterfrom
fix-some-warnings-and-whatnot
Dec 12, 2019
Merged

Fix some warnings and whatnot#107
stylewarning merged 3 commits intomasterfrom
fix-some-warnings-and-whatnot

Conversation

@appleby
Copy link
Copy Markdown
Contributor

@appleby appleby commented Dec 11, 2019

Add DEFVAR for *MOCKED-NAMESPACE* and prefer it in CURRENT-NAMESPACE

Add a DEFVAR form for *MOCKED-NAMESPACE* to avoid an undefined variable warning when compiling.

Also, check *MOCKED-NAMESPACE* first in CURRENT-NAMESPACE to allow overriding the namespace even if one of *{LOAD,COMPILE-FILE}-TRUENAME* is defined.

Fix style-warning about unused args in %RPC-CALL-RAW-REQUEST

CALL and ARGS are not used in %RPC-CALL-RAW-REQUEST. These style-warnings crept as part of the refactoring in #99.

Add a DEFVAR form for *MOCKED-NAMESPACE* to avoid an undefined
variable warning when compiling.

Also, check *MOCKED-NAMESPACE* first in CURRENT-NAMESPACE to allow
overriding the namespace even if one of *{LOAD,COMPILE-FILE}-TRUENAME*
is defined.
CALL and ARGS are not used in %RPC-CALL-RAW-REQUEST. These
style-warnings crept as part of the refactoring in #99.
@appleby appleby requested a review from a team as a code owner December 11, 2019 18:23
@stylewarning stylewarning merged commit bd83ce1 into master Dec 12, 2019
@stylewarning stylewarning deleted the fix-some-warnings-and-whatnot branch December 12, 2019 23:02
@notmgsk notmgsk mentioned this pull request Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants