-
Some of the suggestions:
- [ ] language features - ...language concepts (js/ts, py, rust, go, cpp, c, ...)
- [ ] primitive types
- [ ] arrays, slices, lists, tuples
- [ ] records, objects,…
-
The current PNA says that the main control processes a mingled stream of packets, some from network-to-host, others from host-to-network, in the same P4 control, each with their direction identified v…
-
```sql
create schema api;
create table api.premieres (
id text primary key,
film_id text -- references api.films(id)
);
insert into api.premieres values
('P1', 'F1'),
('P2', 'F1'),
…
-
_Provide a general summary of the issue in the Title above._
_Delete the part of the issue template that does not apply depending on whether you describe a change to an existing element / attribute o…
-
_Provide a general summary of the issue in the Title above._
_Delete the part of the issue template that does not apply depending on whether you describe a change to an existing element / attribute o…
-
Before now, P4_16 only allowed serializable enums to have an underlying type of `bit` for some constant width W.
With the change to the spec linked below, type `int` or some `typedef` name whose un…
-
For now this is a stub for an RFC.
The DDlog 2.0 compiler has to be modular, to enable incremental compiler evolution and experimentation (e.g., adding syntax desugaring passes, extending the langu…
-
Hi Dennis, I managed to run import_one.py and import_list.py and to import entities with multilingual labels and external IDs. Now I would like to add the constraints to properties, how can I make it?
-
In this meta-issue, I want to collect strategies for improving Vega's computation and rendering performance.
Related issues
* Support interactive framerates on large heatmaps #1806
* Look into d…
-
Hi,
I can find a recirc. json file in the folder of targets/simple.switch/tests/testdata/. I guess the corresponding p4 source code file should be recirc.p4 which is located in the same folder, b…