-
Notifications
You must be signed in to change notification settings - Fork 7
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
Bug fix/validation for parameters #92
Bug fix/validation for parameters #92
Conversation
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.
The checks are failing, the code doesn't compile. Please fix the compile issues and we'll go from there.
Hey @computablee, do you seem to have any idea why compilation is failing and how I can go about fixing? I would also like to know how to run tests on my end, to ensure that everything works before making a PR. I apologize for the inconvenience |
It looks like you have mismatched names in your added function (e.g., you accept If you have the I also recommend reading the new |
Also, I noticed that the linting check failed on the |
Alright, noted. |
I keep getting this error Can I push my changes without testing, since I have made all necessary changes or is there any other suggestion you have for rectifying this problem? |
Hey @Kaybangz, sorry for the late response. I have recently adopted a cat and have not even had time to open GitHub. I would recommend asking around in the C# Discord to see if they can fix your problem. Unfortunately, I cannot help diagnose issues with the dotnet CLI—I merely maintain a .NET project which uses it. |
Congrats on adopting a cat😊 I'll be sure to check out the Discord group |
In order to expedite this issue to get the next major release out, I am closing this PR and self-assigning #51. |
Which issue are you addressing?
#51
How have you addressed the issue?
Barrier()
fromParallel.Ordered
methodIf
statements inValidateParameters()
method to a new indented lineException.cs
, added a space before the:
tokensValidateParameters()
only at the top of the internalFor
handlerParallel.cs
NotInForException