Commit Graph

219 Commits

Author SHA1 Message Date
087b4088e0 fix examples 2023-09-01 11:17:39 +01:00
a80e5ae5c9 add rubgems badge 2023-09-01 01:01:21 +01:00
9fd43b7e46 version 1.0.0 section added to changelog 2023-09-01 00:55:36 +01:00
20684c645e typo 2023-08-31 23:04:31 +01:00
42baa543fc switch send for public_send 2023-08-31 22:54:08 +01:00
350ebdd444 upd docstrings 2023-08-31 22:10:34 +01:00
100297d49a remove thread local var 2023-08-31 21:52:25 +01:00
c4fb560e8c fixes bug reading config file
upd Gemfile
2023-08-31 00:44:54 +01:00
59cda8aca6 move attr_reader into macro method 2023-08-30 13:19:03 +01:00
891667cc3b clear whitespace 2023-08-30 13:13:44 +01:00
f4c3a920b6 fixes BusDevice macro functions 2023-08-30 12:45:55 +01:00
cfeb3a7263 now extending MetaFunctions into classes
macro methods renamed
2023-08-30 12:27:50 +01:00
9cfc409049 reword errors section in readme 2023-08-30 10:16:03 +01:00
4774d447eb add changelog template 2023-08-29 23:25:13 +01:00
f13501f1d8 now using String refinement 2023-08-29 22:56:40 +01:00
5307bebea8 use Kernel#Array in register,deregister 2023-08-29 15:32:23 +01:00
a3523eeb40 switch to :"" syntax 2023-08-29 15:23:43 +01:00
85dce0061c reword docstrings 2023-08-29 14:07:52 +01:00
1fadd2ba29 remove docstring 2023-08-29 11:38:11 +01:00
330a1507c9 make docstrings rdoc compatible 2023-08-29 11:21:05 +01:00
84ba47843a add typeprof generated rbs 2023-08-28 04:38:25 +01:00
6a60a9ab00 move test tasks into namespace :t
add task :all
2023-08-28 00:34:21 +01:00
cc6db06c65 upd docstrings 2023-08-27 21:36:52 +01:00
54693ed76f use first,last array methods 2023-08-27 21:36:44 +01:00
f594f2a9a0 added whitespace 2023-08-27 21:36:34 +01:00
8d2cc774ac register blocks on the event client object
remove running attribute reader
2023-08-27 17:24:25 +01:00
9e84d02707 remove message method override
fix expect, actual order in error tests
2023-08-18 21:26:54 +01:00
fe1de43250 add on method for registering blocks
examples updated
2023-08-18 00:27:43 +01:00
3ea6db1703 errors moved into top level file 2023-08-11 02:18:29 +01:00
3755e39b44 remove chdir 2023-08-11 00:50:10 +01:00
e989e72e51 move all require statements into top level file 2023-08-11 00:49:59 +01:00
b207e7cc24 test vban direction in apply() 2023-08-10 21:57:03 +01:00
d21b805882 update error test 2023-08-10 20:38:04 +01:00
e86d096ab9 fix method name 2023-08-10 20:37:55 +01:00
10a4eade93 use array 2023-08-10 20:37:47 +01:00
6769013ee3 add logging for macrobutton getter,setter 2023-08-10 20:37:35 +01:00
5789b39826 test tasks for each kind added
defaults to potato

event tasks moved into :e namespace
2023-08-10 14:43:34 +01:00
2cf8d105b4 read test kind from ENV var 2023-08-10 14:40:50 +01:00
b2194c7aa3 adds running? method
returns producer thread alive state

fixes bug in strip/bus classes
2023-08-10 14:40:22 +01:00
81f277260a reword 2023-08-09 19:05:54 +01:00
dd37044668 adds UnknownConfigKey test
update error messages
2023-08-09 17:47:13 +01:00
4381ed37ff quote operative in error messages 2023-08-09 17:45:50 +01:00
00450483a4 fixes bug in RequestVbanStream factory class 2023-08-09 17:44:08 +01:00
2ca66a5925 raise a KeyError if the config key is invalid 2023-08-09 17:43:52 +01:00
2a191dccb8 reformat main, apply examples 2023-08-09 17:43:29 +01:00
c9c2b906c5 move KindEnum 2023-08-09 16:06:55 +01:00
8943c1bedc rename test files with test_prefix
update rakefile
2023-08-07 22:32:35 +01:00
ca17d337f1 test error messages and capierror fn_name 2023-08-07 13:16:01 +01:00
c3afc041fe update factory tests 2023-08-07 13:05:03 +01:00
8e54c6c119 move files, no changes to file content 2023-08-07 13:04:54 +01:00