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

bsc: remove use of old-time #721

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 20, 2024

  1. bsc: remove use of old-time

    A long time coming (no pun.) This removes all uses of `old-time` from the
    compiler and replaces it with equivalents from `time`; eliminating a 3rd party
    dependency needed on top of GHC. Most of the translations are mechanical and
    rather straight forward.
    
    At the same time, I also:
    
    - Removed some extra use of `TimeInfo` in `SimBlocksToC`
    - Removed all references to `ClockTime` (2 extra lines of code in `GenABin`)
    
    Signed-off-by: Austin Seipp <[email protected]>
    thoughtpolice committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    5849325 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. comp: delete old -package old-locale ghc args

    Not in use by the compiler. Just a bit of dead code.
    
    Signed-off-by: Austin Seipp <[email protected]>
    thoughtpolice committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    e646949 View commit details
    Browse the repository at this point in the history