Skip to content

v3.0.0-rc48

Choose a tag to compare

@github-actions github-actions released this 11 Jan 08:23
· 607 commits to main since this release
v3.0.0-rc48
e19766e

Changelog

  • db044c4 Skip logfiles that cannot be read
  • 8ae3a26 Avoid test hang when net.Conn.Write times out
  • c4be4d9 Fix race in TestLogDeletion
  • 6462f86 Increase test timeouts
  • 49b0f27 Update my name and email address
  • b785a94 Don't run a second goroutine on the logstreamWaker.
  • aab4135 If WriteString writes to an actual file, then Sync to disk.
  • 0313785 Invert the flag & add fix doc
  • 11557f2 Split pollInterval flag to reduce filepath.Glob overhead
  • 03a96cd Bump actions/cache from 2.1.6 to 2.1.7
  • 5553007 Refactor the dependabot workflow into multiple jobs.
  • d19633c Fix permissions and triggers for the dependabot auto merge.
  • f36fb92 Ignore gosec errors as it sucks.
  • 11c326d Ignore fuzzer-generated main patterns from source.
  • ac56834 Remove a TODO as the parser ensures no indexed pattern occurs here.
  • 0f7f937 Correctly handle a binary logical of two non-bools.
  • bcf1ec4 Fix the docstring for PatternFragment and PatternLit.
  • aecf6c8 Add some TODOs around shortening the program code before codegen.
  • a8765c4 Dump execution trace of a VM if asked.
  • 3191024 Refactor UnaryExpr's rType to look like BinaryExpr above it.
  • 99fe273 Set a type for the injected unary match around a pattern expr.
  • 5b23e86 Refactor the binary ops for AND/OR away from the comparison ops.
  • bb4b10a Add an explaining comment.
  • 55b3095 Fix name of a test.
  • c13626b Improve some more type error messages.
  • 3089ddf Export OccursIn so we can use it in checker and improve an error message.
  • 644b0fc Factor out the TypeCoercion type for reuse in unification.
  • da54deb Record type coercions for LeastUpperBound in a set of pairs.
  • 23960cb Rename checkSymbolUsage as checkSymbolTable to make more generic.
  • 90598af Print string version of type for ease of debugging.
  • cb331e5 Skip runtime integration test if in short mode.
  • 42d624e Use variables instead of hardcoded types for INC/DEC.
  • 9071f8f Recomment typechecking unification code.
  • 8502e25 Add InternalError for tracking compiler checker failures.
  • b585b0f Unify returns a Type.
  • 833427d Convert recursive unification error to a TypeError.
  • 07f300e Fix spelling of %#v format parameter.
  • 150169c Make TypeError function as a Go error and also replace the old Error operator.
  • abcecf2 TypeError fits the interface of Type.
  • 22a59f4 Update github script code to the v5 API after the breaking change.
  • 1bd5427 Bump github.com/prometheus/common from 0.32.0 to 0.32.1
  • d5aff0d Bump github.com/prometheus/common from 0.31.1 to 0.32.0
  • 62241e4 Bump github.com/prometheus/common from 0.30.0 to 0.31.1
  • 3670901 Bump actions/github-script from 4.1 to 5
  • 3f6833e Update expected value for test
  • 1559e75 Add test for multiline regex position parsing
  • f165cb6 Allow newlines after identifier