Skip to content

Fix rc2qt hex decoding, remove Python-style b'' from C++ output#43

Open
nyanpasu64 wants to merge 2 commits into
christopherpow:masterfrom
nyanpasu64:fix-rc2qt
Open

Fix rc2qt hex decoding, remove Python-style b'' from C++ output#43
nyanpasu64 wants to merge 2 commits into
christopherpow:masterfrom
nyanpasu64:fix-rc2qt

Conversation

@nyanpasu64
Copy link
Copy Markdown
Contributor

The resulting cqtmfc_famitracker.cpp is identical to the outdated version from master.

@nyanpasu64
Copy link
Copy Markdown
Contributor Author

nyanpasu64 commented Jun 22, 2019

I have a script to regenerate cqtmfc_famitracker.cpp:

#!/bin/sh
cd $(git rev-parse --show-toplevel)

python tools/rc2qt/rc2qt.py \
       libs/famitracker/FamiTracker.rc \
       > libs/famitracker/cqtmfc_famitracker.cpp

Should I add this to master? I'm currently using my own version (adapted for j0cc) on my unfinished j0cc branch.

@christopherpow
Copy link
Copy Markdown
Owner

Yes, please merge that script.

@nyanpasu64
Copy link
Copy Markdown
Contributor Author

nyanpasu64 commented Jun 27, 2019

pushed again? the presence of the broken script in master makes me uncomfortable.

@christopherpow
Copy link
Copy Markdown
Owner

What broken script?

@nyanpasu64
Copy link
Copy Markdown
Contributor Author

the .py in master is broken and produces incorrect output.

@christopherpow
Copy link
Copy Markdown
Owner

christopherpow commented Jun 28, 2019 via email

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.

2 participants