Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / danilafe/abacus issues and pull requests
#56 - Bump Gradle, Kotlin, and toml4j versions.
Pull Request -
State: closed - Opened by DanilaFe over 6 years ago
#55 - Fix bug causing incorrect parsing of inputs with negative signs.
Pull Request -
State: closed - Opened by DanilaFe almost 7 years ago
#54 - Make sure the set and define operators have the lowest precedence.
Pull Request -
State: closed - Opened by DanilaFe almost 7 years ago
#53 - Load definitions after Abacus finishes loading.
Pull Request -
State: closed - Opened by DanilaFe almost 7 years ago
#52 - Allow loading definition files.
Pull Request -
State: closed - Opened by DanilaFe almost 7 years ago
#51 - Add an additional, restricted type of context for use only by plugins.
Pull Request -
State: closed - Opened by DanilaFe almost 7 years ago
#50 - EvaluationContext can use Kotlin's delegation to handle reduction.
Issue -
State: open - Opened by DanilaFe almost 7 years ago
#49 - MutableEvaluationContext has side effects.
Issue -
State: closed - Opened by DanilaFe almost 7 years ago
#48 - Fix crash when a TreeValueFunction doesn't have documentation loaded.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#47 - Move all the number reducer functionality into the context.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#46 - Add and use isInteger function where appropriate.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#45 - Allow more freedom in setting NumberReducer context.
Issue -
State: closed - Opened by DanilaFe about 7 years ago
- 1 comment
Labels: enhancement
#44 - Crash when function does not have a documentation entry.
Issue -
State: closed - Opened by DanilaFe about 7 years ago
- 1 comment
Labels: bug
#43 - Replace some recent android API features with backwards compatible ones.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#42 - Restrict Abacus core to a Java8 subset
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#41 - Remove some Java 8 dependencies to allow compilation on Android.
Issue -
State: closed - Opened by DanilaFe about 7 years ago
- 1 comment
#40 - More around files into more applicable packages.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#39 - Switch more code to Kotlin
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#38 - Consider adding an isInteger function to NumberInterface.
Issue -
State: closed - Opened by DanilaFe about 7 years ago
- 1 comment
#37 - Replace some more cases where null is used with Exceptions.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#36 - Switch Context to using exceptions for the delegate search instead of null.
Issue -
State: closed - Opened by DanilaFe about 7 years ago
#35 - Split user-reporting exception (ComputationInterrupted) and internal errors.
Issue -
State: closed - Opened by DanilaFe about 7 years ago
- 1 comment
Labels: enhancement, cleanup
#34 - Add a NumberRange utility.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#33 - Fix a bug that made some same-priority implementations not convert.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#32 - Add an exception thrown when promotion fails.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#31 - Automatically insert "ans" in beginning of expressions.
Issue -
State: open - Opened by DanilaFe about 7 years ago
Labels: enhancement, future
#30 - Make failure to find a promotion path throw an exception instead of null.
Issue -
State: closed - Opened by DanilaFe about 7 years ago
Labels: cleanup
#29 - Revert "Remove unnecessary nullability from parseString."
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#28 - Abacus's parseString should still use nullability.
Issue -
State: closed - Opened by DanilaFe about 7 years ago
- 2 comments
Labels: bug
#27 - Fix a number of small issues not worthy of their own branches.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#26 - NumberInterface can implement comparable for other NumberInterfaces.
Issue -
State: closed - Opened by DanilaFe about 7 years ago
- 1 comment
Labels: cleanup
#25 - New Abacus context does not load default implementation.
Issue -
State: closed - Opened by DanilaFe about 7 years ago
- 1 comment
Labels: bug
#24 - Abacus.parseString still returns a nullable value.
Issue -
State: closed - Opened by DanilaFe about 7 years ago
- 1 comment
Labels: bug
#23 - Make some parts of the code more thread safe.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#22 - Remove some null-heavy parts of the code.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#21 - Implement a Context system which allows concurrent creation of variables.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#20 - Add a way to register paths in NumberImplementation
Issue -
State: open - Opened by DanilaFe about 7 years ago
#20 - Add a way to register paths in NumberImplementation
Issue -
State: open - Opened by DanilaFe about 7 years ago
#19 - Fix exception during startup if configuration is missing.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#18 - Refactor configuration
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#17 - Add more information about features and some pictures to main page.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#16 - Make PromotionManager threadsafe.
Issue -
State: closed - Opened by DanilaFe about 7 years ago
- 2 comments
Labels: enhancement
#15 - Move pi caching into NumberImplementation.
Issue -
State: open - Opened by DanilaFe about 7 years ago
Labels: cleanup
#14 - Fix the organization of classes into packages.
Issue -
State: closed - Opened by DanilaFe about 7 years ago
Labels: cleanup
#13 - Remove dependency on TOML from Abacus core.
Issue -
State: closed - Opened by DanilaFe about 7 years ago
- 1 comment
Labels: cleanup
#12 - Remove the use of null in Applicable calls.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#11 - Add variables implemented via Tree Value Operators.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#10 - Add thread safety to Abacus core
Issue -
State: closed - Opened by DanilaFe about 7 years ago
- 1 comment
Labels: enhancement
#9 - Implement a basic promotion system.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#8 - Add a Logo.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#7 - Implement tree operators and functions.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#6 - Move the FXML file for the fx project into the correct location.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#5 - Add dokka plugin to generate documentation.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
#4 - Add variables into the parser.
Pull Request -
State: closed - Opened by DanilaFe about 7 years ago
- 1 comment
#3 - Fix incorrect parser behavior.
Issue -
State: open - Opened by DanilaFe about 7 years ago
Labels: bug
#2 - Implement graphing.
Issue -
State: open - Opened by DanilaFe about 7 years ago
Labels: enhancement, future
#1 - Add the ability to correctly parse variables (without substitution).
Issue -
State: closed - Opened by DanilaFe about 7 years ago
Labels: enhancement, future