Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Continued working on builtins. #697

Merged
merged 4 commits into from Dec 8, 2017
Merged

Conversation

lielfr
Copy link
Contributor

@lielfr lielfr commented Dec 5, 2017

All the tests now pass on: compile, dict, delattr.

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

if (args.length < 3) {
var argument_names = ['source', 'filename', 'mode']
throw new exceptions.TypeError.$pyclass("Required argument '" + argument_names[args.length] + "' (pos " + (args.length + 1) + ") not found")
}

Choose a reason for hiding this comment

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

@@ -13,6 +18,7 @@ function compile(args, kwargs) {

Choose a reason for hiding this comment

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

Copy link
Member

@freakboy3742 freakboy3742 left a comment

Choose a reason for hiding this comment

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

More great stuff! Thanks!

@freakboy3742 freakboy3742 merged commit ce773ee into beeware:master Dec 8, 2017
@lielfr lielfr deleted the builtins_update branch December 8, 2017 13:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants