You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mathpiper-dev
How should I go about transferring the automatic_tests that are located in a .mpws file into a .java file?
The file that I am currently looking at is moving the automatic_tests from list_tests.mpws into Length.java.
The location of Length.java is mathpiperide\src\library_apps\mathpiper4\src\org\mathpiper\builtin\procedures\core\Length.java
If I do have to convert the Length.java into a Length.mpws please let me know the process to do that conversion as well as if the .mpws would stay in the same directory that it is currently.
Thanks!
Kyle
Ted Kosan
unread,
Jun 19, 2019, 11:31:28 AM6/19/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mathpi...@googlegroups.com
Kyle,
Near the bottom of each .java file that implements a built-in
MathPiper procedure is a Java comment that contains one or more folds.
mathpiperide/src/library_apps/mathpiper4/src/org/mathpiper/builtin/procedures/core/StringCompareNatural.java
is a good example.
The folds that are in these comments are processed in a similar manner
to the analogous folds in .mpws files when the system is built.