-
Notifications
You must be signed in to change notification settings - Fork 15
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
use "relational.sml"; results in errors. #89
Comments
I'm not at all surprised by this. The problem is that we use the The requirements are different. We want tests to echo their input and output, and we want them to print an error and carry on if a command fails. Both languages support the It might be possible to unify the languages by adding some built-in functions to control whether scripts echo their input, whether they carry on in the event of errors. These would have to be Morel functions, not merely directives to the shell. We have a few examples of such functions already: Also we would need to unify how we treat block comments In summary, this is a bug, but it is low priority. Contributions welcome. |
OK so there are some negative test cases in That just leaves comment handling to sort out - right? |
Sounds about right. We definitely need negative tests (and they can't cause the script to bomb out). I have not analyzed it in detail. As I said, it did not occur to me to run test scripts via |
Hi,
Running https://github.com/julianhyde/morel/blob/main/src/test/resources/script/relational.sml using "use".
Does is this .sml file have dependencies?
use "relational.sml";
Appears to have multiple levels of issues.
The text was updated successfully, but these errors were encountered: