issues Search Results · repo:SpaceManiac/SpacemanDMM language:Rust
Filter by
233 results
(50 ms)233 results
inSpaceManiac/SpacemanDMM (press backspace or delete to remove)516 is going stable pretty soon, so I thought it d be a good idea to scope out what needs implementing to support it
fully.
Atoms
- [ ] Icon offsets
/atom
var/icon_w
var/icon_z
Animations
- ...
LemonInTheDark
- 2
- Opened 5 days ago
- #421
When accessing a field from an assignment operator, SpacemanDMM incorrect reports a field access requires static type
warning.
The following code will produce the warning in SpacemanDMM, but this is fine ...
PowerfulBacon
- 1
- Opened 24 days ago
- #419
Attempting to override it and call parent will yield proc has no parent: /icon/proc/RscFile
diagnostics
Kapu1178
- Opened on Nov 28, 2024
- #416
image ##var concatenation [...] If you use this with the last argument in a variadic macro, any preceding spaces and a
comma (if found) will be removed if the replacement is empty.
Preprocessor parser ...
bug
parsing
Tarmunora
- Opened on Oct 17, 2024
- #411
The following code does not produce a linting error, despite attempting to assign to modify a final variable.
/datum/test
VAR_FINAL/a = 0
/datum/test/proc/do_something()
a = 5
I expect a failure when ...
PowerfulBacon
- 1
- Opened on Sep 29, 2024
- #410
Basically what we discussed in Coderbus:
It s possible to create awful and confusing scenarios using the proc inheritance and changing the arguments type of the
proc, eg:
atom/proc/mything(mob/A)
atom/movable/mything(mob/living/A) ...
enhancement
FluffyGhoster
- 1
- Opened on Sep 16, 2024
- #409
Basically the opposite of SHOULD_CALL_PARENT - it bans child procs from calling the parent proc.
Example of where it d actually be useful:
/datum/controller/subsystem/proc/fire(resumed = FALSE)
SHOULD_NOT_CALL_PARENT(TRUE) ...
diagnostics
enhancement
Absolucy
- Opened on Aug 22, 2024
- #407
Currently, I have to do stuff like this to get the langserver to not complain, even tho the DM compiler is just fine
with this:
/**
* Proc that will return the team this antagonist belongs to, when called. ...
Absolucy
- Opened on Aug 22, 2024
- #406
DMM should give us a warn when a static variable takes a value from a proc on var declaration
/proc/glob_foo()
var/static/hello = another_foo()
This has a high chance to cause an issue, because hello ...
diagnostics
enhancement
EvilDragonfiend
- Opened on Aug 12, 2024
- #405
This compiles in BYOND (and works as expected ingame).
not documented on https://www.byond.com/docs/ref/#/verb/arguments though lol
ZeWaka
- 2
- Opened on Aug 11, 2024
- #404

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.