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
I expect to get an error that says something like:
A module may only have up to one configuration declaration; please merge the two configuration declarations into one (or) put the two configuration declarations into separate modules.
I just made this on the fly --- there is definitely a better way to word it, but this is just for a start.
The text was updated successfully, but these errors were encountered:
The original proposed solution here was to report an error if the module contained more than one configuration declaration. However, this explicitly contradicts the solution of #2075 . A better solution is probably simply to update the text of the error message that is already being reported with a bit more detail about possible causes. However, I am inclined to leave this on the backlog for now since we were able to identify the cause of the issue Stephen was having and it is no longer blocking.
What component is the issue in?
Front-End
Which command
What K Version?
v7.1.170-0-g5c84d48f69
Operating System
Linux
K Definitions (If Possible)
Steps to Reproduce
Save above definition to
tmp.k
and runkompile tmp.k
.An error message of the form below will be emitted:
Expected Results
I expect to get an error that says something like:
I just made this on the fly --- there is definitely a better way to word it, but this is just for a start.
The text was updated successfully, but these errors were encountered: