emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/geiser-chicken created (now ceab39c)


From: Philip Kaludercic
Subject: [nongnu] branch elpa/geiser-chicken created (now ceab39c)
Date: Sun, 1 Aug 2021 18:26:27 -0400 (EDT)

zge pushed a change to branch elpa/geiser-chicken.

        at  ceab39c   Use new implementation extension declarator

This branch includes the following new commits:

       new  975fca9   Initial Chicken support
       new  23aafbb   Initial Chicken support
       new  c4aed35   Documentation updates and nits for Freija
       new  f143cc9   Documentation updates and nits for Freija
       new  a09e2c2   Compile instead of Load, should speed up.
       new  ffae4f8   Various improvements - Can now optionally compile Geiser 
components for enormous speed improvements; enabled by default - Apropos was 
returning many duplicates, which was causing slowdowns; duplicates are now 
filtered - Now check for #<unspecified> results and return something - Fixed a 
typo in a comment - Fixed a typo in calling string-length
       new  f43bfec   Various improvements - Can now optionally compile Geiser 
components for enormous speed improvements; enabled by default - Apropos was 
returning many duplicates, which was causing slowdowns; duplicates are now 
filtered - Now check for #<unspecified> results and return something - Fixed a 
typo in a comment - Fixed a typo in calling string-length
       new  faf900f   geiser-chicken.el: add indentation rule for 
`with-output-to-pipe'
       new  d83d2df   Now suppress loading messages
       new  74b88cc   Adds necessary parameter to csi for Windows.
       new  caa8174   Use pretty-print instead of write with Chicken
       new  eb21b79   Fixes an issue where symbol->string was failing
       new  0e84bba   The issue arose with numerics, as well.
       new  d6df78f   Merge remote-tracking branch 
'dleslie/faster-output-handling'
       new  67a7bd5   Merge remote-tracking branch 
'dleslie/proper-windows-loading'
       new  6782f4a   Kill those TABs
       new  01e37d4   Add compiled .so caching to Chicken support
       new  6adf5fd   Adds recognition of the 'crunch' R5RS subset
       new  845ee42   Added missing macros
       new  53128cb   Sorted and line-split crunch symbols.
       new  c77a8d3   Adds the ability to have sub-word delimiters
       new  89ffe41   Add 'geiser-syntax--simple-keywords'
       new  1d3e6de   Add general font-lock keywords for all implementations
       new  242d4ae   Use 'geiser-chicken-extra-keywords'
       new  c2dcda3   Clean up indentation rules
       new  0efe613   Limits search to the line beginning
       new  7b2e9ce   Merge remote-tracking branch 'dleslie/master'
       new  ce93e6b   Follow suit and complete quoted symbols in all schemes
       new  d7d4445   Refactored to reduce the reliance on regex.
       new  39e128e   Converts toplevel methods to prefixed methods
       new  8bd8b5c   Converts toplevel methods to prefixed methods
       new  e9bebe2   Adds memoization
       new  a4c49f2   Turn off debug log
       new  309c67f   Minor improvements
       new  752b9b2   Minor improvements
       new  6743d36   Stopped over-aggressive memoization
       new  bcd1a09   Use OS-specific quotes when asking for versions
       new  bfccf97   Fixes for Literals, Errors and Modules
       new  9b9b180   Fixes for Literals, Errors and Modules
       new  935a114   Allows redefinition of modules
       new  2481dfc   Right-most character of arguments was being cut
       new  fb5baa4   No longer show arguments as strings.
       new  58ecefe   Completions didn't work after first symbol in sexp
       new  95d19aa   Minor changes to help with debugging completions
       new  42b18d5   Minor cleanup
       new  2098767   Quoting binary on version checks (issue #117)
       new  c3731bf   Oops: shell-quote-binary -> shell-quote-argument
       new  1ff0274   Performance Improvements
       new  bc3f877   Fuzzy matching for Chicken AutoDoc and Completions
       new  0bcd595   Fuzzy matching for Chicken AutoDoc and Completions
       new  d3743db   Fixes a potential endless loop.
       new  5cc0dd2   Fix for #127
       new  c1f5959   Remove compilation of chicken module
       new  402e1bc   Minor typo
       new  78ce429   Adds required modules to binary parameters
       new  fc0c8e6   Disable aggressive prefix assumption
       new  b779e7e   Allows Chicken to limit the number of symbols provided to 
Geiser
       new  1c969ee   Allows Chicken to limit the number of symbols provided to 
Geiser
       new  26b1f56   Use (car (process-lines ...)) instead of (shell-command 
...)
       new  4e5c66b   Support Chicken Scheme apropos =>2.3.0
       new  ff59903   Improvements to Chicken completion speed
       new  17a3799   Removed rate limit setting.
       new  d9e6778   Remove memoization
       new  3c77b8b   Make geiser-chicken-required-modules customizable (#233)
       new  a35ce4e   Chicken 5 works with Geiser, many features removed
       new  fb9ddca   Chicken 5 works with Geiser, many features removed
       new  aecb324   Version check is 4.x compatible again
       new  44a571f   Removed more unused code, speeding things up.
       new  d69c1ea   Removed more unused code, speeding things up.
       new  50ddd07   Much faster completions for Chicken 5; less errors in the 
log.
       new  c85d953   Only check for specific chicken words, not all their 
keywords.
       new  2caa284   Fixes autodoc in Chicken, #258
       new  12c74dc   Use string-equal instead of equalp
       new  d1abcb1   geiser-chicken.el: Fix jao's name
       new  3486915   geiser-chicken.el: Use a more stable API to get CHICKEN's 
version
       new  0740b46   Checking Chicken's version with the proper invocation
       new  481fa76   More accurate Chicken completions, inspired by breadline
       new  616954d   Fix latest chicken. Add debug level logging. Fixed typo.
       new  cc768c6   whitespace
       new  1655717   Begin the summary lines of all elisp libraries with three 
semicolons
       new  a6f88ca   Mark the beginning of code part of elisp libraries with 
Code: heading
       new  eb06d1e   Fix indentation
       new  30957df   Fix indentation
       new  8e3719e   Delete trailing whitespace
       new  ae856e7   Use cl-lib instead of cl
       new  1854a39   geiser-chicken--version: Don't use a shell
       new  bdef28d   Change geiser-eval to accept lists as module name (C5)
       new  6370805   add geiser# prefix to geiser calls
       new  3ac2455   Adding elisp/geiser-chicken.el with past history
       new  d521c48   renames
       new  e2f9abe   license and readme
       new  f982a47   adapting to new scheme load path
       new  2730bac   typo
       new  960a514   external help fix
       new  885fed9   Nit: first -> car
       new  0016d96   Whitespace
       new  2127c37   Fix error when compiling define-library form in Chicken
       new  27bdb36   preparing MELPA submission
       new  b9b12e0   version update
       new  555b25b   autoloads
       new  47be5b4   fix: auto-activate implementation
       new  ceab39c   Use new implementation extension declarator




reply via email to

[Prev in Thread] Current Thread [Next in Thread]