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

No widgets on startup #11020

Closed
hubertp opened this issue Sep 9, 2024 · 2 comments · Fixed by #11032
Closed

No widgets on startup #11020

hubertp opened this issue Sep 9, 2024 · 2 comments · Fixed by #11032
Assignees
Labels
--regression Important: regression -language-server p-high Should be completed in the next sprint

Comments

@hubertp
Copy link
Collaborator

hubertp commented Sep 9, 2024

Notice lack of an arrow for .format
Screenshot from 2024-09-09 17-24-22

Program:

main =
    text1 = "https://www.bankofengland.co.uk/boeapps/database/_iadb-fromshowcolumns.asp?csv.x=yes&CSVF=TT&UsingCodes=Y"
    any1 = text1.to_uri
    any2 = Date.new 2000
    text2 = any2.format 'dd/MM/yyyy'
    uri1 = any1.add_query_argument 'Datefrom' text2

vaguely similar to #10595

@hubertp hubertp added p-high Should be completed in the next sprint --regression Important: regression -language-server labels Sep 9, 2024
@github-project-automation github-project-automation bot moved this to ❓New in Issues Board Sep 9, 2024
@hubertp
Copy link
Collaborator Author

hubertp commented Sep 9, 2024

Sadly, this appears to be a yet another problem masked by caching, i.e., ca2ab1e

@hubertp hubertp moved this from 🔧 Implementation to 👁️ Code review in Issues Board Sep 10, 2024
@github-project-automation github-project-automation bot moved this from 👁️ Code review to 🟢 Accepted in Issues Board Sep 10, 2024
@enso-bot
Copy link

enso-bot bot commented Sep 11, 2024

Hubert Plociniczak reports a new STANDUP for yesterday (2024-09-10):

Progress: IdMap updates and IR caching don't play nice. Disabled the latter in the presence of the former, thus reducing chances of bugs. #11032. Investigating AppImage startup issues on Ubuntu #11035, PR with a quick workaround is ready. Started looking into missing dynamic widgets (#11051) and #11028 (reproducible locally). It should be finished by 2024-09-10.

Next Day: Next day I will be working on the #11020 task. Continue investigating the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
--regression Important: regression -language-server p-high Should be completed in the next sprint
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant