Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constant coercion bug #32

Closed
wants to merge 0 commits into from
Closed

Constant coercion bug #32

wants to merge 0 commits into from

Conversation

JohannesRudolph
Copy link

It's possible to have a constant for uint field of an int value. Etc.

@jbevain
Copy link
Owner

jbevain commented Sep 7, 2010

Fixed in master.

vitek-karas added a commit to vitek-karas/cecil that referenced this pull request Nov 29, 2021
vitek-karas added a commit to vitek-karas/cecil that referenced this pull request Nov 29, 2021
jbevain pushed a commit that referenced this pull request Jan 19, 2022
* Fix deterministic MVID and add PdbChecksum (#31)

* Fix how pdb path is calculated in the tests

* Fix portable PDB stamp in CodeView header (#32)

* Introduce ISymbolWriter.Write

This mostly cleans up the code to make it easier to understand. `ISymbolWriter.GetDebugHeader` no longer actually writes the symbols, there's a new `Write` method for just that.

The assembly writer calls `Write` first and then the image writer calls `GetDebugHeader` when it's needed.

This is partially taken from #617.
vitek-karas pushed a commit to vitek-karas/cecil that referenced this pull request Jun 17, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants