Adrien Marquès xdrm-brackets
xdrm-brackets merged pull request go/aicra#8 2020-03-02 21:52:08 +00:00
test and fix internal/reqdata
xdrm-brackets pushed to 0.2.0 at go/aicra 2020-03-02 21:52:07 +00:00
2b58d37f88 Merge branch 'test/internal/reqdata' of go/aicra into 0.2.0
9189babe20 test primitive types : bool, float64
dfa6cba137 fix parsing primitive types instead of erroring unknown type
feec6e96d0 test bool slice vs. json bool slice
c2a88f0d2d test string slice vs. json string slice
Compare 22 commits »
xdrm-brackets created pull request go/aicra#8 2020-03-02 21:51:18 +00:00
test and fix internal/reqdata
xdrm-brackets pushed to test/internal/reqdata at go/aicra 2020-03-02 21:49:14 +00:00
9189babe20 test primitive types : bool, float64
dfa6cba137 fix parsing primitive types instead of erroring unknown type
Compare 2 commits »
xdrm-brackets pushed to test/internal/reqdata at go/aicra 2020-03-02 21:42:54 +00:00
feec6e96d0 test bool slice vs. json bool slice
c2a88f0d2d test string slice vs. json string slice
e1cdd1c2a3 fix parsing non-string slice values
Compare 3 commits »
xdrm-brackets pushed to test/internal/reqdata at go/aicra 2020-03-02 21:34:32 +00:00
4b89ed6421 remove outdated tests
6efef7eee1 ci: disable test cache
648ba5e1bc remove outdated tests
Compare 3 commits »
xdrm-brackets pushed to test/internal/reqdata at go/aicra 2020-03-02 21:31:58 +00:00
6efef7eee1 ci: disable test cache
xdrm-brackets pushed to test/internal/reqdata at go/aicra 2020-03-02 21:30:35 +00:00
648ba5e1bc remove outdated tests
64fe3f85fa remove no more required tests
Compare 2 commits »
xdrm-brackets pushed to test/internal/reqdata at go/aicra 2020-03-02 21:28:00 +00:00
64fe3f85fa remove no more required tests
xdrm-brackets pushed to test/internal/reqdata at go/aicra 2020-03-02 21:24:36 +00:00
9bf7860dc9 [breaking] do not return first element of 1-sized slices as it, return a slice
xdrm-brackets pushed to test/internal/reqdata at go/aicra 2020-03-02 21:20:24 +00:00
8779f9ca3a fix returning first element of 1-sized slice instead of the slice
xdrm-brackets pushed to test/internal/reqdata at go/aicra 2020-03-02 21:19:29 +00:00
2d1b1aad6d test conversion from 1-sized slice to first element (bool vs json boolean primitive)
xdrm-brackets pushed to test/internal/reqdata at go/aicra 2020-03-02 21:01:13 +00:00
0f599e58ce test json invalid float primitives ; only valid when wrapped
09b9eb2ae5 fix formatting type
e2bda2b2dd test json invalid boolean primitives ; only valid when wrapped
c2e8efc82b test string slice as string ; invalid json but valid when wrapped
Compare 4 commits »
xdrm-brackets pushed to test/internal/reqdata at go/aicra 2020-03-01 20:43:27 +00:00
503f01bddd test uint builtin typecheck overflow values for []byte
53eaec0c50 test regex for builtin string typecheck
Compare 2 commits »
xdrm-brackets pushed to test/internal/reqdata at go/aicra 2020-03-01 20:34:13 +00:00
77dbc5663b test simple string parameter
xdrm-brackets pushed to test/internal/reqdata at go/aicra 2020-02-28 17:41:11 +00:00
22947db2b6 fix: mark parameter as parsed after successful parsing
3e718c96e8 return error when parsing parameters
Compare 2 commits »
xdrm-brackets pushed to master at xdrm-brackets/xlock 2020-02-20 18:09:10 +00:00
fba096cc82 fix return statement of function which is 'echo'
xdrm-brackets pushed to dev-base at xdrm-brackets/xmario 2020-02-06 07:14:49 +00:00
4ca0312479 make xEventHandler method non-const
414fbf6404 create proper handler interface for xController : xEventHandler
5266b5d115 add xApplication defaults
Compare 3 commits »
xdrm-brackets pushed to dev-base at xdrm-brackets/xmario 2020-02-04 19:46:28 +00:00
2b81a72542 remove const methods | add copy constructor
47429e5081 minimal refactor
cb1a862b6f make xSpriteGroup displace() actually update sprites with relative displace
0b7e7a2948 set default xSprite clip / projection
d1e6a1e9dc add more xSprite SDL_Rect shorthands
Compare 7 commits »
xdrm-brackets pushed to dev-base at xdrm-brackets/xmario 2020-02-03 20:33:09 +00:00
7a6022e694 create orchestrable xSpriteGroup (no more xSprite alone)
ab2f170def replace xElement by xDrawable
Compare 2 commits »