packwerk_yard 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 641e8d0ddb1071b14b67085d3b9ab52fe72aac4b49d96909ae43b76212254e3f
4
+ data.tar.gz: 3243f067d6d129efde447741ee15257acd184214ec42edbca3ef58aa4d12fe83
5
+ SHA512:
6
+ metadata.gz: 6e5272b9c7c1fa88234dedce138a5fd1bc15ddb6a7b98ef351741b7061ffee20a0198ab1765bc5517a5560d9c1f2cb44d5095cb7b3304fb7ca6e4a9d73844bee
7
+ data.tar.gz: bc151f151c15c7bd7d64acb0b8c6f9c8768b79eccbee85326c4d501dea284203e525719f63a837c92933e6d01a4146a2a40d2f861a91c6df643b8f4134f64b1e
data/.rubocop.yml ADDED
@@ -0,0 +1,24 @@
1
+ inherit_gem:
2
+ rubocop-shopify: rubocop.yml
3
+
4
+ require:
5
+ - rubocop-performance
6
+ - rubocop-sorbet
7
+
8
+ AllCops:
9
+ TargetRubyVersion: 2.6
10
+ SuggestExtensions: false
11
+ NewCops: enable
12
+ Exclude:
13
+ - 'test/fixtures/**/*'
14
+
15
+ Style/StringLiterals:
16
+ Enabled: true
17
+ EnforcedStyle: double_quotes
18
+
19
+ Style/StringLiteralsInInterpolation:
20
+ Enabled: true
21
+ EnforcedStyle: double_quotes
22
+
23
+ Layout/LineLength:
24
+ Max: 120
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2024-01-07
4
+
5
+ - Initial release
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at teppest1215@gmail.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/README.md ADDED
@@ -0,0 +1,36 @@
1
+ # Packwerk Yard
2
+
3
+ > [!WARNING]
4
+ > This gem currently depends on a development branch for packwerk !!!
5
+ > Once https://github.com/Shopify/packwerk/pull/375 is merged and released, can this gem be safely used.
6
+
7
+ Add YARD support to packwerk.
8
+
9
+ ## Installation
10
+
11
+ 1. Add this line to your application's Gemfile:
12
+
13
+ ```ruby
14
+ gem 'packwerk_yard', github: 'euglena1215/packwerk-yard', group: :development
15
+ ```
16
+
17
+ 2. Require `packwerk-yard` in your `packwerk.yml`
18
+
19
+ ```yaml
20
+ require:
21
+ - packwerk_yard
22
+ ```
23
+
24
+ ## Development
25
+
26
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
27
+
28
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
29
+
30
+ ## Contributing
31
+
32
+ Bug reports and pull requests are welcome on GitHub at https://github.com/euglena1215/packwerk_yard. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/packwerk_yard/blob/main/CODE_OF_CONDUCT.md).
33
+
34
+ ## Code of Conduct
35
+
36
+ Everyone interacting in the PackwerkYard project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/packwerk_yard/blob/main/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "minitest/test_task"
5
+
6
+ Minitest::TestTask.create
7
+
8
+ require "rubocop/rake_task"
9
+
10
+ RuboCop::RakeTask.new
11
+
12
+ task default: [:test, :rubocop]
@@ -0,0 +1,76 @@
1
+ # typed: false
2
+ # frozen_string_literal: true
3
+
4
+ module PackwerkYard
5
+ class Parser
6
+ include Packwerk::FileParser
7
+
8
+ # Array Syntax e.g. Array<String>
9
+ ARRAY_REGEXP = /Array<(.+)>/.freeze
10
+ private_constant :ARRAY_REGEXP
11
+
12
+ def initialize(ruby_parser: Packwerk::Parsers::Ruby.new)
13
+ @ruby_parser = ruby_parser
14
+ end
15
+
16
+ def call(io:, file_path: "<unknown>")
17
+ source_code = io.read
18
+ return to_ruby_ast(nil.inspect, file_path) if source_code.nil?
19
+
20
+ types = extract_from_yard_to_types(source_code)
21
+
22
+ to_ruby_ast(
23
+ types.map { |type| to_evaluable_type(type) }
24
+ .reject { |type| to_constant(type).nil? }
25
+ .inspect.delete('"'),
26
+ file_path,
27
+ )
28
+ end
29
+
30
+ def match?(path:)
31
+ path.end_with?(".rb")
32
+ end
33
+
34
+ private
35
+
36
+ def extract_from_yard_to_types(source_code)
37
+ YARD::Registry.clear
38
+ YARD::Logger.instance.enter_level(YARD::Logger::ERROR) do
39
+ YARD::Parser::SourceParser.parse_string(source_code)
40
+ end
41
+
42
+ types = YARD::Registry.all(:method).each_with_object([]) do |method_object, arr|
43
+ method_object.tags("param").each do |tag|
44
+ arr.concat(tag.types) if tag.types
45
+ end
46
+
47
+ return_tag = method_object.tag("return")
48
+ arr.concat(return_tag.types) if return_tag&.types
49
+ end
50
+
51
+ types.uniq
52
+ end
53
+
54
+ def to_evaluable_type(type)
55
+ # "Array<Integer>" => "Integer"
56
+ if type =~ ARRAY_REGEXP
57
+ Regexp.last_match(1)
58
+ else
59
+ type
60
+ end
61
+ end
62
+
63
+ def to_constant(name)
64
+ Object.const_get(name) # rubocop:disable Sorbet/ConstantsFromStrings
65
+ rescue NameError
66
+ nil
67
+ end
68
+
69
+ def to_ruby_ast(code, file_path)
70
+ @ruby_parser.call(
71
+ io: StringIO.new(code),
72
+ file_path: file_path,
73
+ )
74
+ end
75
+ end
76
+ end
@@ -0,0 +1,6 @@
1
+ # typed: false
2
+ # frozen_string_literal: true
3
+
4
+ module PackwerkYard
5
+ VERSION = "0.1.0"
6
+ end
@@ -0,0 +1,11 @@
1
+ # typed: false
2
+ # frozen_string_literal: true
3
+
4
+ require "packwerk"
5
+ require "yard"
6
+
7
+ require_relative "packwerk_yard/version"
8
+ require_relative "packwerk_yard/parser"
9
+
10
+ module PackwerkYard
11
+ end
@@ -0,0 +1,4 @@
1
+ module PackwerkYard
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
metadata ADDED
@@ -0,0 +1,84 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: packwerk_yard
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Teppei Shintani
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-01-07 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: parser
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: yard
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: Parsing YARD plugin for packwerk
42
+ email:
43
+ - teppest1215@gmail.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - ".rubocop.yml"
49
+ - CHANGELOG.md
50
+ - CODE_OF_CONDUCT.md
51
+ - README.md
52
+ - Rakefile
53
+ - lib/packwerk_yard.rb
54
+ - lib/packwerk_yard/parser.rb
55
+ - lib/packwerk_yard/version.rb
56
+ - sig/packwerk_yard.rbs
57
+ homepage: https://github.com/euglena1215/packwerk-yard
58
+ licenses: []
59
+ metadata:
60
+ allowed_push_host: https://rubygems.org
61
+ homepage_uri: https://github.com/euglena1215/packwerk-yard
62
+ source_code_uri: https://github.com/euglena1215/packwerk-yard
63
+ changelog_uri: https://github.com/euglena1215/packwerk-yard/blob/main/CHANGELOG.md
64
+ rubygems_mfa_required: 'true'
65
+ post_install_message:
66
+ rdoc_options: []
67
+ require_paths:
68
+ - lib
69
+ required_ruby_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ version: 2.6.0
74
+ required_rubygems_version: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: '0'
79
+ requirements: []
80
+ rubygems_version: 3.4.10
81
+ signing_key:
82
+ specification_version: 4
83
+ summary: Parsing YARD plugin for packwerk
84
+ test_files: []