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

Integer.+ cannot be invoked "statically" #6959

Closed
JaroslavTulach opened this issue Jun 6, 2023 · 5 comments · Fixed by #7636
Closed

Integer.+ cannot be invoked "statically" #6959

JaroslavTulach opened this issue Jun 6, 2023 · 5 comments · Fixed by #7636
Assignees
Milestone

Comments

@JaroslavTulach
Copy link
Member

JaroslavTulach commented Jun 6, 2023

As discussed at:

> Integer.round 123 -2
>>> 100
> Integer.+ 2 3
Evaluation failed with: Method `+` of type Integer.type could not be found.

that's an inconsistency. There is no point why + should be different than round from end user point perspective.

May be related to #6282.

@github-project-automation github-project-automation bot moved this to ❓New in Issues Board Jun 6, 2023
@jdunkerley jdunkerley moved this from ❓New to 📤 Backlog in Issues Board Jun 13, 2023
@jdunkerley jdunkerley assigned Akirathan and unassigned hubertp Jun 27, 2023
@jdunkerley jdunkerley moved this from 📤 Backlog to ❓New in Issues Board Jun 27, 2023
@jdunkerley jdunkerley moved this from ❓New to 📤 Backlog in Issues Board Jun 27, 2023
@JaroslavTulach JaroslavTulach changed the title Integer.+ cannot be invoke "statically" Integer.+ cannot be invoked "statically" Jun 28, 2023
@jdunkerley jdunkerley added this to the Beta Release milestone Jul 11, 2023
@Akirathan Akirathan moved this from 📤 Backlog to ⚙️ Design in Issues Board Aug 18, 2023
@Akirathan Akirathan moved this from ⚙️ Design to 🔧 Implementation in Issues Board Aug 18, 2023
@enso-bot
Copy link

enso-bot bot commented Aug 18, 2023

Pavel Marek reports a new STANDUP for today (2023-08-18):

Progress: - Investigating why Integer.floor method does not exist.

  • Seems like a problem with the hierarchy of Small_Integer -> Integer. It should be finished by 2023-08-25.

@enso-bot
Copy link

enso-bot bot commented Aug 22, 2023

Pavel Marek reports a new STANDUP for today (2023-08-22):

Progress: - Started merging Small_Integer and Big_Integer into single Integer type. It should be finished by 2023-08-25.

@enso-bot
Copy link

enso-bot bot commented Sep 6, 2023

Pavel Marek reports a new 🔴 DELAY for today (2023-09-06):

Summary: There is 19 days delay in implementation of the Integer.+ cannot be invoked "statically" (#6959) task.
It will cause 19 days delay for the delivery of this weekly plan.

Delay Cause: vacation

@enso-bot
Copy link

enso-bot bot commented Sep 6, 2023

Pavel Marek reports a new STANDUP for today (2023-09-06):

Progress: - Merging BigInteger and SmallInteger.

  • Fixing some nasty bugs in Runtime visualization tests It should be finished by 2023-09-13.

@Akirathan Akirathan moved this from 🔧 Implementation to 👁️ Code review in Issues Board Sep 7, 2023
@enso-bot
Copy link

enso-bot bot commented Sep 7, 2023

Pavel Marek reports a new STANDUP for today (2023-09-07):

Progress: - PR ready for review.

  • Starting benchmarks to see any performance regressions.
  • Fixed sort on= is broken #7702 - simple and easy fix
  • Book club, triaging, ... It should be finished by 2023-09-13.

@github-project-automation github-project-automation bot moved this from 👁️ Code review to 🟢 Accepted in Issues Board Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants