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

Factorise yet another small bit of the byte/native toplevels #10187

Merged
2 commits merged into from
Feb 11, 2021

Commits on Feb 10, 2021

  1. Factorise yet another small bit of the byte/native toplevels

    It's actually even simpler this way!
    
    Note that one small change in the interface was required: the function
    Toploop.eval_address could raise a `Symtable.Error` for undefined globals. Since
    that wouldn't make sense for the native toplevel, we define a specific exception
    for this purpose. Hopefully no one was relying on this at so low-level.
    AltGr committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    c4bcbeb View commit details
    Browse the repository at this point in the history
  2. Update depends & changelog

    AltGr committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    f32c54b View commit details
    Browse the repository at this point in the history