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

Some bug fixes #74

Merged
merged 4 commits into from
Feb 3, 2019
Merged

Some bug fixes #74

merged 4 commits into from
Feb 3, 2019

Conversation

d5
Copy link
Owner

@d5 d5 commented Feb 2, 2019

  • Fix: len() builtin does not take immutable arrays
  • Major bug fixes for modules
    • Fix: user modules couldn't resolve builtin functions
    • Fix: module functions fail to load the module-global variables properly
    • Module inherits disabled stdlib/builtin list from main script
  • Fixes Fix local function recursion issue #56.
  • Fix: low index in slice expression should be 0 <= low <= len(seq) (was 0 <= low < len(seq))

@d5 d5 changed the title Fix a len() builtin function bug Some bug fixes Feb 2, 2019
@d5 d5 merged commit d90f286 into master Feb 3, 2019
@d5 d5 deleted the iarrlen branch February 3, 2019 07:21
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.

Fix local function recursion issue
1 participant