-
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
Develop #789
Conversation
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
fix a range of issues until it compiles. This won't work though, too much stuff bypassed.
still need to tweak methods a bit but it's progress
…t, enable either decoder/encoder back again I thought either was supported in circe now, need to double check
fix platforms being able to encode fix executablerunner not using the correct encoder other small cleanup
To be solved later by either fixing the recursion that is happening or by the reflection code to call stripMargin on the fields. TBD, but the second solution could potentially cleanup some of the annotation code.
Manually written code, I bet there is a better way
Temporary way of getting the class name Not fetching the valid fields yet
Mark regex issues as unchecked to be solved later
… through the schemas super-classes
Add some minor type annotations in CollectedSchemas, which will refactoring easier because we'll now know what was previously expected
seems likely that the code can be streamlined a bit more, tbd
…rgin on all annotations Committing removal of the 'stripMargin' in the annotations in next commit
move some memberData to part2 because gha is failing for java 17. See what this does. \o/
Both circe in general as circe-yaml need to be reverted to maximum these versions Circe made changes in 0.14.8 broke history but was supposed to be fixed in the meanwhile Circe-yaml also influences this through the set dependencies
…ithDeprecationCheck.scala
…ithDeprecationCheck.scala
nextflow help now throws an error if it can't find Java, even for the help.
WIP upgrade to scala 3
Add `internalDependencyTargetScope` field in dependencies to track what's going on
Add Scope & ScopeEnum classes. Add .scope in config
* add `---` parameter to component help messages * Update CHANGELOG.md * fix nextflow help testbench * Add help entries for ---cpus and ---memory * Update src/main/scala/io/viash/wrapper/BashWrapper.scala Co-authored-by: Robrecht Cannoodt <[email protected]> --------- Co-authored-by: Robrecht Cannoodt <[email protected]>
* update actions * fix ci
…hing display help message for illegal command instead of hanging in an inf…
rcannood
approved these changes
Dec 17, 2024
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.
LGTM! I didn't check all 146 changed files 🫣
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Describe your changes
Related issue(s)
Closes #xxxx
Type of Change
Checklist
Requirements:
Tests:
Documentation:
Test Environment