Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xarantolus committed Jan 21, 2023
1 parent 14993fc commit e5b5532
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ax-x86"
version = "0.4.0"
version = "0.5.0"
authors = ["xarantolus <xarantolus@protonmail.com>"]
edition = "2018"
license = "AGPL-3.0"
Expand Down
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.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
.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

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

# targets that might change files and thus prevent precommit from passing, especially when the version changes
generate: build-web switch stats test-js

test-scripts: python-dependencies
$(PY) t.py --test
RM_TARGETS += __pycache__
Expand Down Expand Up @@ -84,7 +87,7 @@ fmt:
coverage:
$(MOLD) cargo tarpaulin --out Lcov --skip-clean

test: test-local test-node
test: test-local test-node test-js

test-local:
@echo "Running tests on processor..."
Expand Down
2 changes: 1 addition & 1 deletion examples/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js_test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5b5532

Please sign in to comment.