Skip to content

v0.65.0-pre1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ldemailly ldemailly released this 03 Sep 22:01
· 52 commits to main since this release

Changelog

  • 8068d4d Adding := as local (re)definition/copy. seemingly working version overall
  • ba60055 Adding a few basic tests
  • c8c61df Adding test of return bubbling up correctly inside for loops and nesting
  • 869dc20 Adding time_parse including version without format that tries a bunch of possible formats (#203)
  • 533827e Catch errors like m[xy++] if xy is not incrementable and lay ground work for #189 (failing test)
  • ab6e16f Clean up index expression with . so it actually errors out for m.xy++ pending implementation
  • 3488f80 Fix bug with error retcode lost when running without tags/with pprof
  • 79d7d99 Fix bug with error retcode lost when running without tags/with pprof (#205)
  • 033139a Fix reference loops, add tests
  • 7193cf4 Give up on testscript and windows for now
  • efede56 Merge branch 'main' into ref_2
  • b00cb0e Reduce greatly the peppering of object.Value() and return the actual type for REFERENCE instead of referenced object's type
  • ff43e18 Reference type
  • 55f3acf add direct state from params example
  • 658aa68 copy multi platform fortio workflow (and somehow setup-go action is old here)
  • f4f2fc5 cover post and pre incr/decr. add example of state in lambda
  • 3f76b45 fix bug index assignment missing deref
  • 02582c5 fix makefile generate, fix ref of ref case
  • 2a94511 fix the loop/review comment - add failing test
  • f8f5921 make that usigned_binary.gr test/demo something
  • dff0f93 maybe fix testscript on windows
  • 630618d move evalinternal -> eval but need some negative additional testing that return unwrap isn't now too early
  • e893b40 prevent aliases upstack/avoid indirect loops; fix caching bug and add test for it using 2 level deep rand()
  • 6a52a18 progress: force create and make refs unless := (future) or fn params (in this commit)