Skip to content

Commit e5b5532

Browse files
committed
v0.5.0
1 parent 14993fc commit e5b5532

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ax-x86"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["xarantolus <[email protected]>"]
55
edition = "2018"
66
license = "AGPL-3.0"

Makefile

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: build build-cjs debug watch test test-local test-node test-js test-scripts clean switch coverage fmt example-programs example copy-programs dependencies web build-web stats fmt python-dependencies ax
1+
.PHONY: build build-cjs debug watch test test-local test-node test-js test-scripts clean switch coverage fmt example-programs example copy-programs dependencies web build-web stats fmt python-dependencies ax generate
22

33
MOLD_INSTALLED := $(shell which mold 2> /dev/null)
44
ifneq ($(MOLD_INSTALLED),)
@@ -44,6 +44,9 @@ RM_TARGETS += ax$(EXE_SUFFIX)
4444
# fmt will fail if switch or stats are not up to date
4545
precommit: build-web switch stats fmt test test-scripts ax build
4646

47+
# targets that might change files and thus prevent precommit from passing, especially when the version changes
48+
generate: build-web switch stats test-js
49+
4750
test-scripts: python-dependencies
4851
$(PY) t.py --test
4952
RM_TARGETS += __pycache__
@@ -84,7 +87,7 @@ fmt:
8487
coverage:
8588
$(MOLD) cargo tarpaulin --out Lcov --skip-clean
8689

87-
test: test-local test-node
90+
test: test-local test-node test-js
8891

8992
test-local:
9093
@echo "Running tests on processor..."

examples/web/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js_test/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)