Skip to content

Instantly share code, notes, and snippets.

View xacrimon's full-sized avatar

Joel Wejdenstål xacrimon

View GitHub Profile
---
source: src/compiler/mod.rs
assertion_line: 322
expression: output
---
; function (params=0, vararg=true, stack=19, upvalues=1)
; constants:
; K0 = 3
; K1 = 4
; K2 = 3
macro_rules! helpers {
($instruction:expr, $mc:expr, $thread:expr, $registers:expr, $ip:expr, $handlers:expr) => {
#[allow(unused_macros)]
macro_rules! dispatch {
() => {{
unsafe {
#[cfg(debug_assertions)]
{
let frame = $thread.frames.last().unwrap_unchecked();
debug_assert!($ip.offset_from_unsigned(frame.closure.proto.code.as_ptr()) < frame.closure.proto.code.len());
[00:13:30] EVE System > Channel changed to Local : SH-YZY
[02:30:48] EVE System > Channel changed to Local : 74-DRC
[02:31:33] EVE System > Channel changed to Local : L-GY1B
[02:34:16] PantsuFan > like why do ya'll even need this
[02:34:23] PantsuFan > you dont need it you have more than you even use
[02:34:27] KhanPaso01 Mileghere > i thought there would be a proper response behind this
[02:34:36] KhanPaso01 Mileghere > didnt realise it would be a wet papel towel
[02:35:07] PantsuFan > you legit dont fight anyone big you just club smaller alliances trying to make a home <br>you dont need this
[02:35:33] KhanPaso01 Mileghere > my rental overlord said i do
[02:35:44] PantsuFan > who is your rental overlord?
global:
scrape_interval: 15s
scrape_timeout: 10s
query_log_file: /prometheus/query.log
scrape_failure_log_file: /prometheus/fail.log
scrape_configs:
- job_name: caddy
static_configs:
- targets: ['caddy:2019']
{
log default {
output stdout
format json
include admin.api
}
log access {
output file /data/caddy/log/access.log {
mode 600
{
log default {
output stdout
format json
include admin.api
}
log access {
output file /data/caddy/log/access.log {
mode 600
{
log default {
output stdout
format json
include admin.api
}
log access {
output file /data/caddy/log/access.log {
roll_size 10MiB
Checking cmap v0.1.0 (/Users/joelwejdenstal/repos/cmap)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
#![feature(prelude_import)]
#[prelude_import]
use std::prelude::rust_2024::*;
#[macro_use]
extern crate std;
use std::hint;
use cmap::map;
@xacrimon
xacrimon / build.yml
Created March 27, 2025 19:52
ci workflow for repo synced to the typst web editor
name: build
on:
push:
branches:
- main
concurrency:
group: build-workflow
cancel-in-progress: false
Found sysroot: /Volumes/Q/repos/rust/build/x86_64-unknown-linux-gnu/stage1
Compiling bytestr-match v0.1.0 (/Volumes/Q/repos/bytestr-match)
warning: unused variable: `eq`
--> src/lib.rs:26:16
|
26 | fn ees(x:&[u8],eq:[u8;16])->bool{
| ^^ help: if this is intentional, prefix it with an underscore: `_eq`
|
= note: `#[warn(unused_variables)]` on by default