-
Notifications
You must be signed in to change notification settings - Fork 16
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: adding php cac and experimentation client wrapper #185
base: main
Are you sure you want to change the base?
Conversation
94198e0
to
a0471df
Compare
char* cac_get_config(char* tenantPtr, char* filter_query, char* filter_prefix); | ||
char* cac_get_resolved_config(char* tenantPtr, char* query, char* filter_keys, char* merge_strategy); | ||
char* cac_get_default_config(char* tenantPtr, char* filter_keys); | ||
", "/Users/namit.goel/Desktop/repos/namit_superposition/superposition/target/debug/libcac_client.dylib"); |
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.
This should be dynamic right? @namitgoel
@@ -0,0 +1,32 @@ | |||
Set directory path that contains superposition object files in <span style="color: red" > SUPERPOSITION_LIB_PATH </span> env variable; |
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.
Can we mention what version of PHP this supports?
char* expt_get_satisfied_experiments(char* exp_ptr, char* c_context, char* filter_prefix); | ||
char* expt_get_filtered_satisfied_experiments(char* exp_ptr, char* c_context, char* filter_prefix); | ||
char* expt_get_running_experiments(char* exp_ptr); | ||
", "/Users/namit.goel/Desktop/repos/namit_superposition/superposition/target/debug/libexperimentation_client.dylib"); |
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.
Should this be $libPath?
@namitgoel add php in flakes.nix |
02832c3
to
a9afdb9
Compare
Problem
Describe the problem you are trying to solve here
Solution
Provide a brief summary of your solution so that reviewers can understand your code
Environment variable changes
What ENVs need to be added or changed
Pre-deployment activity
Things needed to be done before deploying this change (if any)
Post-deployment activity
Things needed to be done after deploying this change (if any)
API changes
Possible Issues in the future
Describe any possible issues that could occur because of this change