Skip to content

Releases: degory/ghul

v0.6.14

01 Feb 20:30
76f6dac
Compare
Choose a tag to compare

Remove transitive .NET 6 runtime dependency (#1038)

Bugs fixed:

  • Bump runtime and pipes dependencies to latest versions, removing a possible transitive dependency on .NET 6 (closes #1037)

Technical:

  • Bump ghul-test to latest version
  • Some minor code clean-ups

v0.6.13

29 Jan 22:49
98595ad
Compare
Choose a tag to compare

Additional tests for various kinds of casts (#1035)

Technical:

  • Tests for conversions from value types to implemented traits
  • Tests for conversions from value types to object
  • Tests for conversions from objects holding boxed value types to implemented traits
  • Tests for conversions from objects holding boxed value types to their actual types
  • Tests for conversions from objects of parent class to subclass

Closes #274

v0.6.12

29 Jan 21:14
8d6ba33
Compare
Choose a tag to compare

Fix issue casting value types to traits (#1034)

Bug fixes:

  • Fix an issue where explicitly casting values of struct types to traits they implement could result in incorrect IL and incorrect runtime behaviour (see #274)

v0.6.11

29 Jan 17:33
f9fffa9
Compare
Choose a tag to compare

Add tests for #829 (#1033)

Technical:

  • Issue with anon function argument name shadowing is no longer reproducible. Add regression tests covering it.

Closes #829

v0.6.10

29 Jan 08:16
fd99f85
Compare
Choose a tag to compare

Fix issue with global definition outside any namespace on Windows (#1032)

  • Fix issue where defining global symbols outside of namespaces on Windows caused spurious errors

v0.6.9

26 Jan 19:57
d007756
Compare
Choose a tag to compare

Allow entry point function name to be given on command line (#1031)

Enhancements:

  • Add a new command line argument --entry, which allows the name of the entry point function or static method to be specified.

v0.6.8

25 Jan 21:14
70870a1
Compare
Choose a tag to compare

Revert stub and stable symbols changes (#1030)

Bug fixes:

  • Revert stubs and stable symbols changes that caused phantom errors in VSCode (caused by #1027)

v0.6.7

23 Jan 20:07
10bd404
Compare
Choose a tag to compare

Stability improvements (#1027)

Bug fixes:

  • Partial fix for issue where syntax errors could result either no diagnostic messages, or diagnostic messages with an excessive range (fixes some causes but not all, see #1026)

Technical:

  • Remove dead code relating to stable symbols and .NET library stubs

v0.6.6

22 Jan 16:10
85f538f
Compare
Choose a tag to compare

Fix wrong link in README (#1024)

Documentation:

  • Fix an incorrect link the README.md

v0.6.5

19 Jan 18:17
1cfa0f9
Compare
Choose a tag to compare

Update project website URL on NuGet.org (#1023)

Documentation: