Skip to content

Releases: omegaup/libinteractive

v2.0.33

26 Feb 15:17
d4a619e
Compare
Choose a tag to compare
Add a time limit to the tests (#40)

This prevents tests from hanging.

v2.0.32

21 Feb 00:16
8a674a1
Compare
Choose a tag to compare
Improving matching in tests (#39)

Previously if we had an error running the tests, only the first test
would appear in the output.

This change makes it such that all cases do appear.

v2.0.31

20 Feb 15:11
f69ddfa
Compare
Choose a tag to compare
Improve test failure diangostics (#38)

Test failures are hard to debug because we don't output enough
information.

This change should add a bit more clarity to the errors.

v2.0.30

24 Jan 15:36
19c0ebb
Compare
Choose a tag to compare
Stop using `perror(3)` to print errors (#36)

These errors don't come with a lot of context and are pretty unwieldy
for debugging.

v2.0.29

23 Jan 03:43
Compare
Choose a tag to compare
Fix CI

The `github-tag-action` needed to be upgraded

v2.0.28

24 Sep 12:35
Compare
Choose a tag to compare
Stop launching an external console window for VSCode

This change makes it such that the debugged process now runs in a tab
instead of an external window. This is needed because VSCode-in-WSL
cannot launch an external console window, which breaks the experience
completely.

v2.0.27

13 Jul 01:45
8a88fb8
Compare
Choose a tag to compare
Fixing release version (#33)

This change ensures that the tag that sbt sees is the correct one.

v2.0.26

12 Jul 23:06
Compare
Choose a tag to compare
Use GitHub Actions instead of Travis CI

This change uses GitHub Actions to automate the release process as much
as possible.

v2.0.25

30 May 02:16
Compare
Choose a tag to compare
  • 7c03e96 Add a warning about the gdbserver 8.1 bug
  • dfa6523 Make the Windows rundriver more robust
  • 68113c6 Support for VSCode
  • 27422d5 MakefileTarget refactor
  • a447039 Stop using the deprecated -D_BSD_SOURCE in favor of -D_DEFAULT_SOURCE

v2.0.24

12 May 02:47
Compare
Choose a tag to compare
  • Support Python main files through JSON