Skip to content

v2024.1 - Improved string literals

Latest
Compare
Choose a tag to compare
@cgay cgay released this 19 Feb 23:13
· 53 commits to master since this release
87b410a

What's Changed

  • Fix #1357: Move file streams docs from module 'streams' to 'file-system' by @fraya in #1507
  • library-reference: various fixes to numbers.rst by @cgay in #1509
  • Docs: Edit 'file-system' module by @fraya in #1510
  • hacker guide updates by @cgay in #1512
  • Fix #1426: Automate docs build on change by @fraya in #1514
  • Split build documentation workflow by @fraya in #1518
  • Changes to match my website branch by @cgay in #1513
  • Add website repo as submodule by @cgay in #1520
  • [doc] Fix warnings and errors by @fraya in #1521
  • CI: run libraries-test-suite on macOS by @cgay in #1522
  • Build: Disable external libraries for with-batteries build by @housel in #1525
  • Simplify workflow to build docs by @fraya in #1527
  • Improve error for x ^ y where y is negative by @cgay in #1528
  • Update website submodule by @cgay in #1530
  • Update website submodule by @cgay in #1531
  • Add "show properties" to the compiler help output by @cgay in #1533
  • Implement DEP 12, string literals supporting Rectangle Rule by @cgay in #1534
  • Update Language Extensions docs for DEP 12 by @cgay in #1536
  • threads-test-suite: Use test-output() to do output by @cgay in #1535
  • Remove all uses of with-test-unit by @cgay in #1537
  • Fix multi-line string warnings by @cgay in #1538
  • Improve -help output for -internal-debug option by @cgay in #1540
  • Fold dylan-compiler-with-tools into dylan-compiler by @cgay in #1541
  • dfmc-reader: improve mismatched end words warning by @cgay in #1543
  • Fix #1545: Verbatim block in docs by @fraya in #1546
  • Support building with protocol buffers by @cgay in #1544
  • Remove end-of-line whitespace in all .dylan files by @cgay in #1547
  • environment: fix 'define command-line' macro by @cgay in #1548
  • Add .git-blame-ignore-revs file by @cgay in #1549
  • Update dylan-tool submodule to v0.11.0 by @cgay in #1550
  • automation: new Build Release GitHub workflow by @cgay in #1552
  • automation: make build-release.yaml OD version independent by @cgay in #1553
  • [doc] Fix #1300. Document with-input-to-string and with-output-to-string macros by @fraya in #1554
  • Changes in prep for Release 2024.1 by @cgay in #1551

Full Changelog: v2023.1.0...v2024.1.0