Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continued attempts to get new features to build in PR #14

Merged
merged 9 commits into from
Mar 26, 2019

Conversation

ddurschlag6river
Copy link
Contributor

The isBlackboard UDTG will allow Blueshell to make sure that its internal state is properly initialized.

The is method allows for reference-equality checks on a blackboard value (getting the value is not sufficient, because values are deep cloned to prevent accidental updates).

This PR was re-created due to build issues, which the re-creation may or may not help solve.

@ddurschlag6river ddurschlag6river requested review from jbcpollak and a team March 25, 2019 15:25
@codecov
Copy link

codecov bot commented Mar 25, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@596b81d). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #14   +/-   ##
=======================================
  Coverage          ?   100%           
=======================================
  Files             ?     10           
  Lines             ?     80           
  Branches          ?     11           
=======================================
  Hits              ?     80           
  Misses            ?      0           
  Partials          ?      0
Impacted Files Coverage Δ
lib/Blackboard.ts 100% <100%> (ø)
lib/InMemoryMapBlackboard.ts 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 596b81d...4f2003c. Read the comment docs.

@@ -39,7 +34,7 @@ jobs:
- run:
name: Set NPM auth token
command: |
npm config set //registry.npmjs.org/:_authToken "${NPM_TOKEN}"
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is "less right" than the previous version, but I know both should work so it doesn't matter too much. I suspect _authToken is deprecated in npm, but it should still work for now.

Copy link
Contributor

@jbcpollak jbcpollak left a comment

Choose a reason for hiding this comment

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

LGTM

@ddurschlag6river ddurschlag6river merged commit f66a37c into master Mar 26, 2019
@ddurschlag6river ddurschlag6river deleted the isBlackboard2 branch March 26, 2019 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants