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

A second pass at redoing load_builtin.py #899

Merged
merged 2 commits into from
Aug 10, 2023
Merged

Commits on Aug 7, 2023

  1. A second pass at redoing load_builtin.py

    Second pass at making it possible to load a single module inside
    mathics.builtin rather than all modules at once.
    
    loop to updating ``display_operators_set`` is now done inside module import
    rather than its own independent loop.
    
    ``add_builtins_from_builtin_module()`` isolated from inside
    ``add_builtins_from_builtin_modules()` so that we can eventually remove
    the latter.
    
    More type annotations, docstrings and comments.
    rocky committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    de79221 View commit details
    Browse the repository at this point in the history
  2. Exclude more derived files.

    rocky committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    86bfa5c View commit details
    Browse the repository at this point in the history