Closed JaroslavTulach closed 7 months ago
Jaroslav Tulach reports a new STANDUP for yesterday (2024-03-19):
Progress: - debugging autoscoped constructors
Next Day: On vacation
Jaroslav Tulach reports a new STANDUP for yesterday (2024-03-20):
Progress: - Better location for ..A
: https://github.com/enso-org/enso/pull/9452/commits/d4392179d2960beaa7b9675bb64dc24205010fbe#r1531508469
AtomConstructor
: https://github.com/enso-org/enso/pull/9452/commits/31b908711777384c650ffb10fc6c5e8c9c9ec337Decimal
review: https://github.com/enso-org/enso/pull/9462#pullrequestreview-1948214528Next Day: On vacation
GitHubPull Request Description So far reproduces and later will fix #9381. Checklist Please ensure that the following checklist has been satisfied before submitting the PR: The documentation has been u...
GitHubPull Request Description So far reproduces and later will fix #9381. Checklist Please ensure that the following checklist has been satisfied before submitting the PR: The documentation has been u...
Jaroslav Tulach reports a new STANDUP for the last Friday (2024-03-22):
Progress: - investigated Decimal != Integer
: https://github.com/enso-org/enso/pull/9462#discussion_r1533268318
Decimal == Integer
: https://github.com/enso-org/enso/pull/9462#discussion_r1534518920TypesLibrary
instead of TypeOfNode
: https://github.com/enso-org/enso/pull/9462#discussion_r1536661661 It should be finished by 2024-03-27.Next Day: Catch up after vacation
Jaroslav Tulach reports a new STANDUP for yesterday (2024-03-25):
Progress: - downloading bug: https://github.com/enso-org/enso/issues/9527
Next Day: Polish FQN vs. imports PR
DiscordDiscord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities.
Some instrumentation messages get to language server, but then they get swallowed. @4e6, can you please take a look and evaluate? Thank you. Feel free to reassign back when more work in engine is needed.
Jaroslav Tulach reports a new STANDUP for yesterday (2024-03-26):
Progress: - FQNs Delimited
problem and solution: https://github.com/enso-org/enso/pull/9539#issuecomment-2019779570
ImportResolverUtil
: https://github.com/enso-org/enso/pull/9539/commits/a1126fd1649aca39193cfb98e6a57c5b706498b5Next Day: Integrate FQN vs. imports PR
DiscordDiscord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities.
Jaroslav Tulach reports a new STANDUP for yesterday (2024-03-27):
Progress: - analyzing failures in FQN PR: https://github.com/enso-org/enso/pull/9539/#issuecomment-2021974890
ImportResolverAlgorithm
: https://github.com/enso-org/enso/pull/9539/commits/1c9bdc474db3f51621bc5cee37a4a01e451df09fImportResolverAlgorithm
: https://github.com/enso-org/enso/pull/9539/commits/c54b8cd362fb043bcdb9134dc05199da9300218cNext Day: Integrate FQN vs. imports PR
As pointed by Dmitry at https://github.com/enso-org/enso/pull/9293#discussion_r1521470167
The invocation that turns autoscoped constructor into real constructor is not instrumented. As such it cannot be observed by the IDE.