Skip to content

Releases: quattor/pan

Pan Compiler v10.7

13 Apr 14:51
Compare
Choose a tag to compare

Pan Compiler v10.5

15 Jan 18:15
Compare
Choose a tag to compare

This is essentially a re-release of v10.4 but released with a working build process and a single (backwards-incompatible change) to the handling of numeric indices.

Change log

See Milestone 10.5.

#157 - panc: only allow digit-only string as candidate list index (and allow anything else as dict key).

pan-10.4

03 Nov 14:03
Compare
Choose a tag to compare
pan-10.4 Pre-release
Pre-release
[maven-release-plugin] copy for tag pan-10.4

Pan Compiler v10.4 Release Candidate 1

30 Mar 09:59
Compare
Choose a tag to compare
Pre-release

A release candidate for version 10.4 of the Pan language compiler is available.

This release introduces new functionality, see the changelog for more details.

Note that the compiler now requires Java 8 to run.

Documentation is not yet ready, RPMs are not available.

Change log

See the 10.4 milestone.

  • #118 Built-in join function
  • #121 Implement choice type
  • #122 Formatting
  • #123 Implement built-in validate function to check type
  • #124 Working initial-data command line option
  • #125 Standalone pan tests
  • #126 Support booleans with (in)equality operator

Pan Compiler v10.3 Available

05 Oct 15:07
Compare
Choose a tag to compare

Release 10.3 of the Pan language compiler is available.
This is a small release to fix two bugs.
All documentation is available from ReadTheDocs.

Change log

See Milestone 10.3.

#105 - Resource protection should be deep, not shallow
#107 - Fix error message for undefined values

Pan Compiler v10.2 Available

28 Oct 09:02
Compare
Choose a tag to compare

Release 10.2 of the Pan language compiler is available. All documentation is available from ReadTheDocs.

Highlights

  • Documentation is now hosted on ReadTheDocs.
  • Documentation sources are now in Restructured Text rather than DocBook.
  • Options and documentation for viewing the compiler release number added.

Feedback on the release is welcome via the Quattor mailing list or GitHub.

Detailed change log

See Milestone 10.2.

  • (GitHub Issue #80) enable automated build of documentation on ReadTheDocs.
  • (GitHub Issue #79, #81) move documentation sources from DocBook to restructured text.
  • (GitHub Issue #76) remove ‘object’ template reference in output stats
  • (GitHub Issue #71, #72, #73, #74, #75) add options for displaying the pan compiler version and update documentation
  • (GitHub Issue #70) create a null formatter mainly for performance testing

Pan Compiler v10.1 Available

19 Aug 19:45
Compare
Choose a tag to compare

Release 10.1 of the Pan language compiler is available. The release has been tested against the GRIF configuration, but careful testing on your own configuration is recommended before putting it into production.

Highlights

  • Release artifacts are available from the GitHub releases page. The artifacts will no longer be posted on SourceForge.
  • Functions file_exists, which determines if an external file exists, and substitute, which substitutes named variables in a string template, have been added.
  • Dynamic bind and valid statements are permitted. These will substitute the value of named global variables in the format ${vname} in the path. This allows the path to be determined dynamically at build time.
  • Large number of bug fixes.

Feedback on the release is welcome via the Quattor mailing list or GitHub.

Detailed change log

  • (Issue #68) revert a couple of UTF-8 read/write changes to conserve backward compatibility
  • (Issue #13) change nlist references to dict
  • (Issue #48) allow variable substitution for bind/valid paths
  • (Issue #34) add the file_exists function
  • (Issue #63) allow user to specify number of threads for processing (nthread option)
  • (Issue #61) fix processing of include path CLI argument
  • (Issue #59) add substitute function to replace named values in string template
  • (Issue #54) convert source files to UTF-8
  • (Issue #49) add warning in docs that all pan source files must be UTF-8 (also for file_contents function)
  • (Issue #47) fix compiler hang when using escape sequence in path literal
  • (Issue #43) fix compiler crash when SELF is used as a function
  • (Issue #41) RPM package should not own /usr/bin and /usr/lib
  • (Issue #40) ensure line number and file name are correct for traceback function
  • (Issue #38) add ip address and netmask functions
  • (Issue #37) ensure line numbers appear in error message for bad default values
  • (Issue #36) allow to_long to treat values like "08" and "09"
  • (Issue #31) fix options processing for CLI (bad processing causes failure)
  • (Issue #29) update links in documentation to GitHub from SourceForge
  • (Issue #15, #24) add OBJECT to debug and error output
  • (Issue #31) panc command line fails