Leandro Pacheco
abbe26618f
Instructions with link statements ( #1439 )
...
Allow VM instructions to use the `link` notation, unifying the way
machines are linked from VMs and block machines.
Previous syntax for "external instructions" not allowed anymore, and
should use the new `link` syntax.
2024-06-18 17:31:38 +00:00
chriseth
c7d0a873f6
Report errors in path canonicalizer ( #1401 )
2024-06-04 15:32:13 +00:00
chriseth
c5e9b06ad7
Better debug for SourceRef ( #1418 )
2024-06-04 14:33:45 +00:00
chriseth
33695d508d
Print errors properly ( #1400 )
2024-06-04 11:00:13 +00:00
chriseth
adee683796
Refactor error to use SourceRef ( #1398 )
2024-05-31 14:47:05 +00:00
chriseth
9ee58fe7d0
Store contents in SourceRef and change to offset instead of line/col. ( #1396 )
2024-05-28 15:33:38 +00:00
chriseth
62c3eadc4c
Re-enable non-inlined format args ( #1362 )
...
Fixes https://github.com/powdr-labs/powdr/issues/1360
2024-05-08 16:27:22 +00:00
Leandro Pacheco
930f24ac43
small improvements to machine properties handing ( #1321 )
...
- change lalrpop parsing errors to `String` to allow formatted msgs
- implement Display for MachineProperties and MachineArguments
2024-04-26 10:52:10 +00:00
Lucas Clemente Vella
9d104c2088
Removing pub and "test_" from test functions. ( #1274 )
...
One is unecessary, the other is redundant.
Co-authored-by: Lucas Clemente Vella <lucas.vella@powdrlabs.com >
2024-04-15 20:01:47 +00:00
Lucas Clemente Vella
08ace88416
Nightly fix: ignoring env_logger on cargo udeps.
...
cargo udeps doesn't undertand why env_logger is needed on development
dependencies
2024-03-05 18:54:10 +00:00
Leo Alt
3daf9d90be
add package info
2024-01-29 18:35:32 +01:00
Leo Alt
607c0043d7
add powdr- prefix to all crates
2024-01-23 18:51:29 +01:00