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

Assorted interpreter fixes #3430

Merged
merged 7 commits into from
Aug 24, 2024
Merged

Conversation

mahrud
Copy link
Member

@mahrud mahrud commented Aug 23, 2024

  • fixed typo in parse.d
  • removed double semicolon from interpreter exports
  • removed ambiguous 'class', 'new' in c/d sources
  • removed ambiguous interpreter typedef 'fun'
  • removed obsolete newLocalFrameCode
  • removed unused binopExpr
  • renamed actors6.dd -> chrono.dd for time, etc.

@mahrud mahrud changed the title Renamed actors6.dd -> chrono.dd Assorted interpreter fixes Aug 23, 2024
@mahrud mahrud requested a review from d-torrance August 23, 2024 23:36
Comment on lines +1 to +3
-- TODO: get core time: number of cpu clock ticks spent in the core/libraries
-- TODO: define time and elapsedTime in the top level instead, and print in the AfterPrint
-- TODO: auto-calibrate spin based on the wall time
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I should say that I wrote this commit a long time ago. I don't really agree with the second item anymore.

@d-torrance d-torrance merged commit 846e8e5 into Macaulay2:development Aug 24, 2024
5 checks passed
@mahrud mahrud deleted the quickfix/chrono branch August 24, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants