Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / landakram/hopper issues and pull requests
#50 - Methods have arguments and return types in different forms.
Issue -
State: open - Opened by nyc over 11 years ago
Labels: frontend
#49 - You cannot create an instance of a class stored inside an object.
Issue -
State: open - Opened by nyc over 11 years ago
Labels: bug, frontend
#48 - Add subtyping.
Issue -
State: open - Opened by nyc over 11 years ago
Labels: frontend
#47 - Type annotation with unknown type doesn't give a proper error.
Issue -
State: closed - Opened by nyc over 11 years ago
Labels: enhancement, frontend
#46 - Check for method return type does not get proper type of last expression.
Issue -
State: closed - Opened by nyc over 11 years ago
Labels: frontend
#45 - Methods should be able to defined in multiple parts.
Issue -
State: open - Opened by nyc over 11 years ago
Labels: frontend
#44 - Inferencer doesn't inference types inside of class definitions.
Issue -
State: open - Opened by nyc over 11 years ago
Labels: frontend
#43 - Variable assignments don't last.
Issue -
State: closed - Opened by ryannow over 11 years ago
- 1 comment
#42 - Methods with parameters of unannotated types would cause a crash
Issue -
State: closed - Opened by nyc over 11 years ago
Labels: frontend
#41 - Definitions cannot have methods called on them.
Issue -
State: closed - Opened by ryannow over 11 years ago
Labels: frontend
#40 - Strings should have more methods.
Issue -
State: closed - Opened by nyc over 11 years ago
- 1 comment
Labels: low, frontend
#39 - Undeclared Identifier is accepted as valid.
Issue -
State: open - Opened by nyc over 11 years ago
Labels: bug, frontend
#38 - Add classes to backend
Issue -
State: open - Opened by ryannow over 11 years ago
Labels: medium, backend
#37 - Method declarations must be wrapped in objects
Issue -
State: closed - Opened by ryannow over 11 years ago
- 1 comment
Labels: bug, high, backend
#36 - Type inferencer inserts #<void> as the type of parameters without their types defined.
Issue -
State: closed - Opened by nyc over 11 years ago
Labels: bug
#35 - Loops should be added to the language.
Issue -
State: open - Opened by nyc over 11 years ago
Labels: enhancement, frontend
#34 - Elseif should be added to language. (else already added)
Issue -
State: open - Opened by nyc over 11 years ago
- 1 comment
Labels: enhancement, frontend
#33 - Method calls without parentheses don't get checked for the number of arguments passed.
Issue -
State: open - Opened by nyc over 11 years ago
- 1 comment
Labels: frontend
#32 - Parser requires a newline after every token
Issue -
State: open - Opened by ryannow over 11 years ago
Labels: low, frontend
#31 - Inferencer does not yet insert return types of methods.
Issue -
State: open - Opened by nyc over 11 years ago
Labels: frontend
#30 - Typechecker does not properly infer the return type of a method.
Issue -
State: open - Opened by nyc over 11 years ago
- 1 comment
Labels: frontend
#29 - Give classes more functionality
Issue -
State: closed - Opened by nyc over 11 years ago
- 4 comments
Labels: frontend
#28 - Undeclared identifiers results in program crash.
Issue -
State: open - Opened by nyc over 11 years ago
- 1 comment
Labels: frontend
#27 - Top type not implemented in environment.
Issue -
State: closed - Opened by nyc over 11 years ago
Labels: bug
#26 - Replace 'missing types with Dynamic* types.
Issue -
State: closed - Opened by nyc over 11 years ago
- 1 comment
Labels: bug, low
#25 - Setter methods should require an argument in their signature.
Issue -
State: closed - Opened by nyc over 11 years ago
#24 - All except the last argument in a method signature have an incorrect identifier, and thus cannot be used within the method.
Issue -
State: closed - Opened by nyc over 11 years ago
- 4 comments
Labels: bug, medium
#23 - Inferencer doesn't insert method signature in object type declarations.
Issue -
State: closed - Opened by nyc over 11 years ago
- 1 comment
#22 - AST includes () for every newline
Issue -
State: closed - Opened by ryannow over 11 years ago
- 1 comment
Labels: medium
#21 - Type inferencer for nested objects inserts the type definition in the wrong place.
Issue -
State: open - Opened by nyc over 11 years ago
Labels: bug, medium, frontend
#20 - Keyword void should be replaced with done.
Issue -
State: closed - Opened by nyc over 11 years ago
- 1 comment
#19 - No builtin methods such as print.
Issue -
State: closed - Opened by nyc over 11 years ago
- 1 comment
#18 - Nested objects don't inherit methods in their scope.
Issue -
State: closed - Opened by nyc over 11 years ago
- 2 comments
Labels: frontend
#17 - Self required in dotcalls
Issue -
State: closed - Opened by ryannow over 11 years ago
- 2 comments
Labels: bug
#16 - Methods with no return type give an error
Issue -
State: closed - Opened by ryannow over 11 years ago
- 2 comments
Labels: bug
#15 - Calling method without binding gives error
Issue -
State: closed - Opened by ryannow over 11 years ago
#14 - Getter and setters should be implemented as methods instead of bindings
Issue -
State: closed - Opened by nyc over 11 years ago
Labels: low
#13 - Setter methods not working.
Issue -
State: closed - Opened by nyc over 11 years ago
- 5 comments
Labels: bug
#12 - Setter methods not working.
Issue -
State: closed - Opened by nyc over 11 years ago
#11 - Inferencer adds variables as Dynamic type if they refer to an object
Issue -
State: open - Opened by ryannow over 11 years ago
- 2 comments
Labels: frontend
#10 - Empty objects are not accepted
Issue -
State: closed - Opened by ryannow over 11 years ago
- 3 comments
Labels: bug, low, frontend
#9 - Return values of methods of objects are not correctly assigned a type.
Issue -
State: closed - Opened by nyc over 11 years ago
- 1 comment
Labels: bug
#8 - Instance variables should be private by default.
Issue -
State: open - Opened by nyc over 11 years ago
Labels: bug, low, frontend
#7 - Calling method (that has no parameters) with parentheses results in a 'contract error'.
Issue -
State: closed - Opened by nyc over 11 years ago
- 1 comment
Labels: bug, low
#6 - Dynamic types should have all methods of all other types.
Issue -
State: closed - Opened by nyc over 11 years ago
- 4 comments
Labels: bug
#5 - Missing types should be dynamic.
Issue -
State: closed - Opened by nyc over 11 years ago
- 1 comment
Labels: bug
#4 - No public access to object methods.
Issue -
State: closed - Opened by nyc over 11 years ago
- 3 comments
Labels: bug, high
#3 - Syntax error at ARROW if () taken out of method declaration in object type declaration.
Issue -
State: open - Opened by nyc over 11 years ago
Labels: bug, low, frontend
#2 - fixes #1
Pull Request -
State: closed - Opened by nyc over 11 years ago
#1 - Make your README file markup
Issue -
State: closed - Opened by jessepollak over 11 years ago
- 1 comment