-
Notifications
You must be signed in to change notification settings - Fork 180
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
Removing compiler changes #789
Removing compiler changes #789
Conversation
Can you double-check the changes we made in the CompilerCore? master...experimental/feedback You reverted more changes than needed. |
The reason |
For example, I don't think I have changed A good way to verify is to check if you have changed more files listed here master...experimental/feedback |
Ohh i see, all the |
3df1840
to
c22c64d
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.
Nice!
Thanks! LGTM! |
* Add feedback strategy. (#715) * Add feedback guided scheduling algorithms. * Fix tests. * Add location information to events. * fix change. * Improving the code with some cleanup. (#719) * Disable trace logging to save disk space. * Update feedback algorithm. * fix feedback strategy. * refactor. * Remove experiment features. --------- Co-authored-by: Ao Li <[email protected]> * PR cleanup (#723) * Added support for generating a warning when spec handles an event but does not add it in its observes list (#716) * Create custom converter for JSON serialization in .NET8 (#717) * Create custom converter for JSON serialization in .NET8 * Add check for different dictionary type for null replacement --------- Co-authored-by: Eric Hua <[email protected]> --------- Co-authored-by: Ankush Desai <[email protected]> Co-authored-by: Eric Hua <[email protected]> Co-authored-by: Eric Hua <[email protected]> * Merge Recent Bug Fixes (#778) * Added support for generating a warning when spec handles an event but does not add it in its observes list (#716) * Create custom converter for JSON serialization in .NET8 (#717) * Create custom converter for JSON serialization in .NET8 * Add check for different dictionary type for null replacement --------- Co-authored-by: Eric Hua <[email protected]> * udpate. * update. * update. --------- Co-authored-by: Eric Hua <[email protected]> Co-authored-by: Eric Hua <[email protected]> Co-authored-by: Ao Li <[email protected]> * Fix feedback strategy and remove experiment features. * Removing Pattern (#786) Co-authored-by: Christine Zhou <[email protected]> * Remove conflict analysis * Removing compiler changes (#789) Co-authored-by: Christine Zhou <[email protected]> * Cleanup. * Revert changes to Event. * Revert changes. * Fix merge conflicts. * Remove temp file. * Rename LastSentReceiver to MessageReceiver * Simplify scheduler implementation. * Revert changes in QLearning strategy. * Refactor. * Added VectorTime and BehavioralObserver class for feedback strategy (#799) Co-authored-by: Christine Zhou <[email protected]> * Revert changes in PCTStrategy. * Revert changes in Probabilistic folder. * revert change. --------- Co-authored-by: Ankush Desai <[email protected]> Co-authored-by: ChristineZh0u <[email protected]> Co-authored-by: Christine Zhou <[email protected]>
Creating separate PRs for each cleanup task. This PR removes the changes in PCompiler