-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Implement FileDrop with lists #1116
Comments
@rocky, in
Can you paste the example that does not work,here? |
One place you can get ChemTools from git is https://github.com/b3m2a1/mathematica-ChemTools.git When I try loading I see:
|
Here, the problem is not in StringReplace, but in |
@rocky, just add this rule
to the rule list of your implementation of Then, this example works:
|
@mmatera: adding this gives:
|
I have been looking into trying to run Mathematica Packages on https://paclets.github.io/PacletServer/ - I have been using the experimental debugger to help me find problems as well as guide what is needed in the debugger.)
For ChemTools,
ChemToolsLoader.m
uses the formStringReplace[{s1, s2, ...}, rules]
which we don't have implemented.NB: In a branch I have started implementing FileDrop which is also needed.
The text was updated successfully, but these errors were encountered: