-
Notifications
You must be signed in to change notification settings - Fork 9
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
Closes #175 Adds assertions to exported functions #190
Merged
Merged
Changes from 32 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
e074d2f
feat: introducing checkmate to label
averissimo be353a6
feat: checkmate support in df_label
averissimo 9c0ab66
feat: checkmate support in format
averissimo 7eee740
feat: checkmate support in length and messages
averissimo b778b78
feat: checkmate support in metadata
averissimo 68bea69
feat: checkmate support in order
averissimo 7913b21
feat: checkmate support in type
averissimo a6d565c
feat: checkmate support in write
averissimo f50346b
feat: adds assertion to exported functions
averissimo d59c241
fix: problem with xportr_logger
averissimo 531f706
fix: move assert dataframe up
averissimo 14b006d
styler: remove empty space
averissimo 9c0b997
feat: assert parameters on xportr_domain_name
averissimo 7c22c3d
Merge branch '182-remove-df-expr' into 175-assertions
averissimo facd4a4
docs: add news entry for this issue
averissimo 58eba11
fix: consolidation on assertions
averissimo 5d9c367
fix: use iwalk instead if walk2 with seq(...)
averissimo 328c244
fix: change vname() in favor of string
averissimo 7428e04
fix: revert test_r6() in favor of inherits()
averissimo ea59285
Merge branch '182-remove-df-expr' into 175-assertions
averissimo aaf1886
feat: change default parameter to be attribute
averissimo d4511f9
docs: update
averissimo 5ab7ed5
Update NEWS.md
averissimo 1242d08
Merge branch 'main' into 175-assertions
averissimo 6830ffb
merge: revert some changes
averissimo fb1aa2b
minor bugfixes
averissimo 8aa98d0
default value for domain is attribute
averissimo 33cb7c8
tests: use strict checks to get ascii error
averissimo 810f3b0
docs: update documentation and removes unused function
averissimo 3f6ea8d
style: missing styler
averissimo 06cd23a
Merge branch 'main' into 175-assertions
averissimo 658b87f
Merge branch 'main' into 175-assertions
averissimo a7d6775
revert: default arguments take NULL
averissimo e3b35d6
docs: rename comment and move lifecycle check to top
averissimo dd5bdc3
fix: remove extra empty line
averissimo 9836f8b
revert: no longer retrieve metadata attribute as default
averissimo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
What do you folks feel about changing the default parameter value from
NULL
to the.df
attribute.Be aware that
attr
always returns NULL if it doesn't exist of if the first parameter is NULL/NACreated on 2023-12-15 with reprex v2.0.2
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.
Umm... I don't know. It looks really confusing to me to see , but I don't have a better alternative!! @atorus-research/xportr-development-team others have thoughts?
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.
@averissimo I worry that exposing the attribute structure may confuse people a bit. I'd prefer to keep the NULLs personally