[Snek] [keith-packard/snek] 71d837: doc: Editorial review by Laura

Keith Packard noreply at github.com
Wed Apr 17 15:10:45 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/keith-packard/snek
  Commit: 71d837a712a8f2c555cbfad3ce11c476d5f474de
      https://github.com/keith-packard/snek/commit/71d837a712a8f2c555cbfad3ce11c476d5f474de
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-04-15 (Mon, 15 Apr 2019)

  Changed paths:
    M doc/snek.adoc

  Log Message:
  -----------
  doc: Editorial review by Laura

Lots of good work on the first few pages of the tutorial.

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: cadb8d6108923558f1f006d4f637681ebbdbe32c
      https://github.com/keith-packard/snek/commit/cadb8d6108923558f1f006d4f637681ebbdbe32c
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-04-15 (Mon, 15 Apr 2019)

  Changed paths:
    M doc/snek-book-theme.yml

  Log Message:
  -----------
  doc: Adjust title page text size/location in 'book' version

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: d588fd42de643c6125338a67e4ad5ec58d90232a
      https://github.com/keith-packard/snek/commit/d588fd42de643c6125338a67e4ad5ec58d90232a
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-04-15 (Mon, 15 Apr 2019)

  Changed paths:
    M doc/snek.adoc

  Log Message:
  -----------
  doc: Too many howevers

Most of these are not helpful.

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: d7b2bc8e46992b2efd8193c91e124859807c9226
      https://github.com/keith-packard/snek/commit/d7b2bc8e46992b2efd8193c91e124859807c9226
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-04-16 (Tue, 16 Apr 2019)

  Changed paths:
    M posix/snek-main.c

  Log Message:
  -----------
  posix: define all fields of 'struct option' for end case

clang complains without explicit definitions.

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: d859f86616b43259c2a526c2fee8dc6523218068
      https://github.com/keith-packard/snek/commit/d859f86616b43259c2a526c2fee8dc6523218068
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-04-16 (Tue, 16 Apr 2019)

  Changed paths:
    M snek-builtin.py

  Log Message:
  -----------
  Add '=' to definition of builtin array elements

clang doesn't accept [<foo>] <bar> and wants [<foo>] = <bar>

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: be0fe9df12a025a416b165c9260f61141997387f
      https://github.com/keith-packard/snek/commit/be0fe9df12a025a416b165c9260f61141997387f
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-04-16 (Tue, 16 Apr 2019)

  Changed paths:
    M snek-parse.c

  Log Message:
  -----------
  Fix success return of snek_parse to be an enum member

return snek_parse_success instead of END

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: e773c388a005403beb46e94c58fcfb9ca56d174a
      https://github.com/keith-packard/snek/commit/e773c388a005403beb46e94c58fcfb9ca56d174a
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-04-16 (Tue, 16 Apr 2019)

  Changed paths:
    M posix/snek-posix.h
    M snek-math.c

  Log Message:
  -----------
  Work around missing libm functions for __APPLE__

No isnanf, isinff or lgammaf_r functions.

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: 6cfa7f678f3794118f78919f9599834988813778
      https://github.com/keith-packard/snek/commit/6cfa7f678f3794118f78919f9599834988813778
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-04-17 (Wed, 17 Apr 2019)

  Changed paths:
    M examples/snek-bsd.py

  Log Message:
  -----------
  examples: Add argument to random.seed in snek-bsd.py

This function requires an argument now.

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: d5700bbcdf7a3057b3d4576897584d189f8124c8
      https://github.com/keith-packard/snek/commit/d5700bbcdf7a3057b3d4576897584d189f8124c8
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-04-17 (Wed, 17 Apr 2019)

  Changed paths:
    M linux/Makefile
    M macosx/.gitignore
    M macosx/Makefile
    M macosx/ReadMe-Mac.rtf
    A macosx/build-mac
    M macosx/install-macosx
    A macosx/runsnek
    A macosx/snek-Info.plist.in
    A macosx/snek-script
    R macosx/snekde
    A macosx/snekde-Info.plist.in
    A macosx/snekde-script
    M snek-install.defs
    M windows/Makefile

  Log Message:
  -----------
  macosx: Include mac os x snek and firmware

Use a remote mac to compile the firmware for inclusion in the
release. Also ship firmware for the embedded boards.

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: 8e5e6b1dce7566fbcef4bfc4875712a45cd23bfa
      https://github.com/keith-packard/snek/commit/8e5e6b1dce7566fbcef4bfc4875712a45cd23bfa
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-04-17 (Wed, 17 Apr 2019)

  Changed paths:
    M doc/snek.adoc

  Log Message:
  -----------
  doc: snek-duino install instructions for non-Linux

On non-Linux hosts, the user will have to install snek-duino
themselves, so provide enough instructions for that to be possible.

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: 32adbc2b1265c2109342429e11bdb218e3cbb292
      https://github.com/keith-packard/snek/commit/32adbc2b1265c2109342429e11bdb218e3cbb292
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-04-17 (Wed, 17 Apr 2019)

  Changed paths:
    M snek.defs

  Log Message:
  -----------
  Bump to version 0.96

Signed-off-by: Keith Packard <keithp at keithp.com>


Compare: https://github.com/keith-packard/snek/compare/ed3c1b7aab42...32adbc2b1265


More information about the Snek mailing list