Skip to content

Commit

Permalink
Merge branch 'main' into genwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
krame505 committed Oct 18, 2024
2 parents d7b1859 + 6f29814 commit 82a1c3f
Show file tree
Hide file tree
Showing 26 changed files with 6 additions and 1,501 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install_dependencies_doc_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

brew update

brew install mactex-no-gui
brew install texlive
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

# Bluespec Compiler

[![Version]](https://github.com/B-Lang-org/bsc/releases/tag/2024.01) [![License]](./COPYING) [![Build Status]](https://github.com/b-lang-org/bsc/actions?query=workflow%3ACI+event%3Apush)
[![Version]](https://github.com/B-Lang-org/bsc/releases/tag/2024.07)
[![License]](./COPYING)
[![Build Status]](https://github.com/b-lang-org/bsc/actions?query=workflow%3ACI+event%3Apush)

[License]: https://img.shields.io/badge/license-BSD%203-blueviolet.svg
[Version]: https://img.shields.io/badge/release-2024.01-red.svg?logo=v
[Version]: https://img.shields.io/badge/release-2024.07-red.svg?logo=v
[Build Status]: https://github.com/b-lang-org/bsc/workflows/CI/badge.svg?branch=main&event=push

**[Community] • [Download] • [Documentation] • [Build] • [Test]**
Expand Down
2 changes: 1 addition & 1 deletion doc/libraries_ref_guide/LibDoc/Prelude.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ \subsubsection{BitExtend}
\cline{2-2}
&\begin{libverbatim}
function x#(m) truncate (x#(n) d)
provisos (Add#(k, n, m));
provisos (Add#(k, m, n));
\end{libverbatim}
\\
\hline
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 82a1c3f

Please sign in to comment.