elkowar
|
5a581a5974
|
fix: remove no-op timeout on poll-vars
|
2021-09-11 14:02:28 +02:00 |
|
Pedro Burgos
|
df1168d6d0
|
Implement optional initial value for pollvars (#272)
* Implement optional initial value for pollvars
* Updated docs to include the atribute initial for pollvars
|
2021-09-11 13:50:45 +02:00 |
|
legendofmiracles
|
634724bf29
|
Makes code more rusty/idiomatic (#264)
* makes eww code more idiomatic
* makes simplexpr more idiomatic
* makes yuck more idiomatic
|
2021-09-11 12:43:44 +02:00 |
|
ElKowar
|
70285e0ebf
|
Add more information to EWW_RAM, fix documentation of magic variables
Better EWW_RAM / Docs update
|
2021-08-27 18:35:38 +02:00 |
|
druskus20
|
fb2bff5137
|
Deprecation warning for EWW_CPU_USAGE
|
2021-08-26 02:26:40 +02:00 |
|
elkowar
|
3f65733d12
|
feat(simplexpr): allow json literals in simplexprs
|
2021-08-25 14:52:14 +02:00 |
|
elkowar
|
c380313ba7
|
feat(config): Add optional widget arguments prefixed with ?
|
2021-08-21 14:24:13 +02:00 |
|
elkowar
|
4942925859
|
Cleanup and update dependencies
|
2021-08-18 15:24:00 +02:00 |
|
elkowar
|
7abf38cbfc
|
Include spans in var_refs of simplexpr
|
2021-08-17 11:53:45 +02:00 |
|
elkowar
|
b8d222384b
|
Make only some commands able to start the daemon
|
2021-08-14 14:44:22 +02:00 |
|
elkowar
|
91f714dc11
|
Add config validation step
|
2021-08-14 13:23:04 +02:00 |
|
elkowar
|
f7f718b94a
|
Some more error message improvements
|
2021-08-14 11:58:04 +02:00 |
|
elkowar
|
c0581e7769
|
Improve error messages for multiple chidren in a widget and config loading errors
|
2021-08-14 11:36:39 +02:00 |
|
elkowar
|
dcf27a0cbf
|
Some misc fixes and improvements
|
2021-08-10 19:23:52 +02:00 |
|
elkowar
|
ec8b12d206
|
Allow digits in identifiers in simplexpr
|
2021-08-10 14:30:33 +02:00 |
|
elkowar
|
142894c3ce
|
Add more concrete error messages for missing argument list
|
2021-08-02 16:35:43 +02:00 |
|
elkowar
|
eb3c2646a0
|
Add did you mean question to wrong variables
|
2021-08-02 15:54:38 +02:00 |
|
elkowar
|
9588f31861
|
Add timeout to widgets reading on-click commands
|
2021-08-02 14:20:00 +02:00 |
|
elkowar
|
27ce9e798a
|
Fix error messages for script-var definitions
|
2021-08-01 17:36:49 +02:00 |
|
elkowar
|
e24cc0ac16
|
Fix missing attribute error message and add more span data
|
2021-08-01 15:52:44 +02:00 |
|
elkowar
|
afd0a47bf2
|
Remove redundant information
|
2021-07-31 20:01:42 +02:00 |
|
elkowar
|
ebf9c7e7ef
|
Unify error messages and remove unused code
|
2021-07-31 16:01:20 +02:00 |
|
elkowar
|
dd482987cd
|
Clean up ast structure
|
2021-07-31 13:59:02 +02:00 |
|
elkowar
|
24c9fee204
|
Fully implement string interpolation with ${} syntax
|
2021-07-31 13:44:23 +02:00 |
|
elkowar
|
5cde0228fb
|
Allow for string-interpolation in simplexpr
|
2021-07-30 16:33:28 +02:00 |
|
elkowar
|
41093cf0af
|
Replace lazy_static with once_cell
|
2021-07-29 15:30:00 +02:00 |
|
elkowar
|
6f1118bda4
|
Improve error messages for unread elements in nodes and fix span handling in ast iterator
|
2021-07-28 19:58:51 +02:00 |
|
elkowar
|
fcd54abf91
|
Allow for different diagnostic severities in gen_diagnostic
|
2021-07-28 17:12:58 +02:00 |
|
elkowar
|
99fd51dc12
|
Improve error messages for unknown variables in evalerror
|
2021-07-27 17:24:40 +02:00 |
|
elkowar
|
01c7ba6e2a
|
Add alternative string syntax with single quotes and backticks
|
2021-07-27 00:11:16 +02:00 |
|
elkowar
|
e698fd315e
|
Fix multi-point unicode glyphs in yuck lexer
|
2021-07-26 23:10:01 +02:00 |
|
elkowar
|
af38b09d5a
|
Fix all tests
|
2021-07-26 20:41:36 +02:00 |
|
elkowar
|
680ab9d633
|
Add Spanned trait and use it
|
2021-07-26 20:23:06 +02:00 |
|
elkowar
|
16ebf7683a
|
Get rid of Option<Span> by replacing it with dummy spans
|
2021-07-26 19:39:44 +02:00 |
|
elkowar
|
ee933fccf5
|
Readd some tests and as_vec dynval transformation
|
2021-07-26 18:48:15 +02:00 |
|
elkowar
|
ed73938af1
|
implement ToDiagnostic for more things
|
2021-07-24 17:56:44 +02:00 |
|
elkowar
|
08cc28194b
|
Improve error messages for literal
|
2021-07-24 16:48:37 +02:00 |
|
elkowar
|
ae542b833d
|
Custom codespan_reporting::files implementation, unload files properly for literal tags
|
2021-07-24 14:19:06 +02:00 |
|
elkowar
|
680498df82
|
Fix lexer string escaping
|
2021-07-23 18:24:42 +02:00 |
|
elkowar
|
186c284a1a
|
Fix build on wayland and no display backend
|
2021-07-23 15:19:16 +02:00 |
|
elkowar
|
cff2f6beb8
|
Add ad-hoc diagnostic errors
|
2021-07-23 15:04:03 +02:00 |
|
elkowar
|
9f70a22cf0
|
significantly better error message handling everywhere
|
2021-07-23 13:45:30 +02:00 |
|
elkowar
|
618e652389
|
Implement YuckFiles for include handling
|
2021-07-22 21:06:22 +02:00 |
|
elkowar
|
4bf3c6fd63
|
It compiles :o
|
2021-07-22 18:40:43 +02:00 |
|
elkowar
|
c752cc928e
|
good progress - state stuff is still broken, and I'm confused
|
2021-07-21 21:47:02 +02:00 |
|
elkowar
|
3efcafed84
|
Merge branch 'window_config_cleanup' into config_rework
|
2021-07-21 20:36:26 +02:00 |
|
elkowar
|
38f5307417
|
Start migration
|
2021-07-21 20:30:02 +02:00 |
|
elkowar
|
4f2e9cf063
|
Fix Cargo.toml files
|
2021-07-21 19:28:55 +02:00 |
|
elkowar
|
4391e541b8
|
move to crates directory
|
2021-07-21 19:24:44 +02:00 |
|