Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / Apitax/Scriptax issues and pull requests
#66 - Installation fails due to conflicting apitaxcore version
Issue -
State: open - Opened by NeolithEra about 5 years ago
- 1 comment
#65 - Create a Label model and make each label comp setup one of these models. `labels` is then an ordered list of these models
Issue -
State: closed - Opened by ShawnClake over 5 years ago
#64 - Create a method scanner which parses a file for all method definitions on the root level prior to executing the rest of the code
Issue -
State: open - Opened by ShawnClake over 5 years ago
#63 - Consolidate `method_def` and `method_atom` symbols into both using the `Method` model
Issue -
State: open - Opened by ShawnClake over 5 years ago
#62 - Add 'custom' instance typing and thread typing
Issue -
State: open - Opened by ShawnClake over 5 years ago
#61 - With optional typing, `atom_method` needs to be typed as `pythonic` this should be changed to `method`
Issue -
State: open - Opened by ShawnClake over 5 years ago
- 1 comment
Labels: bug
#60 - latest master changes are moved in
Pull Request -
State: closed - Opened by ShawnClake over 5 years ago
#59 - Scriptax4 Release
Pull Request -
State: closed - Opened by ShawnClake over 5 years ago
#58 - In Visitor class: Parameters passed in the constructor must be injected into the symbol scope
Issue -
State: open - Opened by ShawnClake over 5 years ago
Labels: bug
#57 - In Visitor class: Combine class attributes: parser `state`, `status`, and `message` into a single dict
Issue -
State: open - Opened by ShawnClake over 5 years ago
#56 - Add in code to handle CT (Commandtax) requests
Issue -
State: closed - Opened by ShawnClake over 5 years ago
- 1 comment
#55 - Add `await` support for variables containing a thread python object
Issue -
State: open - Opened by ShawnClake over 5 years ago
#54 - Add Thread (async) support for executing contexts
Issue -
State: open - Opened by ShawnClake over 5 years ago
#53 - dict signal should be two dots instead of three
Issue -
State: closed - Opened by ShawnClake over 5 years ago
- 1 comment
#52 - Refactor grammar to allow for interchangeable statements and methods
Issue -
State: closed - Opened by ShawnClake over 5 years ago
- 3 comments
#51 - A second type of method_atom should be added to reduce confusion
Issue -
State: closed - Opened by ShawnClake over 5 years ago
- 2 comments
#50 - Parenthesis should be optional for for loops, ifs, if elses, whiles, eachs etc.
Issue -
State: open - Opened by ShawnClake over 5 years ago
#49 - Need a keyword for type
Issue -
State: open - Opened by ShawnClake over 5 years ago
- 2 comments
#48 - For loops should be able to loop through a dict using #46
Issue -
State: closed - Opened by ShawnClake over 5 years ago
- 2 comments
#47 - For loops should be able to take a range similar to Python
Issue -
State: closed - Opened by ShawnClake over 5 years ago
- 3 comments
#46 - For loops need a key/value looping mode
Issue -
State: closed - Opened by ShawnClake over 5 years ago
- 3 comments
#45 - Casting to list needs a better implementation
Issue -
State: open - Opened by ShawnClake over 5 years ago
- 1 comment
Labels: bug
#44 - Casting bool's and null to string should use the scriptax output, not python
Issue -
State: open - Opened by ShawnClake over 5 years ago
Labels: bug
#43 - #enum -> count on an enum atom won't work
Issue -
State: open - Opened by ShawnClake over 5 years ago
Labels: bug
#42 - When injecting or concatenating variable types and strings, the variable types should print in scriptax format, not python
Issue -
State: open - Opened by ShawnClake over 5 years ago
Labels: bug
#41 - Add support for label or expr for dict keys
Issue -
State: closed - Opened by ShawnClake over 5 years ago
- 2 comments
#40 - Add support for square bracket ([]) variable access in the case where dict keys are foreign and require other symbols
Issue -
State: open - Opened by ShawnClake over 5 years ago
- 1 comment
#39 - Add splice and slice support to labels - grammar added, needs implementation
Issue -
State: closed - Opened by ShawnClake over 5 years ago
#38 - Add support for super() for calling the parent class version of the method
Issue -
State: closed - Opened by ShawnClake over 5 years ago
- 3 comments
#37 - New Instances should be atoms
Issue -
State: closed - Opened by ShawnClake over 5 years ago
- 3 comments
#36 - Support method calls in the same line as creating a new instance
Issue -
State: open - Opened by ShawnClake over 5 years ago
- 1 comment
#35 - Support builder pattern with method calls
Issue -
State: open - Opened by ShawnClake over 5 years ago
- 1 comment
#34 - Remove sig altogether. It serves no useful purpose other than to confuse
Issue -
State: closed - Opened by ShawnClake over 5 years ago
#33 - Support for implements
Issue -
State: closed - Opened by ShawnClake over 5 years ago
- 2 comments
#32 - Redo the Symbol Table to make it cleaner and more intuitive and support the new features
Issue -
State: closed - Opened by ShawnClake about 6 years ago
#31 - Refactor how attributes and method signatures work
Issue -
State: closed - Opened by ShawnClake about 6 years ago
- 2 comments
#30 - Add the label keyword 'me' and 'this'
Issue -
State: closed - Opened by ShawnClake about 6 years ago
- 1 comment
#29 - Due to the addition of constructors, refactor .ah file format
Issue -
State: closed - Opened by ShawnClake about 6 years ago
- 3 comments
#28 - Add Constructor Method Support
Issue -
State: closed - Opened by ShawnClake about 6 years ago
- 1 comment
#27 - Add Enumeration Types
Issue -
State: closed - Opened by ShawnClake about 6 years ago
- 2 comments
#26 - Refactor Expressions to Remove Ambiguity
Issue -
State: closed - Opened by ShawnClake about 6 years ago
- 1 comment
#25 - Foreach loops are broken
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
Labels: bug
#24 - Add slice support to labels
Issue -
State: open - Opened by ShawnClake over 6 years ago
- 3 comments
#23 - Add support for adding and subtracting lists and dicts
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#22 - Add `os` keyword which works like CT but maps directly to a python function on the driver
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 3 comments
#21 - Add switch case but without break
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#20 - Modify `extends` statement to support interfaces
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#19 - Add interfaces
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#18 - Add split dict signal
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#17 - Add dict as an argument type to methods that is automatically split apart
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 2 comments
#16 - Add optional typing
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 4 comments
#15 - Improve error messages
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#14 - Change methods into an atom type such that they can be passed around as a variable and executed
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 2 comments
#13 - Change isolated anonymous callbacks ( `{% %}` ) into an atom type such that it can be passed around as a variable and executed
Issue -
State: open - Opened by ShawnClake over 6 years ago
- 1 comment
#12 - Remove the keyword `set` as its no longer nessecary
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#11 - Remove the keyword `then` as its not used anymore
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#10 - Remove the keyword `api` as it does not do anything different from `script`
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#9 - Escaping label names via `$` does not seem to work for instance/method names
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
Labels: bug
#8 - Remove log as a grammar keyword and add it to a std
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 2 comments
#7 - Remove get,post,put,patch,delete,url,endpoint,auth from lexer to open up variable name selection
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
#6 - Comments cant be in method blocks as they prevent any script/api methods below from being found
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment
Labels: bug
#5 - Add `self` keyword to get reflection information about itself
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 2 comments
#4 - Add json as a primitive type
Issue -
State: closed - Opened by ShawnClake over 6 years ago
#3 - Add `until` loop. An inverse while loop which loops until the condition becomes true. (Loops every time the condition is false)
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 6 comments
#2 - Add `wait` loop which waits until a break to stop looping. Timeout will be in terms of loop iterations.
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 5 comments
#1 - Add continue; and done; into loops
Issue -
State: closed - Opened by ShawnClake over 6 years ago
- 1 comment