Skip to content

v0.0.3

Compare
Choose a tag to compare
@ncw ncw released this 05 Dec 22:34
· 136 commits to main since this release

Changelog

f4ab05f Initial attempt at gometalinter rules
f7ea0a4 Add a Community section to the README
734fbaa py: Fix errors are suppressed in generator comprehensions
0773b68 parser: Update make_grammer_text.py
2981ee9 py: Fix TracebackDump not to dump duplicated exception type
b715616 repl/web: apply wasm_exec.js.patch to fix print() under wasm
50cd487 Implement a web based REPL using gpython
08903fc Factor REPL into CLI part and agnostic part and add tests
d13383c vm: make PrintExpr hook for steering the output of PRINT_EXPR in the REPL
d05bbcc complex: added str and repr plus missing properties
4f66e54 Add support for print to file and file flush.
8cee534 Make getattr return methods implemented in go - fixes #28
ee952c8 print should use str or repr when available
6e7b5ec Initial work at implementing file methods: - open (builtin) - File.read - File.write - File.close
09f14d0 builtin: Implement builtin sum (#21)
eaa7d28 build: run py3test.py, installing python3.4 if necessary
bf8d938 Revamp py3test
a5185a2 bin: script to install python 3.4
f7ce7c0 math: tests: Rename math.py -> mathtests.py so "import math" works properly
6ded9bc parser: Update from go tool yacc into goyacc (#22)
ed3c651 ci: enable GO111MODULE=on for master
a182849 gpython: use peterh/[email protected]
b55db0b builtin: Update builtin_all and builtin_any for Python3
c6c49d2 ci: add Go1.11, drop Go1.8 (#17)
60ae876 appveyor.yml: Fix gcc issue on go test -race ./...
6a2b593 all: apply gofmt simplify
16e9ec3 gpython: point to new home of grumpy
dd41cdd gpython: add code coverage support
e9df6dc ci: add appveyor build (windows)
e9ee2ff gpython: add license badge
43a6207 gpython: add initial support for Go modules
c37be76 ci: use latest patch version of Go releases


Automated with GoReleaser
Built with go version go1.11.2 linux/amd64