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

No source provided #2

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open

No source provided #2

wants to merge 40 commits into from

Conversation

Meren78
Copy link

@Meren78 Meren78 commented May 26, 2021

UnhandledPromiseRejectionWarning: No source provided.

var code = 'print("I can also run Python.")';
 runWandbox.fromString(code, { 'compiler': 'python-3.5.0' }, function clbk(errror, results) {
			var out = results;
			/*
				{
					program_message: 'I can also run Python.\n',
					program_output: 'I can also run Python.\n',
					status: '0'
				}
			*/
			console.log(out)
		});
	
	}

TinyPandas added 10 commits May 4, 2021 09:48
Fixed String Dest required when saving
Began implementation of API based Result on StringV2
Implemented `getCompilers(lang)` and typings
Final Implementation of v3 methods
Removal of v1 methods
Deprecation of v2 methods
v1.0.0 will break all previous implementations of this api
Complete typings for fromString and fromFile
Implement getCompilers
Implement structured parameters
v1.0.0 will break all previous implementations of this api
Complete typings for fromString and fromFile
Implement getCompilers
Implement structured parameters
Fixed `e` not defined in file.js
Update typed result for methods
Implement unit test in v100_test.js
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.

2 participants