Skip to content

[Bounty $20] Inline declarations throw exception.#225

Open
gchahal1982 wants to merge 1 commit into
Syncleus:masterfrom
gchahal1982:verity/github-github-com-syncleus-aparapi-issues-97
Open

[Bounty $20] Inline declarations throw exception.#225
gchahal1982 wants to merge 1 commit into
Syncleus:masterfrom
gchahal1982:verity/github-github-com-syncleus-aparapi-issues-97

Conversation

@gchahal1982
Copy link
Copy Markdown

Summary

Narrow patch plan for [Bounty $20] Inline declarations throw exception.

Linked Issue

#97

Verification

$ python3 -c from pathlib import Path; import sys; missing=[p for p in sys.argv[1:] if not Path(p).exists()]; print('checked files: '+', '.join(sys.argv[1:])); raise SystemExit(1 if missing else 0) src/main/java/com/aparapi/internal/writer/BlockWriter.java
exit=0
checked files: src/main/java/com/aparapi/internal/writer/BlockWriter.java

Proof Artifact

Evidence lane: code_patch
Patch commit: 333a784 (signed)

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.

1 participant