-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat(shared-dimension): contributors #1556
Conversation
🦋 Changeset detectedLatest commit: fd6bba2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@@ -263,7 +263,7 @@ md:SharedDimension | |||
code:implementedBy | |||
[ | |||
a code:EcmaScript ; | |||
code:link <file:handlers/resource#put> ; | |||
code:link <file:handlers/shared-dimension#put> ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was surprised to discover that the shared dimensions and hierarchies were both handled by the "resource" handler which was in fact specific to shared dimensions. I moved that to its own module and simplified the generic one
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1556 +/- ##
==========================================
+ Coverage 73.99% 74.01% +0.02%
==========================================
Files 222 222
Lines 15093 15149 +56
Branches 891 895 +4
==========================================
+ Hits 11168 11213 +45
- Misses 3917 3928 +11
Partials 8 8 ☔ View full report in Codecov by Sentry. |
d0b216d
to
fd6bba2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just wonder if the list of contributors can be shown with a consistent sorting (alphabetical, temporal). Apparently it's quite random
Interesting question. Shaperone uses SHACL-AF has an ordering node expression but it's not exactly applicable here |
No description provided.