Skip to content

Commit

Permalink
Merge pull request #14 from lpgauth/fix/rejuvenate
Browse files Browse the repository at this point in the history
Rejuvenate <3
  • Loading branch information
lpgauth authored Mar 24, 2024
2 parents 42bf4e5 + 2566f21 commit 9f3ff47
Show file tree
Hide file tree
Showing 27 changed files with 16 additions and 1,724 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
erlang: [22, 23, 24]
erlang: [22, 23, 24, 25, 26]

container:
image: erlang:${{ matrix.erlang }}
Expand All @@ -14,8 +14,6 @@ jobs:
- uses: actions/checkout@v1
- name: Compile
run: make compile
- name: Elvis rock
run: make elvis
- name: Run xref
run: make xref
- name: Run eunit
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2016 Louis-Philippe Gauthier
Copyright (c) 2013-2024 Louis-Philippe Gauthier

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
18 changes: 5 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
CACHEGRIND=qcachegrind
ELVIS=./bin/elvis
REBAR3=$(shell which rebar3)
ifeq ($(REBAR3),)
REBAR3=./bin/rebar3
endif

all: compile

Expand All @@ -12,10 +14,6 @@ compile:
@echo "Running rebar3 compile..."
@$(REBAR3) as compile compile

coveralls:
@echo "Running rebar3 coveralls send..."
@$(REBAR3) as test coveralls send

dialyzer:
@echo "Running rebar3 dialyze..."
@$(REBAR3) dialyzer
Expand All @@ -24,10 +22,6 @@ edoc:
@echo "Running rebar3 edoc..."
@$(REBAR3) as edoc edoc

elvis:
@echo "Running elvis rock..."
@$(ELVIS) rock -c elvis.config

eunit:
@echo "Running rebar3 eunit..."
@$(REBAR3) do eunit -cv, cover -v
Expand All @@ -42,12 +36,10 @@ profile:
@_build/test/lib/fprofx/erlgrindx -p fprofx.analysis
@$(CACHEGRIND) fprofx.cgrind

test: elvis xref eunit dialyzer

travis: test coveralls
test: xref eunit dialyzer

xref:
@echo "Running rebar3 xref..."
@$(REBAR3) xref

.PHONY: clean compile coveralls dialyzer edoc elvis eunit profile xref
.PHONY: clean compile dialyzer edoc eunit profile xref
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

High Performance Erlang Stream Processor

[![Build Status](https://travis-ci.org/lpgauth/swirl.svg?branch=master)](https://travis-ci.org/lpgauth/swirl)

### Requirements

* Erlang 16.0 +
* Erlang 22.0 +

### Environment variables

Expand Down Expand Up @@ -146,7 +144,7 @@ make xref
```license
The MIT License (MIT)

Copyright (c) 2013-2016 Louis-Philippe Gauthier
Copyright (c) 2013-2024 Louis-Philippe Gauthier

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
Binary file removed bin/elvis
Binary file not shown.
Binary file modified bin/rebar3
Binary file not shown.
5 changes: 0 additions & 5 deletions doc/edoc-info

This file was deleted.

41 changes: 0 additions & 41 deletions doc/swirl.md

This file was deleted.

98 changes: 0 additions & 98 deletions doc/swirl_code_server.md

This file was deleted.

90 changes: 0 additions & 90 deletions doc/swirl_config.md

This file was deleted.

Loading

0 comments on commit 9f3ff47

Please sign in to comment.