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
The documentation from Standard library and code included in it is available in IDE searcher. If the code example is outdated the user will try to use outdated code in IDE.
Steps to Reproduce
Open IDE
Open searcher
Find File.read node and copy the code example
Paste code example into new node
Expected Result
New working node reading a file
Actual Result
File.open (Enso_Project.data / "data.csv")
Enso Version
0.2.6
The text was updated successfully, but these errors were encountered:
General Summary
The documentation from Standard library and code included in it is available in IDE searcher. If the code example is outdated the user will try to use outdated code in IDE.
Steps to Reproduce
Open IDE
Open searcher
Find
File.read
node and copy the code examplePaste code example into new node
Expected Result
New working node reading a file
Actual Result
File.open (Enso_Project.data / "data.csv")
Enso Version
0.2.6
The text was updated successfully, but these errors were encountered: