summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-11-01Fix compilation of package installed from Git; plus cosmeticsscratch/essStefan Monnier
2022-09-15Fix up copyright notices for GNU ELPAStefan Monnier
2022-08-15[Fix #1209] Add support for pipebind operatorVitalie Spinu
2022-02-13Fix and add tests for startup directory mechanismVitalie Spinu
2022-01-25Fix tests for emacs 29Vitalie Spinu
2022-01-25Adjust change for the region normaliation fix (3a919560)Vitalie Spinu
2021-12-26Fix truncation bug in `etest-update`Lionel Henry
2021-12-25Simplify etest commands and lisp formsLionel Henry
2021-12-25Add keyword config for etestLionel Henry
2021-12-25Add file-local config for etestLionel Henry
2021-12-19Don't fontify backquoted symbols as strings in process bufferLionel Henry
2021-12-04Fix command hang with `{` expressions when `browser()` is active (#1170)Lionel Henry
2021-11-22Avoid interpreting ranges as errors (cda6fb5c)Vitalie Spinu
2021-11-22Relax R1 error pattern to capture absolute shiny error pathsVitalie Spinu
2021-11-11Handle multiline outputs in `ess-string-command`Lionel Henry
2021-09-24Don't allow : in files in R error pattern in ess-r-error-regexp-alistVitalie Spinu
2021-08-18Fix R1 pattern in ess-r-error-regexp-alistVitalie Spinu
2021-06-16Clean up whitespace in `ess-cycle-assign` as wellLionel Henry
2021-06-16Add unit test for #1150Lionel Henry
2021-05-10Add rlang backtrace error patternsVitalie Spinu
2021-05-10Reverse deletion of R-error-patterns.RVitalie Spinu
2021-03-31Support raw string syntax of R 4.0Lionel Henry
2021-03-31Test indentation of continuation lines in lambda operatorLionel Henry
2021-03-31`font-lock-ensure` is now included in all supported Emacs versionsLionel Henry
2021-03-31Fontify `|` and `&` as operatorsLionel Henry
2021-03-31Tokenise `|>` operatorLionel Henry
2021-03-31Set syntax class of backslash as punctuation or escapeLionel Henry
2021-03-31Deal with intervening process input after command interruptsLionel Henry
2021-03-31Be defensive against missing trailing newlines in outputLionel Henry
2021-03-31Use a closure to restore process asynchronouslyLionel Henry
2021-03-31Merge delimited and non-delimited output code pathsLionel Henry
2021-03-31More robust delimited output detection in background filterLionel Henry
2021-03-27Stop over-indenting in ess-roxy-newlineAlex Branham
2021-03-07Simplify #1107 a bitVitalie Spinu
2021-03-07Fix typo when checking 'TRAVIS' environmental varDavid Pritchard
2021-03-07Update ESSR tests using more specific fcn callsDavid Pritchard
2021-03-07Equip `ess--essr-load-or-throw-error` with fcn argDavid Pritchard
2021-03-07Require seq in ess-test-r-utilsDavid Pritchard
2021-03-07Add `ess--essr-remove` to testing utilsDavid Pritchard
2021-03-07Add tests for ESSR injectionDavid Pritchard
2021-03-07Add utilities for testing ESSR injectionDavid Pritchard
2021-03-07Add utilities for testing remote functionalityDavid Pritchard
2021-02-19Use output filter in `with-r-running`Lionel Henry
2021-02-17[Fix #1116] Properly detect output start with multiline commandsLionel Henry
2021-02-10[Part of #1110] Don't remove all newlines of ESS commandsLionel Henry
2021-02-05Properly restore buffer of process markLionel Henry
2021-02-05Interrupt process asynchronously in `ess-command`Lionel Henry
2021-01-28Fix `ess-r-help--get-pkg-from-help-path` with dotted package namesLionel Henry
2021-01-24Determine links from installed Rd ASTLionel Henry
2021-01-24Attempt at fixing `ess-command-quit-test` instabilityLionel Henry