Skip to content

Use require_all to pull in types folder#53

Merged
willmanduffy merged 1 commit intomasterfrom
require_all_types
Sep 28, 2020
Merged

Use require_all to pull in types folder#53
willmanduffy merged 1 commit intomasterfrom
require_all_types

Conversation

@willmanduffy
Copy link
Copy Markdown
Contributor

@@ -1,15 +1,11 @@
# frozen_string_literal: true
# typed: strong
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Had to remove this from this file to get srb tc to pass on require_all. Would the real solution be to write types for it?

https://sorbet.org/docs/error-reference#7018

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

🤔 Not sure, I don't know Sorbet that well tbh

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 14, 2020

Codecov Report

Merging #53 into master will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
- Coverage   98.68%   98.66%   -0.02%     
==========================================
  Files          20       20              
  Lines         379      374       -5     
==========================================
- Hits          374      369       -5     
  Misses          5        5              
Impacted Files Coverage Δ
lib/workos/types.rb 100.00% <100.00%> (ø)

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 4126c1e...79255ed. Read the comment docs.

* Resolves a hidden step needed before adding a file to the types
  folder that can be confusing for developers new to the SDK
  codebase.
* Discussion here: #48 (comment)
@willmanduffy willmanduffy merged commit bf27cb5 into master Sep 28, 2020
@willmanduffy willmanduffy deleted the require_all_types branch September 28, 2020 16:44
willmanduffy added a commit that referenced this pull request Sep 28, 2020
@willmanduffy willmanduffy mentioned this pull request Sep 28, 2020
willmanduffy added a commit that referenced this pull request Sep 28, 2020
* Revert "Use require_all to pull in types folder (#53)"

This reverts commit bf27cb5.

* Bump to 0.8.1
blairworkos pushed a commit that referenced this pull request Jan 29, 2021
* Resolves a hidden step needed before adding a file to the types
  folder that can be confusing for developers new to the SDK
  codebase.
* Discussion here: #48 (comment)
blairworkos pushed a commit that referenced this pull request Jan 29, 2021
* Revert "Use require_all to pull in types folder (#53)"

This reverts commit bf27cb5.

* Bump to 0.8.1
blairworkos pushed a commit that referenced this pull request Mar 3, 2021
* Resolves a hidden step needed before adding a file to the types
  folder that can be confusing for developers new to the SDK
  codebase.
* Discussion here: #48 (comment)
blairworkos pushed a commit that referenced this pull request Mar 3, 2021
* Revert "Use require_all to pull in types folder (#53)"

This reverts commit bf27cb5.

* Bump to 0.8.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants