Skip to content

Arrumando o issue #1#2

Open
PedroPertusi wants to merge 1 commit into
Insper:mainfrom
PedroPertusi:main
Open

Arrumando o issue #1#2
PedroPertusi wants to merge 1 commit into
Insper:mainfrom
PedroPertusi:main

Conversation

@PedroPertusi

@PedroPertusi PedroPertusi commented Oct 19, 2022

Copy link
Copy Markdown

fix #1
Essa solução foi a que encontramos, pois permite rodar o nasm_test tanto quando dentro do diretorio sw/nasm/ quanto fora (necessario para o github actions .yml)
Essa solucao foi encontrada pelos alunos:
Pedro Vaz de Moraes Pertusi
Eduardo Mendes Vaz
se for dar pontos extras por favor dividir igualmente

@PedroPertusi PedroPertusi changed the title arrumando nasm_test fixes #1 Oct 19, 2022
@PedroPertusi PedroPertusi changed the title fixes #1 Arrumando o issue #1 Oct 19, 2022
Comment thread bits/__init__.py
hack = name + ".hack"
nasm_to_hack(nasm, hack)
path_atual = os.getcwd()
if path_atual[-8:] == '/sw/nasm':

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eu não gostei da solução, pq ela continua sendo especifica. Não teria outro jeito? Eu acho que temos que mexer no pytest e não aqui.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

O init do bits nao permite com que o components.yml do git funcione

2 participants