-
-
Notifications
You must be signed in to change notification settings - Fork 55
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 web functionality + go coroutines #159
Merged
Merged
Commits on May 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7a260cd - Browse repository at this point
Copy the full SHA 7a260cdView commit details -
- Added `go` keyword to syntax - Added “typechk/go.dyon” - Added `ast::Expression::Go` - Added “join_thread” intrinsic - Added `Thread` struct - Added `Variable::Thread` - Added unsafe impl of `Send` for `Variable` - Made `Module` clone-able by putting `Module::ext_prelude` in `Arc<_>` - Added `Kind::Go` - Require `->` on `go` functions in through type check - Switched from `ThreadRng` to `StdRng` to make new runtime work in `move || { … }` - Added `Runtime::go`
Configuration menu - View commit details
-
Copy full SHA for 1318515 - Browse repository at this point
Copy the full SHA 1318515View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c73768 - Browse repository at this point
Copy the full SHA 0c73768View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd25eab - Browse repository at this point
Copy the full SHA bd25eabView commit details -
Print out "_thread" when printing variable
This prevents panic when printing out a variable that has no valid input representation.
Configuration menu - View commit details
-
Copy full SHA for eb285d1 - Browse repository at this point
Copy the full SHA eb285d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a31b06f - Browse repository at this point
Copy the full SHA a31b06fView commit details
Commits on May 15, 2016
-
- Added “typechk/threads.dyon” - Infer thread type from function - Infer numbers from short loops - Make sift infer type from body - Removed non-existing typechk test
Configuration menu - View commit details
-
Copy full SHA for 64135d0 - Browse repository at this point
Copy the full SHA 64135d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 933dfc7 - Browse repository at this point
Copy the full SHA 933dfc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e86b8c5 - Browse repository at this point
Copy the full SHA e86b8c5View commit details -
- Made type checker show an error when result is unused
Configuration menu - View commit details
-
Copy full SHA for 8464843 - Browse repository at this point
Copy the full SHA 8464843View commit details -
Separate type check on call arguments from the return type of call
- Added “typechk/unused_result.dyon” - Fixed “random” intrinsic
Configuration menu - View commit details
-
Copy full SHA for 91a299a - Browse repository at this point
Copy the full SHA 91a299aView commit details -
- Added “typechk/unused_result_2.dyon” - Check type of only one child for some nodes - Check all expressions in body of a functions that does not return
Configuration menu - View commit details
-
Copy full SHA for 9b0a559 - Browse repository at this point
Copy the full SHA 9b0a559View commit details -
Infer return type from body of functions that are declared as mathematical expressions. - Clean up `Type::Void` usage
Configuration menu - View commit details
-
Copy full SHA for dade173 - Browse repository at this point
Copy the full SHA dade173View commit details -
The refined returned types inferred by the type checker should be copied to the AST for more accurate type checking when calling loaded function declared as mathematical expressions.
Configuration menu - View commit details
-
Copy full SHA for 05efe28 - Browse repository at this point
Copy the full SHA 05efe28View commit details -
Made "functions" intrinsic include type information
- Changed “returns” to a string representing the type - Added “takes” for each argument representing the type
Configuration menu - View commit details
-
Copy full SHA for 9dff311 - Browse repository at this point
Copy the full SHA 9dff311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cbb5ff - Browse repository at this point
Copy the full SHA 9cbb5ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bd0312 - Browse repository at this point
Copy the full SHA 6bd0312View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.