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
There is an error message when trying to directly run a program that contains a reference to any timeline variable recurrence other than declared input and output streams.
But it is possible to create a simple intermediary function that references other recurrence relations with variable timeline.
If such function assigns just the input and output relations to the output stream everything works fine, but when assigning a previously declared recurrence stored in defs to the output, the REPL will attempt to run the intermediary function and would hang in a loop without any output or messages.
Step 2: Any additional input to Tau?
- No input stream necessary in this example.
Expected Result
Output of the r[n](x) assigned to o1 Actual Result
REPL hanging in an endless loop with no output provided. When severity set to debug the program prints out attempts to run n-1-1-1... endlessly.
Additional Information
Error Messages or Logs:
Screenshots:
severity set to debug:
Severity and Impact
Severity Level: Major
Impact on Work: Program Hanging
Workaround (if applicable)
Tell us if you found a way around this problem:
Contact Information
Name: pt7k
Email: Telegram @ksdjfskfh
Additional Notes: I'm not sure whether it's intended for the REPL to run such programs (with outside recurrence assigned to the output), so please clarify if there is another proper way to do it, or if not it can be suppressed with an error message.
Submission Instructions
Make sure to attach any input files to this bug report. n/a
The text was updated successfully, but these errors were encountered:
Summary
Environment
Steps to Reproduce
Step 1: What input did you first provide?
Step 2: Any additional input to Tau?
- No input stream necessary in this example.
Expected Result
Output of the
r[n](x)
assigned to o1Actual Result
REPL hanging in an endless loop with no output provided. When severity set to debug the program prints out attempts to run n-1-1-1... endlessly.
severity set to debug:
Severity and Impact
Workaround (if applicable)
Contact Information
Submission Instructions
The text was updated successfully, but these errors were encountered: