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
Currently, we cannot infer the commands. This means that if we issue a command in a platform like display board it will print the output, but not if i print display board 0 or display board 1. As well, someone can right the command like disp bo 0 and it should print the output correcty as it was display board literally.
This can be an important feature as it helps programmers when doing testing or having a more real experience when using it. Of course, it is possible to create a platform and implement each case, but it would be really complex to maintain over time... My suggestion is to implement this feature.
The text was updated successfully, but these errors were encountered:
Currently, we cannot infer the commands. This means that if we issue a command in a platform like
display board
it will print the output, but not if i printdisplay board 0
ordisplay board 1
. As well, someone can right the command likedisp bo 0
and it should print the output correcty as it wasdisplay board
literally.This can be an important feature as it helps programmers when doing testing or having a more real experience when using it. Of course, it is possible to create a platform and implement each case, but it would be really complex to maintain over time... My suggestion is to implement this feature.
The text was updated successfully, but these errors were encountered: