Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / foresterre/parameterized issues and pull requests
#27 - WIP: parameterized-case
Pull Request -
State: closed - Opened by foresterre over 4 years ago
#26 - Move parameterized macro to crates/parameterized_macro folder
Pull Request -
State: closed - Opened by foresterre over 4 years ago
#26 - Move parameterized macro to crates/parameterized_macro folder
Pull Request -
State: closed - Opened by foresterre over 4 years ago
#25 - Remove mention about not needing to add modules around tests.
Pull Request -
State: closed - Opened by foresterre almost 5 years ago
#24 - Accept an alternative workaround for the IDE test intent issue
Pull Request -
State: closed - Opened by foresterre almost 5 years ago
#23 - Allow specifying #[test] after #[parameterized(..)] (by making `parameterized` macro to remove #[test])
Issue -
State: closed - Opened by foresterre almost 5 years ago
Labels: C-enhancement
#23 - Allow specifying #[test] after #[parameterized(..)] (by making `parameterized` macro to remove #[test])
Issue -
State: closed - Opened by foresterre almost 5 years ago
Labels: C-enhancement
#22 - Release v0.1.1 which includes ide! macro.
Pull Request -
State: closed - Opened by foresterre almost 5 years ago
#22 - Release v0.1.1 which includes ide! macro.
Pull Request -
State: closed - Opened by foresterre almost 5 years ago
#21 - Create declarative macro which helps intellij recognize individual test cases
Issue -
State: open - Opened by foresterre almost 5 years ago
- 3 comments
Labels: C-enhancement
#21 - Create declarative macro which helps intellij recognize individual test cases
Issue -
State: open - Opened by foresterre almost 5 years ago
- 3 comments
Labels: C-enhancement
#20 - Add declarative ide! macro as workaround to enable intellij run context menu.
Pull Request -
State: closed - Opened by foresterre almost 5 years ago
#20 - Add declarative ide! macro as workaround to enable intellij run context menu.
Pull Request -
State: closed - Opened by foresterre almost 5 years ago
#19 - Consider adding additional test cases with a "stand alone" test case attribute
Issue -
State: closed - Opened by foresterre about 5 years ago
- 1 comment
#19 - Consider adding additional test cases with a "stand alone" test case attribute
Issue -
State: closed - Opened by foresterre about 5 years ago
- 1 comment
#18 - Release 0.1.1
Pull Request -
State: closed - Opened by foresterre about 5 years ago
#18 - Release 0.1.1
Pull Request -
State: closed - Opened by foresterre about 5 years ago
#17 - Prepare release of version 0.2.0
Pull Request -
State: closed - Opened by foresterre about 5 years ago
- 1 comment
#17 - Prepare release of version 0.2.0
Pull Request -
State: closed - Opened by foresterre about 5 years ago
- 1 comment
#16 - Add additional parsing test cases.
Pull Request -
State: closed - Opened by foresterre about 5 years ago
#16 - Add additional parsing test cases.
Pull Request -
State: closed - Opened by foresterre about 5 years ago
#15 - Add transitive attributes support.
Pull Request -
State: closed - Opened by foresterre about 5 years ago
#15 - Add transitive attributes support.
Pull Request -
State: closed - Opened by foresterre about 5 years ago
#14 - Provide customization such as custom test names with a parameter position attribute
Issue -
State: closed - Opened by foresterre about 5 years ago
Labels: C-enhancement, C-tracking, A-ui
#14 - Provide customization such as custom test names with a parameter position attribute
Issue -
State: closed - Opened by foresterre about 5 years ago
Labels: C-enhancement, C-tracking, A-ui
#13 - Attribute should propagate additional attributes
Issue -
State: closed - Opened by foresterre about 5 years ago
- 1 comment
Labels: C-bug
#13 - Attribute should propagate additional attributes
Issue -
State: closed - Opened by foresterre about 5 years ago
- 1 comment
Labels: C-bug
#12 - Attribute argument / function parameter amount mismatch: improve error message
Issue -
State: open - Opened by foresterre about 5 years ago
Labels: C-enhancement, A-ui
#12 - Attribute argument / function parameter amount mismatch: improve error message
Issue -
State: open - Opened by foresterre about 5 years ago
Labels: C-enhancement, A-ui
#11 - figure out the prefered error handling method for the code generation phase
Issue -
State: open - Opened by foresterre about 5 years ago
Labels: A-parameterized-macro, C-enhancement
#11 - figure out the prefered error handling method for the code generation phase
Issue -
State: open - Opened by foresterre about 5 years ago
Labels: A-parameterized-macro, C-enhancement
#10 - Add iterator input functions as arguments
Issue -
State: open - Opened by foresterre about 5 years ago
Labels: A-parameterized-macro, C-enhancement
#10 - Add iterator input functions as arguments
Issue -
State: open - Opened by foresterre about 5 years ago
Labels: A-parameterized-macro, C-enhancement
#9 - Simplify checking for duplicate identifier names.
Pull Request -
State: closed - Opened by foresterre about 5 years ago
#9 - Simplify checking for duplicate identifier names.
Pull Request -
State: closed - Opened by foresterre about 5 years ago
#8 - Fix tests running of tests by running either the individual tests or the wildcard included tests.
Pull Request -
State: closed - Opened by foresterre about 5 years ago
#8 - Fix tests running of tests by running either the individual tests or the wildcard included tests.
Pull Request -
State: closed - Opened by foresterre about 5 years ago
#7 - Refactor required input length inputs check.
Pull Request -
State: closed - Opened by foresterre about 5 years ago
#6 - Add script for testing and fmt expanded output.
Pull Request -
State: closed - Opened by foresterre about 5 years ago
#6 - Add script for testing and fmt expanded output.
Pull Request -
State: closed - Opened by foresterre about 5 years ago
#5 - docs: add rustdoc documentation
Issue -
State: open - Opened by foresterre about 5 years ago
Labels: A-docs, C-documentation
#5 - docs: add rustdoc documentation
Issue -
State: open - Opened by foresterre about 5 years ago
Labels: A-docs, C-documentation
#4 - Refine bits to make package ready for publishing on crates.io
Pull Request -
State: closed - Opened by foresterre about 5 years ago
#4 - Refine bits to make package ready for publishing on crates.io
Pull Request -
State: closed - Opened by foresterre about 5 years ago
#3 - nightly: position of error pointer in ui different than current stable (1.39)
Issue -
State: open - Opened by foresterre about 5 years ago
Labels: C-bug, A-ui
#2 - Fix: workflows path was incorrect.
Pull Request -
State: closed - Opened by foresterre about 5 years ago
#2 - Fix: workflows path was incorrect.
Pull Request -
State: closed - Opened by foresterre about 5 years ago
#1 - Add ci actions for rustfmt check and macro package tests.
Pull Request -
State: closed - Opened by foresterre about 5 years ago
#1 - Add ci actions for rustfmt check and macro package tests.
Pull Request -
State: closed - Opened by foresterre about 5 years ago