GitHub / byexamples/byexample issues and pull requests
#278 - Support for markdown github code snippets
Issue -
State: open - Opened by claytonneal almost 2 years ago
- 1 comment
Labels: enhancement
#277 - Typescript support
Issue -
State: open - Opened by claytonneal almost 2 years ago
Labels: enhancement
#276 - One Python interpreter per example
Issue -
State: closed - Opened by jeertmans about 2 years ago
- 2 comments
Labels: enhancement
#275 - Ignore empty space at the begin of the `got` string even if the `expected` does not use `<...>`
Issue -
State: open - Opened by eldipa over 2 years ago
Labels: enhancement
#274 - fix: unset PAGER, LESS, PROMPT_COMMAND env vars in Shell
Pull Request -
State: closed - Opened by eldipa over 2 years ago
#273 - feat: increase geometry default for java to 2048x1024
Pull Request -
State: closed - Opened by eldipa over 2 years ago
#272 - Simplify runners using new echo algorithm (increase default geometry to 2048x1024 and allow cpp to change its geometry)
Pull Request -
State: closed - Opened by eldipa almost 3 years ago
#271 - Issue 248 force echo filtering by runner
Pull Request -
State: closed - Opened by eldipa almost 3 years ago
#270 - Issue 180 filter escape sequences
Pull Request -
State: closed - Opened by eldipa almost 3 years ago
#269 - Set `PAGER=cat` and `PROMPT_COMMAND=''` in Bash (taken from `pexpect.replwrap`)
Issue -
State: closed - Opened by eldipa almost 3 years ago
Labels: enhancement, next-major
#268 - Issue-75-Support argcomplete
Pull Request -
State: closed - Opened by eldipa almost 3 years ago
#267 - ci: fix CI for MacOS and disable history expansion for Bash
Pull Request -
State: closed - Opened by eldipa almost 3 years ago
#266 - ci: add MacOS to the CI for running byexample-only tests
Pull Request -
State: closed - Opened by eldipa almost 3 years ago
#265 - Random fixes bag 3
Pull Request -
State: closed - Opened by eldipa almost 3 years ago
#264 - Random fixes bag 2
Pull Request -
State: closed - Opened by eldipa almost 3 years ago
#263 - Use `termscrapper`'s `Screen` to interpret the escape sequences read by `pexpect` before prompt/type matching
Issue -
State: open - Opened by eldipa almost 3 years ago
- 1 comment
Labels: enhancement, far in the future
#262 - Random fixes bag
Pull Request -
State: closed - Opened by eldipa almost 3 years ago
#261 - Make echo filtering more robust
Pull Request -
State: closed - Opened by eldipa almost 3 years ago
#260 - Issue 258 add working directory to shebang
Pull Request -
State: closed - Opened by eldipa almost 3 years ago
#259 - Issue 258 add working directory to shebang
Pull Request -
State: closed - Opened by eldipa almost 3 years ago
#258 - Add an optional `%w` wildcard to the shebang to be replaced with the current working directory
Issue -
State: closed - Opened by eldipa almost 3 years ago
Labels: enhancement
#257 - Integrate term scraper and replace pyte
Pull Request -
State: closed - Opened by eldipa almost 3 years ago
#256 - Issue 245 turn echo off on each exec
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#255 - Issue 245 turn echo off on each exec for 10.5.4
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#254 - Issue 203 isolate language specific changes on generic options
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#253 - Issue 252 document private copies between main and workers
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#252 - Share with workers a private copy of data structures set by main thread, stored on the `namespace` (`ns`) object
Issue -
State: open - Opened by eldipa about 3 years ago
Labels: enhancement
#251 - Remove the `from __future__ import unicode_literals, print_function`.
Issue -
State: open - Opened by eldipa about 3 years ago
Labels: enhancement, good first issue
#250 - Context based definition of an example to make easier to write examples that expect empty lines
Issue -
State: open - Opened by eldipa about 3 years ago
Labels: enhancement, request for comments, far in the future
#249 - Explain a possible fix for the argparse limitation with --options
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#248 - Enable `+force-echo-filtering` per interpreter and not only globally
Issue -
State: closed - Opened by eldipa about 3 years ago
Labels: enhancement
#247 - Print byexample pkg location and paths and dependencies' versions (-V)
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#246 - Draft: set echo to False on each `exec_and_wait`
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#245 - Turn terminal echo off on each source code execution by the interpreter
Issue -
State: closed - Opened by eldipa about 3 years ago
Labels: enhancement, next-major
#244 - Warn if a tab is present in the example's code (disable it with -warn…
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#243 - Add Pyte 0.8.1
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#242 - Fix self.input_list iteration on example print (verbose)
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#241 - Recipe for using a template engine (Jinja2) for argument file generation
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#240 - Issue 174 support brace expansion on filenames
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#239 - Accept pyte 0.8.1
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#238 - Test newer versions of `byexample` dependencies
Issue -
State: closed - Opened by eldipa about 3 years ago
- 1 comment
Labels: enhancement, next-major
#237 - Make parent class explicit (super() is not supported)
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#236 - Issue 232 support encoding error handler
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#235 - Remove `super` from the extension classes (`ExampleFinder`, `ExampleRunner`, ...) as the hierarchy may not support cooperaty inherence (and it isn't required)
Issue -
State: closed - Opened by eldipa about 3 years ago
Labels: bug
#234 - Issue 233 cfg property and document parent init call
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#233 - Introduce `cfg` and document that the call to parent's `__init__` is mandatory for `ExampleParser`, `ExampleRunner`, `ExampleFinder`, `ZoneDelimiter` and `Concern`
Issue -
State: closed - Opened by eldipa about 3 years ago
Labels: enhancement
#232 - Support encoding error handling (currently only `strict` is set)
Issue -
State: closed - Opened by eldipa about 3 years ago
Labels: enhancement
#231 - Issue 230 more signals to stop
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#230 - Support other signals for `+stop-signal` and/or document alternatives
Issue -
State: closed - Opened by eldipa about 3 years ago
Labels: enhancement
#229 - Issue 228 fix spurious timeout after stop on silence
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#228 - If control of shell is not reobtained quickly after a stop-on-signal, a timeout raises (Spurious Timeout after stop-on-silence)
Issue -
State: closed - Opened by eldipa about 3 years ago
Labels: bug
#227 - Issue 226 make options slash args file easier
Pull Request -
State: closed - Opened by eldipa about 3 years ago
#226 - Make the argument file (option file) more readable
Issue -
State: closed - Opened by eldipa about 3 years ago
Labels: enhancement
#225 - Support for shell variable expansion in files
Issue -
State: open - Opened by eldipa about 3 years ago
Labels: enhancement
#224 - Recipe to run examples and entire shell sessions with sudo
Issue -
State: closed - Opened by eldipa over 3 years ago
- 1 comment
Labels: enhancement
#223 - Test
Pull Request -
State: closed - Opened by eldipa over 3 years ago
#222 - Issue 220 make plugins support multiprocessing spawn
Pull Request -
State: closed - Opened by eldipa over 3 years ago
#221 - Review 3rd party plugin-engine implementations in replacement of `byexample`'s one
Issue -
State: open - Opened by eldipa over 3 years ago
- 1 comment
Labels: enhancement
#220 - `multiprocessing` fails in MacOS due a `pickle` issue in a module in 10.5.0 [was: byexample fails to pickle an ExampleRunner]
Issue -
State: closed - Opened by saraedum over 3 years ago
- 5 comments
Labels: bug
#219 - Change some prints to make them machine-parseable
Pull Request -
State: closed - Opened by eldipa over 3 years ago
#218 - Document the languages' and runners/interpreters' version that run in the CI
Issue -
State: closed - Opened by eldipa over 3 years ago
Labels: enhancement
#217 - Print interpreter version
Pull Request -
State: closed - Opened by eldipa over 3 years ago
#216 - Support Python 3.10
Issue -
State: closed - Opened by eldipa over 3 years ago
- 1 comment
Labels: enhancement
#215 - Update CI to test Python 3.10 and Ruby 3.1
Pull Request -
State: closed - Opened by eldipa over 3 years ago
#214 - Issue #212: require Golang 1.16 and 1.17 for CI
Pull Request -
State: closed - Opened by eldipa over 3 years ago
#213 - [testing] golang version
Pull Request -
State: closed - Opened by eldipa over 3 years ago
#212 - Golang tests are failing (due an upstream issue)
Issue -
State: closed - Opened by eldipa over 3 years ago
Labels: bug
#211 - Issue 210 check deprecated code
Pull Request -
State: closed - Opened by eldipa over 3 years ago
#210 - Check that no deprecated code is used.
Issue -
State: closed - Opened by eldipa over 3 years ago
Labels: enhancement
#209 - use collections.abc
Pull Request -
State: closed - Opened by saraedum over 3 years ago
- 4 comments
#208 - Support `byexample` as a `pre-commit` hook
Issue -
State: closed - Opened by eldipa almost 4 years ago
Labels: enhancement
#207 - Issue #206: optionally disable the progress bar.
Pull Request -
State: closed - Opened by eldipa almost 4 years ago
#206 - Disable the progress bar without disabling other pretty things
Issue -
State: closed - Opened by eldipa almost 4 years ago
Labels: enhancement
#205 - Issue 204 install pre commits hooks for dev
Pull Request -
State: closed - Opened by eldipa almost 4 years ago
#204 - Use `pre-commit` for development process automation.
Issue -
State: closed - Opened by eldipa almost 4 years ago
Labels: enhancement
#203 - Python option `+py-doctest` changes `byexample`'s default config even for languages other than Python
Issue -
State: closed - Opened by eldipa almost 4 years ago
Labels: bug, next-major
#202 - Create pre-commit hook
Pull Request -
State: closed - Opened by jeertmans almost 4 years ago
- 4 comments
#201 - Issue #194: add classpath, modulepath options (see jshell)
Pull Request -
State: closed - Opened by eldipa about 4 years ago
#200 - Issue 199 disable named capture tags
Pull Request -
State: closed - Opened by eldipa about 4 years ago
#199 - Disable named capture tags while keeping unnamed ones
Issue -
State: closed - Opened by eldipa about 4 years ago
Labels: enhancement
#198 - Issue 194 support java
Pull Request -
State: closed - Opened by eldipa about 4 years ago
#197 - Issue 176 support rust
Pull Request -
State: closed - Opened by eldipa about 4 years ago
#196 - Support multiple Zone Delimiters by file extension
Issue -
State: open - Opened by eldipa about 4 years ago
Labels: enhancement
#195 - Add some tests
Pull Request -
State: closed - Opened by eldipa about 4 years ago
#194 - Support Java
Issue -
State: closed - Opened by eldipa about 4 years ago
Labels: enhancement
#193 - Replace tabs by spaces to prevent autocompletion
Issue -
State: closed - Opened by eldipa about 4 years ago
- 1 comment
Labels: enhancement, good first issue, next-major
#192 - Autoinject code? Coverage/performance/others simplification
Issue -
State: open - Opened by eldipa about 4 years ago
Labels: enhancement, request for comments
#180 - Filter ANSI escape sequences for terminal colors as a new `term` type
Issue -
State: closed - Opened by eldipa about 4 years ago
- 2 comments
Labels: enhancement
#176 - Support Rust
Issue -
State: closed - Opened by eldipa about 4 years ago
- 2 comments
Labels: enhancement
#174 - Support for brace-expansion in files
Issue -
State: closed - Opened by eldipa about 4 years ago
Labels: enhancement, good first issue, next-major
#153 - Refactor code and use the Python 3.6's f-strings for the messages in byexample
Issue -
State: open - Opened by eldipa over 4 years ago
- 1 comment
Labels: enhancement, good first issue
#112 - Use super() instead of the old style call to parent's methods
Issue -
State: closed - Opened by eldipa over 5 years ago
- 1 comment
Labels: enhancement
#110 - Strip leading empty lines on timeout
Issue -
State: closed - Opened by eldipa over 5 years ago
Labels: enhancement, good first issue
#86 - Allow to change the strategy to handle encoding/decoding errors
Issue -
State: closed - Opened by eldipa over 6 years ago
- 1 comment
Labels: enhancement
#83 - Create and install a manpage.
Issue -
State: open - Opened by eldipa over 6 years ago
- 1 comment
Labels: enhancement, good first issue
#75 - Bash autocomplete
Issue -
State: closed - Opened by eldipa over 6 years ago
- 1 comment
Labels: enhancement, good first issue
#73 - Enter in failing_fast mode if the user interrupts the execution.
Issue -
State: open - Opened by eldipa over 6 years ago
Labels: enhancement, request for comments
#65 - A failed example may end up in an abort if a non-captured tag is used (+paste)
Issue -
State: open - Opened by eldipa over 6 years ago
Labels: enhancement, request for comments
#50 - Trace mode for debugging byexample
Issue -
State: closed - Opened by eldipa almost 7 years ago
Labels: enhancement, wont do
#39 - Make +rm a feature of an external Concern
Issue -
State: closed - Opened by eldipa almost 7 years ago
- 1 comment
Labels: enhancement, wont do