-
```
RewriteEngine On
RewriteCond %{HTTP_HOST} ^([a-z0-9-]+)\.([a-z0-9]+)\.(.*)$ [NC]
RewriteRule ^(.*)$ /var/www/%2/%1/$1 [L]
```
This should allow for things like `art010.cours…
-
Thanks @Nadrieril for suggesting this!
-
Currently the `#[hax_lib::lemma]` attribute is not supported on items in traits.
-
**PROJECT MUST BE COMPLETED USING THE HAX TOOLING TO ENSURE WE ARE WRITING CODE USING PLATFORM LEVEL WEB COMPONENTS. SUBMISSIONS DONE IN TOOLING AND TECHNOLOGY NOT LIT.DEV BASED WILL NOT BE EVALUATED.…
-
It seems to me that F* terms are not issued in the right order in some cases involving hax attributes.
For instance, the following Rust snippet
```rust
const FOO_LEN: usize = 42;
#[hax_lib::attribu…
-
We would like to move as much rustc queries as we can to `hax`, to avoid duplicating work and to separate concerns.
-
Currently, a test is exactly a package.
It's not nice, a test should be any rust item in any rust package. (possibly a module)
## Proposal
introduce `hax::expect_failure` and `hax::expect_success…
-
We changed hax to use 'haxmeta' files recently, we need to document that.
Ideally, we should have both a diagram that explains the interactions between the different Rust crates and the engine, with …
-
We should release a version of hax soon.
Karthik and I were thinking about the following release calendar: two weeks after each Rust release (each six weeks).
- [x] ~#639~
- [x] Update all crates th…
-
**Advantages**
1. Single file small download.
2. No need to check updates separately for extlib, Patches.json, Codes list etc.
3. Only updates that were actually released will be detected (as oppos…