Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
aradi committed Apr 19, 2021
2 parents b7692cf + 8243ad1 commit 724fb01
Show file tree
Hide file tree
Showing 11 changed files with 328 additions and 273 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
language: python

python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"

install: yes
- "3.9"

script: test/runtests.sh
30 changes: 27 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@ Change Log
==========


3.1
===

Added
-----

* Global variables _SYSTEM_ and _MACHINE_ to query environment.

* Emission of standard (#line pragma styled) line directives.

* Factory method arguments in Fypp constructor: evaluator_factory,
parser_factor, builder_factory and renderer_factory.


Changed
-------

* Support for Python 2.7, 3.3 and 3.4 dropped, support for Python 3.9 added.


Fixed
-----


3.0
===

Expand All @@ -13,7 +37,7 @@ Added

* Add block / contains / endblock construct as alternative for call / nextarg /
endcall.

* Escaping of preprocessor comments

* Possibility of specifying character encoding for file I/O with UTF-8 as
Expand Down Expand Up @@ -104,7 +128,7 @@ Added
* Python-like consistent global and local scopes and scope lookup rules.

* Predefined variables _THIS_FILE_ and _THIS_LINE_.

* Additional flags in line numbering directives when opening a file or returning
to a previous file.

Expand Down Expand Up @@ -135,7 +159,7 @@ Changed

* Function setvar() accepts arbitrary number of argument pairs.

* Reverse order exception printing, exception first occuring printed as last.
* Reverse order exception printing, exception first occurring printed as last.

* Command line tool formats error messages in GNU-like format.

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016-2020 Bálint Aradi, Universität Bremen
Copyright (c) 2016-2021 Bálint Aradi, Universität Bremen

All rights reserved.

Expand Down
Loading

0 comments on commit 724fb01

Please sign in to comment.