rbx.cp 0.5.56__py3-none-any.whl → 0.5.57__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
rbx/box/generators.py CHANGED
@@ -317,7 +317,14 @@ async def generate_output_for_testcase(
317
317
  capture_pipes=True,
318
318
  )
319
319
 
320
- if eval.result.outcome != Outcome.ACCEPTED:
320
+ if (
321
+ eval.result.outcome == Outcome.TIME_LIMIT_EXCEEDED
322
+ and eval.result.no_tle_outcome == Outcome.ACCEPTED
323
+ ):
324
+ console.console.print(
325
+ f'[warning]Testcase [item]{testcase.inputPath}[/item] finished in TLE, but test was generated successfully.[/warning]'
326
+ )
327
+ elif eval.result.outcome != Outcome.ACCEPTED:
321
328
  console.console.print(
322
329
  f'[error]Failed generating output for [item]{testcase.inputPath}[/item][/error]',
323
330
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: rbx.cp
3
- Version: 0.5.56
3
+ Version: 0.5.57
4
4
  Summary:
5
5
  Author: Roberto Sales
6
6
  Requires-Python: >=3.9,<4.0
@@ -23,7 +23,7 @@ rbx/box/dump_schemas.py,sha256=3j5t47_vJmXj0BCczxDX6ByOcsfolGEDNCBXlPpk86w,593
23
23
  rbx/box/environment.py,sha256=fZnNQCdpG3xzKne0FY7gkuaopy6fdYvVFAXeHmC1ZOo,11498
24
24
  rbx/box/extensions.py,sha256=Von8kIeXvNFTkGlMRMTvL2HIHPwlkuiMswr-ydbGV1w,519
25
25
  rbx/box/formatting.py,sha256=3phFRHzqVXj4Ok1yDhCq6Clbw6KlqwJNpMhs--oTWFI,405
26
- rbx/box/generators.py,sha256=5-3K0JSLR9GbV0LmOkvNsWiQaMvhFBrI56ZaV1WgodQ,13472
26
+ rbx/box/generators.py,sha256=RE0-D91BB-3rNDQXvCFWzU9iMhKIc_ALp960oGfM-rY,13780
27
27
  rbx/box/generators_test.py,sha256=J7aBfuJhU84MWDWzgReRoOuQw_hVa09B8gTKAvL2XVo,1987
28
28
  rbx/box/header.py,sha256=ifErXcIxG5lM5AyRiHDr7JE401vR4ORNXCNpHXxN_ls,2001
29
29
  rbx/box/lazy_importing_main.py,sha256=6Z8As7qVFFT619xHH9Xt8VCH57NjC4aDxfAgkWiUwT8,116
@@ -201,8 +201,8 @@ rbx/testcase.py,sha256=yKOq3CAJZ1YTmInvnoIs0u1iJnRj_X85XiWbLI-p9d8,1951
201
201
  rbx/testcase_rendering.py,sha256=nfmv6dSEqd4aR3TsaODwkKGK6AXty_DDKtWf_ejiQpI,2084
202
202
  rbx/testing_utils.py,sha256=x_PqD8Zd2PkN91NxVHUnSTs044-1WK5KKtttKQBXpFs,2083
203
203
  rbx/utils.py,sha256=SfR844_i0ebRDMkmS_w1YdZiWPc6h2RGADygewlWRbA,4845
204
- rbx_cp-0.5.56.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
205
- rbx_cp-0.5.56.dist-info/METADATA,sha256=VIX37C0xlJwSqvkaGA7QoTTpIrtmWJuC23dUBiX9T1U,3604
206
- rbx_cp-0.5.56.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
207
- rbx_cp-0.5.56.dist-info/entry_points.txt,sha256=qBTLBOeifT1F00LWaEewRRE_jQPgvH7BUdJfZ-dYsFU,57
208
- rbx_cp-0.5.56.dist-info/RECORD,,
204
+ rbx_cp-0.5.57.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
205
+ rbx_cp-0.5.57.dist-info/METADATA,sha256=xmcSCYiKN1HliI4X33CBcG0-1jlA0i5uZ9v0Je1JNDw,3604
206
+ rbx_cp-0.5.57.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
207
+ rbx_cp-0.5.57.dist-info/entry_points.txt,sha256=qBTLBOeifT1F00LWaEewRRE_jQPgvH7BUdJfZ-dYsFU,57
208
+ rbx_cp-0.5.57.dist-info/RECORD,,