Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect evaluation #11903

Open
AdRiley opened this issue Dec 18, 2024 · 0 comments
Open

Incorrect evaluation #11903

AdRiley opened this issue Dec 18, 2024 · 0 comments
Assignees
Labels
--bug Type: bug -compiler -gui p-highest Should be completed ASAP

Comments

@AdRiley
Copy link
Member

AdRiley commented Dec 18, 2024

This simple workflow (I believe) calculates the same thing twice but give different answers

image

from Standard.Base import all
from Standard.Table import all
from Standard.Database import all
from Standard.AWS import all
from Standard.Google_Api import all
from Standard.Snowflake import all
import Standard.Examples
import Standard.Visualization

main =
    text1 = ''
    node1 = text1.+ 'b'
    text2 = text1.+ 'b'

TextPlusDefect.enso-project.zip

enso-project-manager-2024-12-18.0.log

Although I discovered this in 2024.5.1-rc7 it is also present in 2024.4.2 so it is not new

Version 2024.5.1-rc7
Build 6075dd7
Electron 31.2.0
Chrome 126.0.6478.127
User Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) enso/2024.5.1-rc7 Chrome/126.0.6478.127 Electron/31.2.0 Safari/537.36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
--bug Type: bug -compiler -gui p-highest Should be completed ASAP
Projects
Status: New
Development

No branches or pull requests

2 participants