Skip to content

Commit

Permalink
debian: Version 1.8-1
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Mar 27, 2022
1 parent 4ad4a10 commit 364ed03
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
snek (1.8-1) unstable; urgency=medium

* New upstream release.

* Fix build with new picolibc (HAVE_SEMIHOST → _HAVE_SEMIHOST)

* Add 'str' builtin. Just like Python, the str builtin converts any
value to a string.

* Fix 'chained' comparisons (e.g. a < b < c). These generated
incorrect code that left the stack messed up unless all comparisons
were true.

* Allow 3 * 'a' as well as 'a' * 3. The code for evaluating
expressions only permitted the string to be on the left side.

* Add support in snekde for auto-detecting device baud rate between
57600 and 115200 baud.

* Add port to the ATMega 328 based LilyPad, in both the regular size
as well as the big version which replaces the boot loader to gain
more functionality.

-- Keith Packard <keithp@keithp.com> Sun, 27 Mar 2022 12:28:07 -0700

snek (1.7-2) unstable; urgency=medium

* Note that 1.7 builds fine with gcc-11. Closes: #984343.
Expand Down

0 comments on commit 364ed03

Please sign in to comment.