You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for making FreeDom open source.
I have just tried to test it on Ubuntu 18.04 following the commands in README but it doesn't work.
In mode 0 (test case generation only), I received the following error message:
Traceback (most recent call last):
File "main.py", line 1, in <module>
from attribute.html import initialize_html_attributes
File "/home/ubuntu/freedom/attribute/__init__.py", line 3, in <module>
from utils.random import Random
File "/home/ubuntu/freedom/utils/__init__.py", line 4
def cat(args: [str]) -> str:
^
SyntaxError: invalid syntax
This might be a OS-specific issue. If so, what are the operating systems on which FreeDom has been successfully tested?
Moreover, could you please update your README to include commands to run FreeDom in the more advanced mode with code coverage guidance as explained in the paper.
LL.
The text was updated successfully, but these errors were encountered:
+1 for "Moreover, could you please update your README to include commands to run FreeDom in the more advanced mode with code coverage guidance as explained in the paper."
Hello,
Thank you very much for making FreeDom open source.
I have just tried to test it on Ubuntu 18.04 following the commands in README but it doesn't work.
In mode 0 (test case generation only), I received the following error message:
This might be a OS-specific issue. If so, what are the operating systems on which FreeDom has been successfully tested?
Moreover, could you please update your README to include commands to run FreeDom in the more advanced mode with code coverage guidance as explained in the paper.
LL.
The text was updated successfully, but these errors were encountered: