[Snek] [keith-packard/snek] 8e703b: Make black ignore imported python files used to bu...

Keith Packard noreply at github.com
Mon May 18 12:42:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/keith-packard/snek
  Commit: 8e703beec180928c73e348222e634c45a7b85831
      https://github.com/keith-packard/snek/commit/8e703beec180928c73e348222e634c45a7b85831
  Author: Keith Packard <keithp at keithp.com>
  Date:   2020-05-18 (Mon, 18 May 2020)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  Make black ignore imported python files used to build hosts releases

While building releases, a pile of python gets imported into the
per-host directories. If black gets run afterwards, it tries to go
'fix' all of that stuff. Ignore those files to avoid doing that.

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


  Commit: ac71161d367d188ab9664b614ff4d16ac40f91da
      https://github.com/keith-packard/snek/commit/ac71161d367d188ab9664b614ff4d16ac40f91da
  Author: Keith Packard <keithp at keithp.com>
  Date:   2020-05-18 (Mon, 18 May 2020)

  Changed paths:
    M ports/posix/snek-main.c
    M ports/posix/snek.1

  Log Message:
  -----------
  ports/posix: Remove --file option, add --interactive option

This makes snek work more like python3 -- when the --interactive
option (aka -i) is passed, along with a program.py name, snek will
evaluate the program file and then enter interactive mode for further
work.

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


Compare: https://github.com/keith-packard/snek/compare/cdfbe5cf578f...ac71161d367d


More information about the Snek mailing list